# Send vhs-recorder to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "vhs-recorder",
    "name": "vhs-recorder",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/killerapp/vhs-recorder",
    "canonicalUrl": "https://clawhub.ai/killerapp/vhs-recorder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/vhs-recorder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vhs-recorder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/examples.md",
      "references/settings.md",
      "references/timing-control.md",
      "references/vhs-syntax.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "vhs-recorder",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T21:45:55.617Z",
      "expiresAt": "2026-05-19T21:45:55.617Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vhs-recorder",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=vhs-recorder",
        "contentDisposition": "attachment; filename=\"vhs-recorder-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "vhs-recorder"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/vhs-recorder"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/vhs-recorder",
    "downloadUrl": "https://openagent3.xyz/downloads/vhs-recorder",
    "agentUrl": "https://openagent3.xyz/skills/vhs-recorder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/vhs-recorder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/vhs-recorder/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: killerapp
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-12T21:45:55.617Z
- Expires at: 2026-05-19T21:45:55.617Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/vhs-recorder)
- [Send to Agent page](https://openagent3.xyz/skills/vhs-recorder/agent)
- [JSON manifest](https://openagent3.xyz/skills/vhs-recorder/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/vhs-recorder/agent.md)
- [Download page](https://openagent3.xyz/downloads/vhs-recorder)