@gera-services/mcp-gera-skills
v0.1.1
Published
MCP server for GeraSkills — the App Store for robot capability packs from Gera Services. AI agents can search the catalogue, fetch skill metadata, check creator revenue, and initiate purchase + install flows on behalf of their operator.
Maintainers
Readme
@gera-services/mcp-gera-skills
MCP server for GeraSkills — the App Store for robot capability packs from Gera Services.
AI agents can:
search_skills(query, filters)— full-text search the catalogueget_skill(slug)— fetch full skill metadata + version historylist_categories()— return the category treeget_creator_revenue(creatorId)— lifetime sales + payouts for a creatorinstall_skill(robotId, skillId, version?)— initiate purchase + install (requires operator consent token)
Usage
// claude_desktop_config.json
{
"mcpServers": {
"gera-skills": {
"command": "npx",
"args": ["-y", "@gera-services/mcp-gera-skills"],
"env": {
"GERASKILLS_API_URL": "https://skills.gera.services/backend",
"GERA_USER_TOKEN": "<operator JWT>"
}
}
}
}Revenue model
70% to the creator via Stripe Connect destination charges, 30% platform. Agents calling install_skill must surface the purchase price to the user and pass through the user's signed consent token before the backend captures the charge.
License
MIT · © Gera Services Ltd
