Converts JSDoc/TSDoc comments into markdown API documentation with parameter tables and code examples. Use when: generate API docs from JSDoc, convert JSDoc to markdown, create markdown docs from comments, document JavaScript API, create API reference from TSDoc.
jsdoc-to-markdown converts JSDoc/TSDoc comments into markdown API documentation with parameter tables and code examples. Use when: generate API docs from JSDoc, convert JSDoc to markdown, create markdown docs from comments, document JavaScript API, create API reference from TSDoc.
See the source code for full details and usage instructions.
Copy the skill into your OpenClaw skills directory:
git clone https://github.com/NeoSkillFactory/jsdoc-to-markdown.git
cp -r jsdoc-to-markdown ~/.openclaw/skills/jsdoc-to-markdowngit clone https://github.com/NeoSkillFactory/jsdoc-to-markdown.git
cd jsdoc-to-markdown
npm installMIT © NeoSkillFactory