Skip to content

a2888409/clipcat-skill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clipcat Skill for OpenClaw

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

中文版本

Core Capabilities

  • 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

Installation

1. Install the Skill

Copy the commands below and send them to your OpenClaw for automatic installation.

# Install skill
curl -fsSL https://clipcat.ai/cli | bash

2. Get Your API Key

Sign up or log in, then generate an API key in your personal center:

Generate API Key

3. Configure Your API Key

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_here

Usage

Once 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"

Important Notes

  • 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

Supported Models

  • veo3.1fast - 8s, 16s, 24s (720p, 1080p) — balanced default
  • grok_imagine - 10s, 15s, 20s, 30s (720p, 9:16 only) — longer clips
  • sora2_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.

Supported Languages

English, Chinese, French, German, Malay, Vietnamese, Thai, Japanese, Korean, Indonesian, Filipino

Usage Examples

Example 1: Search for Viral TikTok Videos

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.

Example 2: Replicate a TikTok Video

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.

Example 3: Generate Product Video from Scratch

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.

Example 4: Analyze a Video

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.

Example 5: Download a TikTok Video

Download this TikTok video:
https://www.tiktok.com/@username/video/111222333

Synchronous operation, returns direct video URL immediately.

Tips

  • 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

Links

About

TikTok e-commerce video generation, replication, and analysis SKILL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors