โ† All skills
Tencent SkillHub ยท Developer Tools

vhs-recorder

Create professional terminal recordings with VHS tape files - guides through syntax, timing, settings, and best practices

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Create professional terminal recordings with VHS tape files - guides through syntax, timing, settings, and best practices

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/examples.md, references/settings.md, references/timing-control.md, references/vhs-syntax.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

VHS Recorder

Create terminal recordings with Charm's VHS. Use when creating CLI demos, README animations, documentation videos.

Prerequisites

vhs installed (brew install vhs / go install github.com/charmbracelet/vhs@latest) ttyd and ffmpeg on PATH

Tape File Structure

Output demo.gif # Outputs first Set Width 1200 # Settings second Set Theme "Catppuccin Mocha" Require git # Requirements third Hide # Hidden setup Type "cd /tmp && clear" Enter Show Type "your command" # Main recording Enter Wait Sleep 2s

Core Commands

CommandPurposeType "text"Type text (uses TypingSpeed setting)Enter / Tab / SpaceKey pressesUp / Down / Left / RightArrow navigationPageUp / PageDownPage navigationCtrl+C / Ctrl+D / Ctrl+LSignal/EOF/clear combosWait / Wait /pattern/Wait for prompt or regex matchSleep 2sFixed pause (supports ms/s/m)Hide/ShowHide setup/cleanup from outputType@50ms "text"Override typing speed inlineBackspace N / Delete NDelete N chars back/forwardCopy / PasteClipboard operationsScreenshot path.pngCapture single frameEnv VAR "value"Set environment variable

Essential Settings

SettingDefaultNotesWidth/Height1200/600Terminal dimensions in pixelsFontSize32Text size; FontFamily for custom fontsTypingSpeed50msPer-char delay (override with Type@Xms)Theme-Use vhs themes to list all availablePadding40Border space; LetterSpacing/LineHeight also available

Timing & Patterns

3-2-1 Rule: 3s after important commands, 2s between actions, 1s for transitions Clean start: Hide โ†’ Type "clear" โ†’ Enter โ†’ Show Command-wait: Type โ†’ Enter โ†’ Wait โ†’ Sleep 2s Fast hidden: Type@10ms "setup command" ASCII preview: Output demo.ascii for instant test

Output Formats

FormatUse Case.gifWeb/README (universal).mp4/.webmSocial media / modern browsers.asciiPreview/test (instant, no ffmpeg)frames/PNG sequence for post-processing

Quick Fixes

IssueSolutionCommands too fastAdd Wait + Sleep 2s after EnterMessy terminalHide โ†’ clear โ†’ Show at startInconsistent pacingFollow 3-2-1 timing rule

CLI Commands

vhs demo.tape # Run tape file vhs themes # List all available themes vhs manual # Show full command reference

References

vhs-syntax.md - Full command reference timing-control.md - Pacing strategies settings.md - All configuration options examples.md - Real-world tape files

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs
  • SKILL.md Primary doc
  • references/examples.md Docs
  • references/settings.md Docs
  • references/timing-control.md Docs
  • references/vhs-syntax.md Docs