skills$openclaw/tcm-video-factory
xaotiensinh-abm8.2k

by xaotiensinh-abm

tcm-video-factory – OpenClaw Skill

tcm-video-factory is an OpenClaw Skills integration for coding workflows. Automate health video production planning (Topic Research - Script - Character - Image/Video Prompts) using Perplexity API. Based on TCM Video Factory workflow.

8.2k stars7.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nametcm-video-factory
descriptionAutomate health video production planning (Topic Research - Script - Character - Image/Video Prompts) using Perplexity API. Based on TCM Video Factory workflow. OpenClaw Skills integration.
ownerxaotiensinh-abm
repositoryxaotiensinh-abm/tcm-video-factory
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xaotiensinh-abm/tcm-video-factory
last updatedFeb 7, 2026

Maintainer

xaotiensinh-abm

xaotiensinh-abm

Maintains tcm-video-factory in the OpenClaw Skills directory.

View GitHub profile
File Explorer
5 files
.
_meta.json
295 B
index.mjs
3.9 KB
package-lock.json
3.8 KB
package.json
331 B
SKILL.md
1006 B
SKILL.md

name: tcm-video-factory description: Automate health video production planning (Topic Research - Script - Character - Image/Video Prompts) using Perplexity API. Based on TCM Video Factory workflow. metadata: {"clawdbot":{"emoji":"🎬","requires":{"bins":["node"],"env":["PERPLEXITY_API_KEY"]},"primaryEnv":"PERPLEXITY_API_KEY"}}

TCM Video Factory

Automated workflow to generate a complete video production plan including scripts, character design, and AI generation prompts (Nano Banana/VEO3).

Usage

# Generate a plan for a specific topic
node skills/tcm-video-factory/index.mjs "Trà gừng mật ong"

# Generate a plan for a general theme (auto-research)
node skills/tcm-video-factory/index.mjs "Mẹo ngủ ngon"

Output

Generates a PLAN_[Timestamp].md file in the current directory containing:

  1. Selected Topic
  2. Character Design Prompt (Pixar 3D)
  3. 4-Part Script (32s total)
  4. Image Prompts (Start/End for each part)
  5. VEO3 Video Prompts (with Lip-sync)
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install tcm-video-factory?

Run openclaw add @xaotiensinh-abm/tcm-video-factory in your terminal. This installs tcm-video-factory into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xaotiensinh-abm/tcm-video-factory. Review commits and README documentation before installing.