MCP server for agentskill.nz — let your agent discover, inspect and install curated AI agent capabilities | 让你的 agent 自己发现并装上缺的能力
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentskill-mcp": {
"command": "npx",
"args": [
"-y",
"simonlin1212/agentskill-mcp"
]
}
}
}
Run in terminal:
claude mcp add agentskill-mcp npx -y simonlin1212/agentskill-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentskill-mcp": {
"command": "npx",
"args": [
"-y",
"simonlin1212/agentskill-mcp"
]
}
}
}