Hanzo
OpenapiTools

Lists the caller org's OWN skills with their SKILL.md bodies.

Lists the caller org's OWN skills with their SKILL.md bodies.

GET /v1/tools/skills/authored

Addresshttps://api.hanzo.ai/v1/tools/skills/authored
MethodGET
Operationget_tools_skills_authored
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the caller org's OWN skills with their SKILL.md bodies. GET /v1/tools/skills is the registry view — the brand's catalogue plus this org's, with activation flags and no bodies; this is the EDITABLE set, so it carries the content that view omits and nothing the org did not write.

Request

GET /v1/tools/skills/authored takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200authoredSkillListok

200 body — 7 fields.

FieldInTypeAlwaysDescription
skillsbodySkill[]Skills is every skill this org authored, each with its SKILL.md content.
skills[].contentbodystringContent is the SKILL.md body, markdown.
skills[].createdAtbodyintegerCreatedAt is when the skill was last written, Unix seconds.
skills[].descriptionbodystringDescription is the one-line summary discovery shows for the skill.
skills[].idbodystringID is the skill's id within the org.
skills[].namebodystringName is the skill's name: one lowercase path segment (a-z0-9, _ or -).
skills[].orgbodystringOrg is the org that authored the skill — the validated caller's, never a value the body supplied.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Tools API · All Hanzo APIs · Interactive reference

How is this guide?

On this page