---
title: "Get skill documentation (Markdown)"
method: GET
path: "/agent/skills/{skillId}/documentation"
tags: ["Skills"]
---

# Get skill documentation (Markdown)

`GET /agent/skills/{skillId}/documentation`

The authoritative user-facing doc for this skill. Returns the
frontmatter-ed Markdown file the agent shipped. Use this
instead of the short `description` when you need full usage
guidance, examples, or input schemas.

## Path parameters

- `skillId` string, required

## Response `200`

Skill documentation

## Other responses

- `404` — Skill not found

## Changes

- **2026-04-21** `8a22dc180044` — 1 breaking, 1 info
  - removed the media type `application/json` for the response with the status `404`
  - api operation id `getSkillDocumentation` removed and replaced with ``

[Change history](https://skmtc.dev/getbindu/apis/bindu-agent-api/changes/agent/skills/:skillId/documentation/get.md)

---

[API](https://skmtc.dev/getbindu/apis/bindu-agent-api.md) · [All operations](https://skmtc.dev/getbindu/apis/bindu-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbindu/bindu-agent-api/revisions/e070faa5425b/schema)
