Imported from eszxcvfd/openclaw-team (
.trae/skills/bmad-index-docs/SKILL.md). Install upstream withnpx skills add eszxcvfd/openclaw-team --skill bmad-index-docs. Copyright stays with the author.
Follow the instructions in ./workflow.md.
Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from eszxcvfd/openclaw-team (
.trae/skills/bmad-index-docs/SKILL.md). Install upstream withnpx skills add eszxcvfd/openclaw-team --skill bmad-index-docs. Copyright stays with the author.
Follow the instructions in ./workflow.md.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "eszxcvfd-openclaw-team-bmad-index-docs",
"kind": "skill",
"name": "bmad-index-docs",
"description": "Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder",
"publisher": "eszxcvfd",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generates or updates an index.md to reference all docs in the folder. Use if user requests to create or update an index of all files in a specific folder"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/eszxcvfd/openclaw-team",
"path": ".trae/skills/bmad-index-docs/SKILL.md",
"ref": "2c098f9d857dcb3eabfeed97371492fb89121d7a",
"url": "https://github.com/eszxcvfd/openclaw-team/blob/2c098f9d857dcb3eabfeed97371492fb89121d7a/.trae/skills/bmad-index-docs/SKILL.md",
"key": "eszxcvfd/openclaw-team/.trae/skills/bmad-index-docs/SKILL.md"
}
},
"instructions": "Follow the instructions in ./workflow.md.",
"cost": {
"context_tokens": 10
}
}Fetch it by URL: GET /api/v1/registry/eszxcvfd-openclaw-team-bmad-index-docs/manifest?version=1.0.0
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.