Cloud MCPskills
skills
4 MCP tools on the Hanzo cloud door that call the skills API.
The 4 tools tools/list names for skills. Each dispatches to an operation in the skills API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_skills_id | DELETE /v1/skills/{id} | 1 | DeleteSkill removes one of the caller org's authored skills. |
get_v1_skills | GET /v1/skills | 1 | ListSkills lists the skills the caller's org can reach — the brand's embedded catalogue plus the org |
get_v1_skills_authored | GET /v1/skills/authored | 0 | ListAuthoredSkills lists the caller org's OWN skills with their SKILL.md bodies. |
post_v1_skills | POST /v1/skills | 3 | PutSkill adds or revises one of the caller org's own skills, and answers 201 with the stored record. |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).
How is this guide?