← 返回 Skills 市场
354
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install creatok-recreate-video
功能描述
Use when recreating, rewriting, or remixing a TikTok reference video into a new product-fit version.
使用说明 (SKILL.md)
recreate-video
Constraints
- Platform: TikTok only.
- Must NOT do 1:1 copying.
- Must apply:
- structure rewrite
- expression rewrite
- style differentiation
- The model's final user-facing response should match the user's input language, default English.
- Avoid technical wording in the user-facing reply unless the user explicitly needs details for debugging or to share with a developer.
- Follow shared guidance in
./references/common-rules.md.
Workflow
- Analyze reference video
- Reuse the
analyze-videoworkflow. - Gather enough reference context for the model to understand what makes the source video work.
- Write source artifacts for the model
outputs/recreate_source.json- Include:
- reference TikTok URL
- analyze result payload
- analyze artifacts directory
- optional user constraints such as angle / brand / style
- Model output happens in the conversation
- The model should read
outputs/recreate_source.json - The model should help the user choose a direction without over-constraining the process.
- Unless the user explicitly asks for a live-action shoot version, the model should default to creating a script, storyboard, and visual direction that are intended for AI video generation rather than human filming.
- Typical directions include:
- stay closer to the original concept and execution
- create a differentiated remix version
- use the reference only as inspiration for a new version
- The model should present these directions in simple creator / seller language rather than technical or production language.
- The model should decide, with minimal friction:
- what stays at the idea level
- what changes in structure / wording / visuals
- copyright / similarity risks
- the level of detail that is most helpful next: concept, outline, short script, storyboard, or shotlist
- The model should ask only for high-impact creative preferences when needed, not force a fixed template.
- The model should usually show a useful first draft quickly instead of starting with many questions.
- The first draft should default to an AI-generation-ready version.
- The model should prefer a first draft wording that naturally sets up the next handoff, such as "If this direction looks good, I can generate the video next."
- If the user wants to recreate or adapt a selling video, the model should first collect the user's own product context before writing a fitted script.
- Start with only the most important product details:
- product name
- core selling points
- product images or reference materials if available
- price / offer / promotion details if relevant
- If more context is needed, the model should ask short follow-up questions one by one instead of requiring a long upfront brief.
- The model should avoid making the user restate information that was already clear from the previous analysis or conversation.
- If the user wants final generation
- Once the creative direction is clear enough, the model should hand off to
creatok-generate-videousing the script or brief already developed in the conversation. - The model should avoid asking the user to rewrite their request from scratch before generation.
- The default handoff should be to AI generation, not a human shoot plan.
- The model should phrase this in natural creator language that invites
creatok-generate-video, for example:- "If you want, I can generate this version now."
- "If this script looks right, I can turn it into a video next."
- "I can go ahead and make the video from this version."
- Before handing off, the model should already reason about generation feasibility:
- whether the plan fits within a single segment
- whether it needs to be split into multiple segments
- whether a recurring human character means the user needs to upload a portrait / person reference
- whether the selected generation path requires a model that supports real-person reference images
- If the recreate plan is longer than a model's maximum duration, the model should explain the tradeoff and suggest a segmented plan before calling
creatok-generate-video.
Artifacts
Write under recreate-video/.artifacts/\x3Crun_id>/....
Notes
- This skill should feel like a creative bridge between analysis and generation.
- Prefer smooth continuation from the analyzed reference rather than making the user restate the whole idea.
- For selling-video recreation, adapt the reference to the user's own product instead of drafting a generic copy first.
- After producing an AI-generation-ready version, the model may optionally ask whether the user also wants a live-action shoot version.
- Keep the interaction lightweight and practical for non-technical creator / seller users.
安全使用建议
This skill appears to do what it says: it analyzes a TikTok reference and prepares a recreated/scripted brief, then can hand off to CreatOK's generation service. Before installing, note that: (1) it will send the reference TikTok URL and any product details you provide to https://www.creatok.ai, so do not supply sensitive data you don't want transmitted; (2) you must provide a valid CREATOK_API_KEY and have Node available to run the scripts; (3) the run script expects a sibling 'creatok-analyze-video' skill directory for local analyze workflow — if you plan to run scripts locally, confirm the analyze skill is available or adjust the path; (4) the package writes files under .artifacts/<run_id> in the skill directory — inspect those artifacts if you are concerned about local disk contents. Overall the package is internally consistent and coherent with its purpose.
功能分析
Type: OpenClaw Skill
Name: creatok-recreate-video
Version: 0.1.4
The skill bundle is a legitimate integration for the CreatOK service, designed to analyze and recreate TikTok videos. It uses standard Node.js patterns for API communication (via fetch to creatok.ai), environment variable management for API keys, and local file system operations for artifact storage. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found across the codebase (lib/creatok-client.js, SKILL.md) or the execution scripts.
能力标签
能力评估
Purpose & Capability
The skill is for recreating TikTok videos and its code calls CreatOK endpoints at https://www.creatok.ai using a single API key (CREATOK_API_KEY). Requiring Node is appropriate for the included Node scripts. There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md instructs the agent to analyze a reference TikTok, write/read artifacts under the skill's .artifacts/<run_id> directory, and hand off to a generation skill if requested. At runtime the skill will send the reference TikTok URL and any user-provided product/context to CreatOK's API — this network activity is expected for the stated purpose but is worth noting for privacy. The SKILL.md also references ./references/common-rules.md for error/401 handling (which is present).
Install Mechanism
No installer or remote download is declared; the package includes Node scripts and libraries and expects a Node runtime already present. There are no downloads from unknown URLs or extracted archives in the manifest.
Credentials
Only one credential (CREATOK_API_KEY) is used and is required by the client code. This matches the skill's external API usage. Minor metadata inconsistency: the SKILL.md 'requires.env' list is empty while primaryEnv is CREATOK_API_KEY, but this is a small declarative mismatch and does not change runtime behavior.
Persistence & Privilege
The skill does not request permanent 'always' installation, does not modify other skills or system-wide settings, and writes artifacts only to its own .artifacts directory under the skill. Agent autonomous invocation remains the platform default and is not a special privilege of this skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install creatok-recreate-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/creatok-recreate-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.4
Patch release: bump from 0.1.3 to 0.1.4 only.
v1.0.0
No changes detected in this release.
- Version 1.0.0 initial release.
v0.1.3
Add multilingual trigger keywords
v0.1.2
- Added new sample output artifacts to .artifacts/ for debugging and real recreate runs.
- No functional changes to the skill; only sample artifact files were introduced.
- No changes to user-facing workflow or behavior.
v0.1.1
No user-visible changes in this release.
- No updates to files or documentation detected.
- Version number and functionality remain unchanged.
v0.1.0
Initial release – enables TikTok video recreation, adaptation, and remix for creators and sellers.
- Provides a smooth workflow to recreate, rewrite, or adapt TikTok videos to fit a user's product, style, or branding.
- Always rewrites structure, expression, and style—never 1:1 copies of videos.
- Focuses on quick drafts ready for AI-generation, with simple language and minimal repeated questions.
- Handles product-fit and creative adaptation with light, high-impact follow-up questions.
- Designed for seamless handoff from analysis and to video generation, minimizing user friction.
元数据
常见问题
CreatOK Recreate Video 是什么?
Use when recreating, rewriting, or remixing a TikTok reference video into a new product-fit version. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 354 次。
如何安装 CreatOK Recreate Video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install creatok-recreate-video」即可一键安装,无需额外配置。
CreatOK Recreate Video 是免费的吗?
是的,CreatOK Recreate Video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
CreatOK Recreate Video 支持哪些平台?
CreatOK Recreate Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 CreatOK Recreate Video?
由 Newt0n(@newt0n)开发并维护,当前版本 v0.1.4。
推荐 Skills