tutorial-updates
Generate tutorials from VHS tapes and Playwright specs with dual-tone markdown and GIF recording
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-sanctum-tutorial-updatesNight Market Skill — ported from claude-night-market/sanctum. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Table of Contents
- Overview
- Command Options
- Required TodoWrite Items
- Phase 1: Discovery (
tutorial-updates:discovery) - Step 1.1: Locate Tutorial Assets
- Step 1.2: Parse Manifests
- Step 1.3: Handle Options
- Phase 1.5: Validation (
tutorial-updates:validation) - Step 1.5.1: VHS Syntax Validation
- Step 1.5.2: Extract and Validate CLI Commands
- Step 1.5.3: Verify Demo Data Exists
- Step 1.5.4: Test Commands Locally
- Validation Flags
- Validation Exit Criteria
- Phase 1.6: Binary Rebuild (
tutorial-updates:rebuild) - Step 1.6.1: Detect Build System
- Step 1.6.2: Check Binary Freshness
- Step 1.6.3: Rebuild Binary
- Step 1.6.4: Verify Binary Accessibility
- Rebuild Flags
- Rebuild Exit Criteria
- Phase 2: Recording (
tutorial-updates:recording) - Step 2.1: Process Tape Components
- Step 2.2: Process Browser Components
- Step 2.3: Handle Multi-Component Tutorials
- Phase 3: Generation (
tutorial-updates:generation) - Step 3.1: Parse Tape Annotations
- Step 3.2: Generate Dual-Tone Markdown
- Step 3.3: Generate README Demo Section
- Demos
- Quickstart
- Phase 4: Integration (
tutorial-updates:integration) - Step 4.1: Verify All Outputs
- Step 4.2: Update SUMMARY.md (Book)
- Step 4.3: Report Results
- Exit Criteria
- Error Handling
- Scaffold Mode
Tutorial Updates Skill
Orchestrate tutorial generation with GIF recordings from VHS tape files and Playwright browser specs.
When To Use
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-sanctum-tutorial-updates": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure