mcp-skillbox
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SKILL_DEBUG | No | Set to '1' or 'true' to log registry selection and diagnostics to stderr. | |
| GITHUB_TOKEN | No | Optional GitHub token; sent as Authorization on api.github.com calls to raise API rate limits. | |
| SKILL_REGISTRY | No | Registry selection mode: auto (token present → skills.sh, else GitHub), skills-sh, or github. | auto |
| SKILLS_SH_TOKEN | No | Optional. Enables the skills.sh API mode with richer data (install counts, leaderboard views). Obtainable from a Vercel project via OIDC. | |
| SKILL_MAX_BYTES | No | Registry-level byte cap applied to loaded skill content. | 200000 |
| SKILL_GITHUB_SOURCES | No | Comma-separated owner/repo list for GitHub mode. | vercel-labs/skills, anthropics/skills, obra/superpowers, mattpocock/skills, microsoft/azure-skills, supabase/agent-skills, prisma/skills |
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_skillsA | List available agent skills from the registry (skills.sh / GitHub). Returns compact metadata only (id, name, source, installs) - NO descriptions or content, so it is cheap on context. Use this to browse what is available before searching. |
| search_skillsA | Search for agent skills by keyword (name or description). Returns compact results: id, name, source, installs, and a short description preview (<=300 chars) when include_description is true. Use this to find a skill for a task. Query must be at least 2 characters. |
| load_skillA | Load the FULL content of one skill by id (e.g. "vercel-labs/skills/find-skills" or "anthropics/skills/document-skills"). Returns the complete SKILL.md plus optional supporting files. Use ONLY when you have decided to use a specific skill and need its full instructions - this is the expensive (context-heavy) call; prefer list_skills/search_skills first. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/beremaran/mcp-skillbox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server