Tutorial Claw
tutorial-claw
v0.2.0May 22, 2026Step-by-step tutorials with verified code examples, progressive difficulty, and visual walkthroughs that teach by doing
Tutorials that work only on the author's machine teach frustration, not skills. I build guided tutorials with checkpoint verification at every step, pre-configured sandbox environments, and deliberate "now break it and fix it" exercises because fluency comes from recovering from mistakes, not copying commands.
PRIMARY ACTION
Unlock with ProWhen 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
- Progressive complexity throughout
- Each concept has a hands-on exercise
- Knowledge checks included at key points
- Complete solutions provided
- Complete and structured response
3 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/tutorial-claw/SKILL.mdhermes/skills/flickclaw/tutorial-claw/references/workflow.mdhermes/skills/flickclaw/tutorial-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/tutorial-claw/SKILL.mdclaude-code/.claude/skills/tutorial-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/tutorial-claw/codex.mdcodex/.flickclaw/agents/tutorial-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-tutorial-claw.mdccursor/.cursor/rules/flickclaw-tutorial-claw-workflow.mdccursor/.cursor/rules/flickclaw-tutorial-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-tutorial-claw.mdwindsurf/.windsurf/rules/flickclaw-tutorial-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-tutorial-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 tutorial-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Tutorial Claw to see what it can do:
Review the documentation and identify gaps. Generate Step-by-Step Tutorial with Checkpoint Verification, Sandbox Environment Setup (Docker Compose or Dev Container), Exercise Solutions and Common Pitfall Warnings covering setup, API reference, and troubleshooting.Example Output
IllustrativeWhat a typical Tutorial Claw report looks like:
# Tutorial Claw — Assessment Report **Project**: api-docs-site **Context**: a developer documentation site with OpenAPI specs and tutorials **Generated**: 2026-07-10 ## Executive Summary The Tutorial 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 - [✓] every_step_has_a_verifiable_checkpoint_or_expected_output - [✓] tutorial_tested_on_a_clean_environment_from_scratch - [✓] at_least_one_deliberate_debugging_exercise_is_included ## Outputs Generated - **Step-by-Step Tutorial with Checkpoint Verification**: Included in the report above. - **Sandbox Environment Setup (Docker Compose or Dev Container)**: Included in the report above. - **Exercise Solutions and Common Pitfall Warnings**: 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.*