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.

Try your first one freeYour first HookReel video is free.
Runs insideClaude CodeCodexCursorOpenClawHermes

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.

Prompt

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

yihook — install
macOS · Linux
curl -fsSL https://yihook.ai/cli/install.sh | bash
Windows PowerShell
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
Sign in through the browser
yihook auth login
Show local authentication status
yihook auth status
Show the current authenticated user
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 skills for supported agents
yihook skills install
List supported skill targets
yihook skills list
Update managed skills
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 a HookReel job
yihook hookreel create \
  --product-url "https://shop.tiktok.com/..." \
  --region US \
  --language en-US \
  --output hookreel-result.json
Show one job
yihook hookreel status <jobId>
Wait for a job to finish
yihook hookreel wait <jobId>
List HookReel jobs
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.

Prompt

Make a HookReel video from this TikTok Shop product: https://shop.tiktok.com/...

runs yihook hookreel create

Prompt

Parse this TikTok Shop product into structured fields: https://shop.tiktok.com/...

runs yihook product-parse

Prompt

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

Yihook CLI — Run Yihook from your local agent | Yihook