Get a single skill with its full SKILL.md content.
WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.
OK
Full skill with content for detailed views
Internal skill record ID (UUID).
Skill name (lowercase with hyphens, 1-64 characters).
Short description of when the skill should be used.
Full SKILL.md content (frontmatter plus body).
Estimated token count for metadata (frontmatter).
-9007199254740991 <= x <= 9007199254740991Estimated token count for the full skill content.
-9007199254740991 <= x <= 9007199254740991Timestamp when the skill was created.
Timestamp when the skill was last updated.
JSON array of hostnames for domain-scoped activation. Use ["*"] for always-active.
Skill source: 'manual' (dashboard) or 'repo' (GitHub sync).
manual, repo GitHub repo for repo-backed skills.
Script group ID from char.config.json for repo-backed skills.