io.github.shadowrootdev/awesome-agent-skills✓
io.github.shadowrootdev/awesome-agent-skills · v1.0.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.shadowrootdev/awesome-agent-skills",
"description": "MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more.",
"repository": {
"url": "https://github.com/shadowrootdev/awesome-agent-skills-mcp",
"source": "github"
},
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"identifier": "awesome-agent-skills-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of the skills repository to sync from",
"format": "string",
"default": "https://github.com/VoltAgent/awesome-agent-skills.git",
"name": "SKILLS_REPO_URL"
},
{
"description": "Directory path for caching skills data",
"format": "string",
"default": ".cache",
"name": "SKILLS_CACHE_DIR"
},
{
"description": "Auto-sync interval in minutes (0 to disable)",
"format": "number",
"default": "60",
"name": "SKILLS_SYNC_INTERVAL"
},
{
"description": "Logging level (debug, info, warn, error)",
"format": "string",
"default": "info",
"name": "LOG_LEVEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}