ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

tutorial-updates

Generate tutorials from VHS tapes and Playwright specs with dual-tone markdown and GIF recording

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-sanctum-tutorial-updates
Or

Night 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

Author@athola
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-athola-nm-sanctum-tutorial-updates": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.