AgentSkillsHub MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTSKILLSHUB_BASE | No | Base URL for AgentSkillsHub | https://agentskillshub.top |
| AGENTSKILLSHUB_CACHE | No | Cache directory path | ~/.cache/agentskillshub |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_skillsA | Find open-source AI agent skills & MCP servers in the AgentSkillsHub catalog (100K+ indexed, quality subset stars>=5). Natural-language query plus optional filters. Each result includes a security_grade and estimated_tokens so you can weigh safety and context-cost BEFORE selecting one. |
| audit_skillA | Free basic trust check for a skill: security grade, plain-English verdict, and quality score. Run this BEFORE installing/trusting a skill. Deep 5-dimension audit and auditing any GitHub URL (incl. <5★ / private) are Pro features. |
| get_skill_installA | Get install commands for a skill plus a 'check before you install' safety line. Does NOT run anything — returns what to install, how, and what to verify first. The agent/user executes. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: searching skills, auditing trust, and getting install commands. No overlap.
All tools use consistent snake_case verb_noun pattern: search_skills, audit_skill, get_skill_install.
Three tools are on the lower end but appropriate for the focused domain of skill discovery and trust assessment.
Covers the main user workflow of finding, auditing, and installing skills, though missing possibly detailed metadata retrieval.