clipcat
Clipcat - TikTok e-commerce video creation skill. Video search, product insights, viral replication, product-to-video generation, breakdown analysis, and video download via Clipcat CLI.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/a2888409/clipcatClipcat CLI
Use this skill when you need TikTok e-commerce video creation through clipcat.
Get API key: https://clipcat.ai/workspace?modal=settings&tab=apikeys
This skill is intentionally short. Detailed flags and supported values belong to the CLI itself — always treat clipcat -h and clipcat <subcommand> -h as the primary reference.
Installation
This skill is auto-installed by OpenClaw using the declared install spec in the frontmatter above. OpenClaw downloads the platform-specific binary from versioned, immutable URLs under https://static.clipcat.ai/public/cli/vX.Y.Z/ and places it under ~/.openclaw/tools/clipcat/. No remote shell script is executed.
After installation, configure your API key once:
clipcat config --api-key <your-key>
What this CLI is for
clipcat is the local entrypoint for all Clipcat AI video generation workflows:
- Search viral TikTok videos by keyword
- Search TikTok Shop products by keyword (market intelligence)
- Get TikTok Shop product details and reviews
- Replicate viral videos with your product
- Generate product videos from images
- Generate AI images from text prompts using GPT Image 2 (with optional reference images)
- Analyze videos (script, scenes, music)
- Download TikTok/Douyin videos
- Query async task status
Default agent workflow
- Start with
clipcat -hto see all commands. - Before using any command, run
clipcat <subcommand> -hto see flags. - Default to JSON output. Only use
--prettywhen the result is meant for human terminal reading. - Warn the user before running commands that consume credits.
Choosing the right command
search— find viral TikTok videos by keyword; supports--region,--sort-by relevance|likes,--time-range any|day|week|month|quarter|half_year,--require-shopsearch_items— search TikTok Shop products by keyword; returns market insights, competitor shops, and product intelligence; supports--region,--offset,--page-tokenfor paginationproduct_detail— get product info by--input <ID or URL>; supports--regionproduct_comment— get product reviews by--input <ID or URL>; supports--region,--sort-rule,--filter-type,--filter-valuereplicate— replicate a viral video with your product images (auto-detects URL type); images via--image(local) or--image-url(URL); local files and URLs can be mixed; supports--model,--duration,--size,--lang,--resolution,--character-idproduct_video— generate video from product images only (no reference video); images via--image(local) or--image-url(URL); local files and URLs can be mixedimage— generate an AI image from a text prompt using GPT Image 2 model; optionally supply up to 5 reference images via--image(local file) or--image-url(URL).
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-a2888409-clipcat": {
"enabled": true,
"auto_update": true
}
}
}