Install
openclaw skills install docs-generatorAutomated documentation generator. API docs, README, CHANGELOG, contributing guide, architecture docs, tutorials, FAQ, reference manual. REST, GraphQL.
openclaw skills install docs-generatorSpend less time writing docs, more time writing code.
┌─ api ──────── REST/GraphQL API documentation
├─ readme ───── Project README.md
├─ changelog ── Version change log
├─ contributing Contributing guide
├─ architecture System architecture docs
├─ tutorial ─── Tutorial / quick start guide
├─ faq ──────── Frequently asked questions
└─ reference ── Complete reference manual
bash scripts/docs-generator.sh api rest users
bash scripts/docs-generator.sh readme myproject "A cool tool"
bash scripts/docs-generator.sh changelog 2.0.0 "New features"
api <type> <resource> — type: rest/graphql, resource namereadme <name> <desc> — project name and descriptionchangelog <ver> <summary> — version and summarycontributing <project> — project namearchitecture <project> <style> — style: monolith/microservice/serverlesstutorial <topic> <level> — level: beginner/intermediate/advancedfaq <topic> <count> — generate N FAQ entriesreference <lib> <lang> — library name and language💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com