원클릭으로
vhs
Create reproducible CLI demo recordings with Charmbracelet VHS. Use on 'vhs', 'tape', 'cli demo', 'terminal gif', 'terminal video'.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create reproducible CLI demo recordings with Charmbracelet VHS. Use on 'vhs', 'tape', 'cli demo', 'terminal gif', 'terminal video'.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Airflow DAG patterns, KubernetesPodOperator, and debugging. Use on 'dag', 'airflow', 'task', 'operator', 'KPO', 'scheduler', 'XCom'.
Create and debug AWS IAM policies with least-privilege. Use on 'IAM policy', 'permission denied', 'access denied', 'not authorized', 'create role'.
Create architecture diagrams with draw.io MCP server. Use on 'diagram', 'architecture', 'drawio', 'flowchart', 'visualize'.
Git operations including commits, branches, worktrees, and safety protocols. Use on 'git', 'commit', 'branch', 'worktree', 'rebase', 'merge'.
Helm chart policies, bitnami legacy repo, and release management. Use on 'helm-skill' or 'load helm skill'.
Kubernetes security best practices for manifests and Helm charts. Use on 'k8s security', 'manifest audit', 'helm security review', 'pod hardening'.
| name | vhs |
| description | Create reproducible CLI demo recordings with Charmbracelet VHS. Use on 'vhs', 'tape', 'cli demo', 'terminal gif', 'terminal video'. |
Create polished CLI demos by writing .tape scripts for Charmbracelet VHS.
ttyd and ffmpeg on PATHvhs demo.tapedocker run --rm -v $PWD:/vhs ghcr.io/charmbracelet/vhs demo.tape
Require and Set commands must appear before any non-setting commandOutput to define artifacts (.gif, .mp4, .webm, .ascii)Output demo.gif
Set Width 1200
Set Height 600
Set FontSize 34
Set TypingSpeed 80ms
Set CursorBlink false
Output demo.gif
Set Width 1200
Set Height 600
Set FontSize 34
Set TypingSpeed 80ms
Set CursorBlink false
Require <your-cli>
Hide
Type "./your-cli --version"
Enter
Show
Type "./your-cli help"
Enter
Sleep 1s
Type "./your-cli demo"
Enter
Wait /Done/
Sleep 1s
Type, Enter, Sleep, Wait for pacingHide/Show for setup/cleanup not shown on screenRequire to fail fast if dependencies are missingOutput for multiple formats when neededWait /regex/ for long-running commands instead of fixed sleepsHide for build/setup, Show for the visible demoOutput demo.ascii for golden-file testing in CISet commands placed after Type (ignored)Require for needed binariesWaitWhen asked to create a tape, respond with:
Tape: <path>
Outputs: <list>
Notes: <assumptions or prerequisites>