cURL
curl --request GET \ --url http://localhost:3001/api/v1/skills/{id} \ --cookie nut-session=
{ "success": true, "document": { "id": "<string>", "name": "<string>", "description": "<string>", "license": "<string>", "compatibility": "<string>", "allowedTools": "<string>", "metadata": {}, "content": "<string>" } }
Retrieve a specific skill by its directory name (id)
Session cookie authentication
Skill identifier (directory name under .nut/skills/)
.nut/skills/
Skill details
A skill document following the Agent Skills specification. Stored as .nut/skills/<id>/SKILL.md with YAML frontmatter.
.nut/skills/<id>/SKILL.md
Show child attributes