Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
| SKILLS_REPO_URL | No | Skills repository URL | https://github.com/VoltAgent/awesome-agent-skills.git |
| SKILLS_CACHE_DIR | No | Cache directory path | .cache |
| SKILLS_SYNC_INTERVAL | No | Auto-sync interval in minutes (0 to disable) | 60 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_skills | List all available agent skills that can be invoked |
| get_skill | Get detailed information and documentation for a specific skill |
| invoke_skill | Invoke a skill with parameters to get formatted instructions |
| refresh_skills | Refresh skills cache from the repository |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |