by Clipcat-ai
TikTok e-commerce video generation, replication, and analysis SKILL
# Add to your Claude Code skills
git clone https://github.com/Clipcat-ai/clipcat-skillGuides for using ide extensions skills like clipcat-skill.
clipcat-skill is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Clipcat-ai. TikTok e-commerce video generation, replication, and analysis SKILL. It has 74 GitHub stars.
clipcat-skill's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Clipcat-ai/clipcat-skill" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh clipcat-skill against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Clipcat is a TikTok e-commerce AI video creation skill that any AI agent can integrate — Claude Code, OpenClaw, Cursor, or your own custom agent. It ships as a single cross-platform clipcat CLI plus a SKILL.md manifest: the agent calls clipcat commands to complete viral video discovery, TikTok Shop market intelligence, video analysis, viral replication, product video generation, AI image generation, and TikTok video download — all in one workflow.
For the latest guide and examples, see: https://clipcat.ai
中文文档:README_ZH.md
Clipcat is just a small CLI binary and a SKILL.md skill manifest, so any agent that can run shell commands can drive it:
SKILL.md to learn the available commands and conventions.clipcat <command> and parses the JSON output (default).OpenClaw auto-installs the skill from the manifest; any other agent installs the CLI manually (see below). Either way the runtime is the same clipcat binary.
clipcat <entity> -h)--enhance--character-idOpenClaw — auto-installed from the skill manifest; no manual step needed.
Any other agent / manual — install the CLI binary:
# Install the clipcat CLI
curl -fsSL https://clipcat.ai/cli | bash
Sign up or log in, then generate an API key in your personal center:
Configure the key once on the machine the agent runs on:
clipcat config --api-key your_api_key_here --base-url https://clipcat.ai
Agents that manage secrets via environment variables can instead set CLIPCAT_API_KEY (e.g. OpenClaw: openclaw env set CLIPCAT_API_KEY your_api_key_here).
Once installed, you can ask your agent to:
clipcat quote, shows you the model / duration / resolution / credits, and waits for your confirmationTrial models are open to all users; standard models require a paid plan.
| Model ID | Duration | Resolution | Notes |
|---|---|---|---|
grok_imagine |
10s, 15s | 480p, 720p | Trial, default. xAI Grok Imagine 1.5, 9:16 only |
veo3.1fast |
8s, 16s, 24s | 720p | Trial. Google Veo 3.1 Fast, balanced quality and cost |
omini_flash |
10s, 20s | 720p, 1080p | Trial. Gemini Omni Flash, Google's newest model |
seedance2_mini |
4-15s (any integer) | 480p, 720p | Trial. Seedance 2 Mini, value tier (free plans: 480p) |
mmh3_promo |
10s, 15s | 480p, 720p, 2K | Trial. Subsidized MiniMax H3, open to free plans |
seedance2 |
4-15s (any integer) | 480p, 720p, 1080p | Paid. ByteDance Seedance 2, top quality |
seedance2_5 |
4-30s (any integer) | 480p, 720p | Paid. ByteDance Seedance 2.5, clips up to 30s |
seedance2_fast |
4-15s (any integer) | 480p, 720p | Paid. ByteDance Seedance 2 Fast, fast variant |
wan30 |
5-30s (any integer) | 480p, 720p, 1080p | Paid. Alibaba Wan 3.0, clips up to 30s |
minimax_h3 |
10s, 15s | 768p, 2K | Paid. MiniMax H3 |
happyhorse10 |
3-15s (any integer) | 720p, 1080p | Paid. Alibaba HappyHorse 1.1 |
The table is what each model offers; run clipcat models for the live listing with the exact per-combination credit cost and your balance — it is the authority on which models still exist, and -h lags behind it between releases. Prefer mmh3_promo over minimax_h3 whenever it is listed: same model, subsidized channel, a fraction of the credits.
English, Chinese, French, German, Malay, Vietnamese, Thai, Japanese, Korean, Indonesian, Filipino, Spanish
US GB DE ES FR IT JP MX BR ID MY PH SG TH VN
All monetary values in e-commerce data responses are USD-converted regardless of region.
Search for viral TikTok videos about lip gloss in the US market this week.
Show me the top 10 results sorted by likes.
Returns a ranked list of relevant viral videos, including core metrics and source links for further analysis.
Please use Clipcat’s replication feature to fully replicate the original video’s script and visuals, replacing only the original product with my product. If there is voiceover in the original video, please adapt it to match my product; if there is no voiceover, then no voiceover is needed. The replicated video should not include subtitles. The duration of the new script must be controlled within 15 seconds. Please use the model seedance2.0, and the voiceover language should be English.
This is the TikTok link to replicate:https://www.tiktok.com/@username/video/123456789
The agent will display the parameters and wait for confirmation before submitting the task.
Create a 10-second OOTD video featuring a British girl showcasing my product.
Product image: /path/to/dress.jpg
Use veo3.1fast model, 9:16 aspect ratio, English language.
Analyze this video and extract the script, scenes, and music information:
https://www.tiktok.com/@username/video/987654321
Returns structured data including scene-by-scene breakdown, visual descriptions, voiceover content, and background music.
Download this TikTok video:
https://www.tiktok.com/@username/video/111222333
Synchronous operation, returns direct video URL immediately.
This repo follows the Agent Skills convention — one skill per directory under skills/, each containing a SKILL.md manifest:
clipcat-skill/
├── README.md # this file
├── README_ZH.md # Chinese version
├── docs/
│ └── SKILL_ZH.md # Chinese translation of the skill manifest
└── skills/
└── clipcat/
└── SKILL.md # the skill manifest agents load
skills/clipcat/SKILL.md