GET /skills
List all skills available in the current Engine, platform and custom.GET /skills/
Get the full definition of one skill.404 if no skill with that name.
POST /skills/create
Create a new custom skill.
Returns the created skill.
PUT /skills/
Update fields of an existing custom skill. Same body shape ascreate,
all fields optional. Cannot rename — delete and recreate to rename.
DELETE /skills/
Delete a custom skill. Platform skills cannot be deleted; the call returns403.
See also
- Defining tools for the difference between tools, skills, and MCP connectors.

