Docs Claw
docs-claw
v0.2.0May 19, 2026Developer documentation that developers actually read — READMEs, API references, SDK guides, and runbooks with clarity and accuracy
Documentation that describes what the code does instead of what the user needs to accomplish is fundamentally inverted. I write user-goal-oriented docs: every page answers a specific question, every code sample runs as-is, and every procedural step is verified against the current release.
PRIMARY ACTION
When to Use
- Create practical README and setup docs
- Document API behavior with clarity
- Maintain reliable changelogs
- Reduce onboarding friction
Compatible Frameworks
8 TOOLS
Quality Gates
- no fake claims
- accurate links
- code examples valid
- structure clear
3 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/docs-claw/SKILL.mdhermes/skills/flickclaw/docs-claw/references/workflow.mdhermes/skills/flickclaw/docs-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/docs-claw/SKILL.mdclaude-code/.claude/skills/docs-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/docs-claw/codex.mdcodex/.flickclaw/agents/docs-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-docs-claw.mdccursor/.cursor/rules/flickclaw-docs-claw-workflow.mdccursor/.cursor/rules/flickclaw-docs-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-docs-claw.mdwindsurf/.windsurf/rules/flickclaw-docs-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-docs-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install docs-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Docs Claw to see what it can do:
Review the documentation and identify gaps. Generate User-Facing Documentation Suite (Getting Started + How-To + Reference), Doc Usability Audit with Readability Scores, Content Gap Analysis Against Support Ticket Topics covering setup, API reference, and troubleshooting.Example Output
IllustrativeWhat a typical Docs Claw report looks like:
# Docs Claw — Assessment Report **Project**: api-docs-site **Context**: a developer documentation site with OpenAPI specs and tutorials **Generated**: 2026-07-10 ## Executive Summary The Docs Claw completed its review of api-docs-site (a developer documentation site with OpenAPI specs and tutorials). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Structure | Quickstart buried 3 levels deep in navigation | Promote Quickstart to top-level with 5-minute timebox | | 2 | **P2** | Completeness | Webhook events missing from API reference | Document all webhook types with payload examples | | 3 | **P2** | Examples | Code samples lack error handling | Add try/catch blocks and error response examples | ## Quality Gates - [✓] all_code_snippets_validated_against_current_release - [✓] every_page_answers_exactly_one_user_question - [✓] no_broken_cross_references_between_pages ## Outputs Generated - **User-Facing Documentation Suite (Getting Started + How-To + Reference)**: Included in the report above. - **Doc Usability Audit with Readability Scores**: Included in the report above. - **Content Gap Analysis Against Support Ticket Topics**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 3 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*