← 返回 Skills 市场
a2888409

Clipcat - TikTok Video Replication

作者 a2888409 · GitHub ↗ · v1.0.8 · MIT-0
cross-platform ✓ 安全检测通过
518
总下载
2
收藏
0
当前安装
9
版本数
在 OpenClaw 中安装
/install clipcat
功能描述
Clipcat - TikTok e-commerce video creation skill. Video search, product insights, viral replication, product-to-video generation, breakdown analysis, and vid...
使用说明 (SKILL.md)

Clipcat 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 \x3Csubcommand> -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 \x3Cyour-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

  1. Start with clipcat -h to see all commands.
  2. Before using any command, run clipcat \x3Csubcommand> -h to see flags.
  3. Default to JSON output. Only use --pretty when the result is meant for human terminal reading.
  4. 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-shop
  • search_items — search TikTok Shop products by keyword; returns market insights, competitor shops, and product intelligence; supports --region, --offset, --page-token for pagination
  • product_detail — get product info by --input \x3CID or URL>; supports --region
  • product_comment — get product reviews by --input \x3CID or URL>; supports --region, --sort-rule, --filter-type, --filter-value
  • replicate — 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-id
  • product_video — generate video from product images only (no reference video); images via --image (local) or --image-url (URL); local files and URLs can be mixed
  • image — 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). Use --aspect-ratio to pick 1:1 (default) / 16:9 / 9:16
  • list_images — list image generation tasks from server; supports --status / --limit / --page filters
  • breakdown — analyze a video (script, scenes, music); returns cached result immediately if previously analyzed
  • download — download TikTok/Douyin video (returns signed URL); cached results return immediately
  • user_videos — get a TikTok user's video list with analytics (plays, likes, shares, comments, e-commerce cart data); --unique-id required; pass --sec-user-id to skip ID resolution and speed up response; supports --max-cursor pagination and --sort-type 0|1
  • query_task — check status of a task by ID and type (--type replicate | product | breakdown | download | image). Omit --task-id to resume the latest local task.
  • list_tasks — list recent video-related tasks from server (--type required: replicate | product | breakdown | download). Image tasks use list_images.

replicate: URL type auto-detection

clipcat replicate automatically detects the URL type:

  • TikTok/Douyin link → calls /replicate_from_social (costs 1 extra credit for download)
  • Direct video URL → calls /replicate

Always inform the user about the extra credit before running with a social URL.

Async task rules

replicate, product_video, image, and breakdown are async. All four submit and return immediately with a task ID — they never block.

  1. Task ID is saved locally to ~/.clipcat/tasks.json automatically.
  2. Poll with clipcat query_task --task-id \x3Cid> --type \x3Ctype> --poll \x3Cseconds> (e.g. --poll 600 = wait up to 10 min). Omit --task-id to resume the latest.
  3. If poll times out, re-run query_task later.
  4. Use clipcat list_tasks --type \x3Creplicate|product|breakdown|download> to see tasks of a given type from the server.

query_task: auto-resume

clipcat query_task with no flags automatically reads the latest task from ~/.clipcat/tasks.json and resumes it. No need to remember task IDs.

Available models

Model ID Duration Resolution Notes
veo3.1fast 8s, 16s, 24s 720p, 1080p Default, balanced quality and cost
grok_imagine 10s, 15s, 20s, 30s 720p 9:16 aspect ratio only, longer clips
sora2_official_exp 4s, 8s, 12s 720p OpenAI Sora 2 trial channel, 9:16 or 16:9

Always check clipcat replicate -h for the current model list.

Supported languages (--lang)

en zh fr de ms vi th ja ko id fil es

Good agent behavior

  • Run clipcat -h first if unsure which command to use.
  • Show parameters to user and get confirmation before running paid commands.
  • Keep record of task IDs; use query_task to resume if poll times out.
  • Preserve signed video URLs intact — they contain X-Amz-* params that break if truncated.
  • Agents should prefer the default JSON output.
  • Use --pretty only for human-facing terminal display.
