skills

Create a new skill (deprecated)

Deprecated: Use PUT /skills/{namespace}/{slug} instead. Create a new skill by linking a GitHub repository containing a SKILL.md file.

post/skills

Request body

namespacestring required

The namespace to create the skill in.

slugstring required

URL-friendly identifier for the skill.

gitUrlstring uri required

GitHub URL pointing to a repository with SKILL.md

Response

Skill created successfully

idstring required
namespacestring required
slugstring required
displayNamestring required
descriptionstring required
gitUrlstring required
listedboolean required
createdAtstring required

Changes

Changed in 2 of the 47 revisions of this API.2