Clipcat is a TikTok e-commerce AI video creation skill for OpenClaw. It helps your OpenClaw agent complete viral video discovery, TikTok Shop market intelligence, video analysis, viral replication, product video generation, AI image generation, and TikTok video download in one workflow.
For the latest install guide and examples, see: https://clipcat.ai/tiktok/openclaw
- Viral Video Search: Find viral TikTok videos by keyword for content inspiration and trend research
- TikTok Shop Intelligence: Search TikTok Shop products by keyword to surface market insights, competitor shops, and product opportunities
- Product Research: Get TikTok Shop product detail and review insights from product IDs or product URLs
- Video Analysis: Extract scripts, scenes, hooks, and music from TikTok or Douyin videos
- Viral Replication: Recreate proven viral structures with your own product assets (auto-detects TikTok/Douyin links vs direct video URLs)
- Product to Video: Turn product images into UGC-style TikTok videos
- AI Image Generation: Generate AI images from text prompts using GPT Image 2, with optional reference images (up to 5)
- User Video Analytics: Fetch a TikTok user's video list with plays, likes, shares, comments, and e-commerce cart data
- Video Download: Download TikTok or Douyin videos through the Clipcat API
Copy the commands below and send them to your OpenClaw for automatic installation.
# Install skill
curl -fsSL https://clipcat.ai/cli | bashSign up or log in, then generate an API key in your personal center:
Replace your_api_key_here with your real API key, then send the command below to OpenClaw to finish setup.
# Set your Clipcat API key
openclaw env set CLIPCAT_API_KEY your_api_key_hereOnce installed, you can ask OpenClaw to:
- "Search viral TikTok videos about lip gloss this week"
- "Search TikTok Shop for trending pet products and show me competitor shops"
- "Replicate this TikTok video with my product images"
- "Generate a product video from these images"
- "Generate an AI image of a model holding my product"
- "Analyze this video and extract the script"
- "Show me this TikTok user's recent videos with engagement stats"
- "Download this TikTok video"
- "Fetch TikTok Shop product detail and review highlights for this product URL"
- Video generation tasks are asynchronous and may take several minutes
- OpenClaw will display parameters and wait for your confirmation before submitting tasks
- Do not retry tasks manually; Clipcat already includes retry handling
- Preserve complete TikTok or Douyin URLs, including signed parameters when present
veo3.1fast- 8s, 16s, 24s (720p, 1080p) — balanced defaultgrok_imagine- 10s, 15s, 20s, 30s (720p, 9:16 only) — longer clipssora2_official_exp- 4s, 8s, 12s (720p, 9:16 or 16:9) — OpenAI Sora 2 trial channel
Always check clipcat replicate -h for the current model list.
English, Chinese, French, German, Malay, Vietnamese, Thai, Japanese, Korean, Indonesian, Filipino
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.
Replicate this TikTok video with my product:
https://www.tiktok.com/@username/video/123456789
Use these product images:
- /path/to/product1.jpg
- /path/to/product2.jpg
Generate a 16-second video in English using veo3.1fast model.
OpenClaw 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.
- Always provide complete TikTok/Douyin URLs
- Be specific with prompts for better results
- Wait for task completion - video generation takes time
- Preserve complete video URLs with all signed parameters
- Choose appropriate models based on duration and quality needs
- Homepage: https://clipcat.ai
- OpenClaw landing page: https://clipcat.ai/tiktok/openclaw
- API Documentation: See SKILL.md for detailed API reference