安全使用建议
This skill appears to do what it says, but before installing: 1) Verify the https://clipcat.ai/static URL is the official vendor site (check the vendor homepage and, if available, published checksums or signatures for the CLI). 2) Treat the CLIPCAT_API_KEY like any API secret—only provide a key with the minimum permissions required and rotate it if you stop using the skill. 3) Be careful when passing local file paths to the CLI (--image <local>)—only allow files you intend to upload; an agent could otherwise read local files you didn’t mean to share. 4) If you require stronger assurance, ask the vendor for signed release artifacts or build instructions so you can verify the binary before running it.
功能分析
Type: OpenClaw Skill Name: clipcat Version: 1.0.8 The 'clipcat' skill is a legitimate CLI wrapper for a TikTok e-commerce video generation service. It facilitates video searching, product analysis, and AI video creation by downloading platform-specific binaries from the official domain (static.clipcat.ai). The instructions in SKILL.md are transparent, focusing on command usage, credit management, and task polling without any signs of malicious intent, data exfiltration, or prompt injection.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (TikTok e-commerce video creation and replication) align with the declared API key and the CLI functionality described in SKILL.md. Requiring CLIPCAT_API_KEY is expected and no unrelated env vars or config paths are requested.
Instruction Scope
The SKILL.md instructs the agent to use the clipcat CLI and explicitly supports supplying local files via --image and local/remote mixing. That is consistent with video generation/replication workflows, but it means the agent (or user) can cause the CLI to read local files — review any local file inputs to avoid accidental disclosure of sensitive files. The instructions do not direct the agent to read other system config or unrelated environment variables.
Install Mechanism
Installation is a download+extract of platform-specific binaries from https://static.clipcat.ai/public/... which matches the skill's homepage domain. Downloads from the vendor domain are coherent for a CLI, but download+extract of binaries is higher-risk than an instruction-only skill; verify the vendor/source (and ideally checksums) before trusting the binary.
Credentials
Only CLIPCAT_API_KEY is required and declared as the primary credential. That is proportional to the CLI's stated remote API interactions. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request system-level config paths. It will install a vendor CLI into the agent tools directory per SKILL.md, which is expected for a CLI-based skill. Autonomous invocation is allowed by default (platform norm) but not elevated here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clipcat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clipcat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.8
- Updated Clipcat CLI to version 1.0.9 for all platforms (new download URLs). - Updated the list of available video generation models; only `veo3.1fast` model is now documented. - No code or logic changes—this is solely a CLI/tooling/platform update.
v1.0.7
- Updated Clipcat CLI binary URLs to version 1.0.8 for all supported platforms. - No other changes detected.
v1.0.6
- Added mention of GPT Image 2 for the `image` command, clarifying the image generation model in use. - Updated command descriptions to specify that image generation uses GPT Image 2. - No code or installation changes; documentation update only.
v1.0.5
clipcat 1.0.5 - Updated Clipcat CLI installer to use version 1.0.7 binaries for all supported platforms. - Expanded SKILL.md documentation to include more detailed command options, new parameters, and improved workflow descriptions. - Clarified CLI command flags, especially for advanced usage, async behavior, and supported models/languages. - Adjusted examples and instructions for improved clarity and to match current CLI capabilities.
v1.0.4
- Renamed skill from "openclaw-support" to "clipcat" for clarity. - Added an explicit, versioned, platform-specific installation spec for auto-install in OpenClaw, with direct download URLs for Windows, macOS (Intel/Apple), and Linux. - Install process now uses versioned binaries from trusted sources, instead of requiring users to run a shell script. - Updated installation instructions to reflect automated handling by OpenClaw. - No core functional changes to command usage or workflows.
v1.0.3
- Switched from API documentation to CLI usage: documentation now focuses on using the Clipcat CLI instead of API endpoints. - Removed detailed endpoint and parameter information; directs users to `clipcat -h` and subcommand help for details. - Added concise overviews of CLI commands and workflows, including async task handling and local resume features. - Improved instructions on good usage patterns (JSON output, task ID management, CLI installation). - Removed README.md file.
v1.0.2
**Added viral TikTok video search and improved documentation.** - Introduced `/search` endpoint for finding viral TikTok videos by keyword, region, and time range. - Updated API overview and parameters to include video search and new documentation structure. - Improved endpoint descriptions and clarified available models and options. - Refined skill name/description for clearer TikTok e-commerce video creation focus.
v1.0.1
- Updated the skill description to clarify that Clipcat integrates OpenClaw and Claude Code for end-to-end TikTok growth, in addition to the Clipcat.ai API. - No code changes; documentation only.
v1.0.0
Initial release of Clipcat skill for TikTok e-commerce video creation. - Provides endpoints for analyzing, replicating, and generating TikTok-style e-commerce videos. - Supports viral video replication from TikTok/Douyin URLs, direct video URLs, or product images. - Includes video analysis to extract scripts, scenes, music, and more. - Allows one-click video downloads. - Supports multiple AI models, durations, resolutions, and languages. - Enforces task confirmation and prevents duplicate submissions for efficient task management.
元数据
Slug clipcat
版本 1.0.8
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 9
常见问题

Clipcat - TikTok Video Replication 是什么?

Clipcat - TikTok e-commerce video creation skill. Video search, product insights, viral replication, product-to-video generation, breakdown analysis, and vid... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 518 次。

如何安装 Clipcat - TikTok Video Replication?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clipcat」即可一键安装,无需额外配置。

Clipcat - TikTok Video Replication 是免费的吗?

是的,Clipcat - TikTok Video Replication 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Clipcat - TikTok Video Replication 支持哪些平台?

Clipcat - TikTok Video Replication 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clipcat - TikTok Video Replication?

由 a2888409(@a2888409)开发并维护,当前版本 v1.0.8。

💬 留言讨论