Skip to main content
GET
/
agent
/
skills
/
{skillId}
/
documentation
Get skill documentation (Markdown)
curl --request GET \
  --url http://localhost:3773/agent/skills/{skillId}/documentation
"---\nname: Example Skill\nversion: 1.0.0\n---\n# Example\n\nUsage...\n"

Documentation Index

Fetch the complete documentation index at: https://docs.getbindu.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

skillId
string
required

Response

Skill documentation

The response is of type string.