Yihook CLIv0.1.7
Run Yihook from your local agent
Yihook ships a CLI and agent skills, so Codex, Claude Code, Cursor and your own scripts can create HookReel videos and other jobs without leaving the terminal.
Install the CLI
One line per platform. No package manager, no build step.
Let your agent install it
Paste this to Claude Code, Codex, Cursor, OpenClaw or Hermes — it sets up the CLI for you.
Install the Yihook CLI for me: run `curl -fsSL https://yihook.ai/cli/install.sh | bash` (on Windows, `iwr https://yihook.ai/cli/install.ps1 -UseB | iex`), then run `yihook -v` to confirm.
Or install it yourself
curl -fsSL https://yihook.ai/cli/install.sh | bash
iwr https://yihook.ai/cli/install.ps1 -UseB | iex
Reopen the terminal, then confirm the version: yihook -v
Then sign in and run
01
Authenticate
Sign in through the browser once; the session is saved on this machine.
yihook auth login
yihook auth status
yihook auth whoami
02
Install agent skills
Drop the Yihook task skills into your local agents so they can call Yihook directly — Codex, Claude Code and Cursor.
yihook skills install
yihook skills list
yihook skills update
03
Create a HookReel job
Point the CLI at a TikTok Shop product, pick a region and language, and write the result to a file. Check, wait on, or list jobs from the same command group.
yihook hookreel create \ --product-url "https://shop.tiktok.com/..." \ --region US \ --language en-US \ --output hookreel-result.json
yihook hookreel status <jobId>
yihook hookreel wait <jobId>
yihook hookreel list
Use skills in plain language
After skills are installed, just ask your agent
Once `yihook skills install` wires the skills into your agent, you don't need to memorize commands — describe the job and the agent runs the matching Yihook CLI.
Make a HookReel video from this TikTok Shop product: https://shop.tiktok.com/...
runs yihook hookreel create
Parse this TikTok Shop product into structured fields: https://shop.tiktok.com/...
runs yihook product-parse
Break down why this reference video works, then suggest angles: https://www.tiktok.com/...
runs yihook viral
More on the CLI
What else the CLI can run
One sign-in, one credit pool. The same binary drives the rest of the Yihook pipeline.
yihook product-parseProduct parsePull a TikTok Shop product into structured fields.yihook viralViral analysisBreak down why a reference video works.yihook digital-humanDigital humanPresenter-led video jobs from a script.yihook enhanceVideo enhanceClean up and upscale a rough cut before publishing.yihook credits balanceCreditsCheck the balance shared across every feature.
Bring one product. Run it from your terminal.
Install the CLI, sign in, and create your first HookReel without leaving your editor.
Already installed? Update with yihook self update