@openclawskillhub/mcp
v1.0.0
Published
MCP server for OpenClaw Skill Hub — search, browse, and install 6000+ AI skills from your IDE
Downloads
13
Maintainers
Readme
@openclawskillhub/mcp
MCP (Model Context Protocol) server for OpenClaw Skill Hub — search, browse, and install 6,000+ AI skills directly from your IDE.
Features
- Semantic Search — Find skills by natural language query using vector embeddings
- Browse & Filter — List skills by collection (Medical / General) or category
- One-Click Install — Generate installation prompts for any skill
- Fetch SKILL.md — Read skill configuration directly
- Bilingual — Chinese and English support
Quick Start
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"skillhub": {
"command": "npx",
"args": ["-y", "@openclawskillhub/mcp"]
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"skillhub": {
"command": "npx",
"args": ["-y", "@openclawskillhub/mcp"]
}
}
}Available Tools
| Tool | Description |
|------|-------------|
| search_skills | Semantic search by natural language query |
| list_skills | Browse skills with collection/category filters |
| get_skill | Get detailed info about a specific skill |
| install_skill | Generate installation prompt for a skill |
| fetch_skill_md | Fetch and read the raw SKILL.md content |
Available Resources
| URI | Description |
|-----|-------------|
| skillhub://stats | Platform statistics |
| skillhub://collections | List of skill collections |
| skillhub://categories | List of skill categories |
Usage Examples
Once connected, you can ask your AI assistant:
- "Search for protein structure prediction skills"
- "搜索心电图分析相关的技能"
- "List all medical skills in the Drug Discovery category"
- "Install the chai skill for me"
- "Show me the SKILL.md for bio-sequence-similarity"
Configuration
| Environment Variable | Default | Description |
|---------------------|---------|-------------|
| SKILLHUB_API_URL | https://skills.last-router.com/api/v1 | API base URL |
License
MIT
