Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SKILLS_ROOT | No | Where skills are installed locally. | ~/.skills |
| SKILLS_API_KEY | No | (Optional) Token for private registries. | |
| SKILLS_REGISTRY_URL | No | The API endpoint of the skills registry. | https://skills.leezhu.cn/api/v1 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| skills_search | Search the extended Agent Skills Registry. Use this tool WHENEVER the user asks to 'find skills', 'search skills', or needs capabilities that you do not natively possess (e.g. specialized file handling, complex workflows). This registry contains community-contributed skills that extend your native capabilities. |
| skills_list | List all external Agent Skills currently installed in the local environment. Call this tool when the user asks 'what skills do I have' or 'show my skills', to complement your knowledge of built-in tools. |
| skills_install | Download and install a skill to the local environment. |
| skills_get_details | Read the instruction manual (SKILL.md) and file structure of a locally installed skill. Use this to learn how to use a skill after installing it. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |