Chanjing Content Creation Skill

v1.0.3

蝉镜内容创作聚合技能包。提供凭据管理、TTS 语音合成、声音克隆、数字人口播、对口型、文生图/视频、定制数字人训练、一键成片编排、卡通视频编排等能力。当用户表达"做一个短视频""语音合成""数字人口播""一键成片""卡通视频"等意图时触发。副作用:HTTPS 访问蝉镜 Open API、读写本地凭据文件、下载、f...

1· 117·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for binkes/chanjing-content-creation-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Chanjing Content Creation Skill" (binkes/chanjing-content-creation-skill) from ClawHub.
Skill page: https://clawhub.ai/binkes/chanjing-content-creation-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: CHANJING_APP_ID, CHANJING_SECRET_KEY
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install chanjing-content-creation-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install chanjing-content-creation-skill
Security Scan
Capability signals
Requires OAuth token
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (Chanjing content creation: TTS, voice-clone, digital humans, video orchestration) match the codebase and runtime instructions. Declared binaries (python3, ffmpeg/ffprobe) and required env vars (CHANJING_APP_ID, CHANJING_SECRET_KEY) are directly used by the libraries and CLI scripts and are expected for this functionality.
Instruction Scope
SKILL.md is a top-level router and explicitly delegates operations to product/orchestration sub-skill scripts (products/*, orchestration/*). It documents the side-effects it will perform: HTTPS to Chanjing Open API, reading/writing local credentials (.env under skill dir), downloads of result URLs, launching subprocesses (python/ffmpeg) and optionally opening a browser for login. It also instructs using web_search for trend research in orchestration docs — that is out-of-skill network activity but described as part of content-research steps. Behavior described in SKILL.md aligns with the code; there is no hidden instruction to access unrelated system paths or exfiltrate arbitrary secrets beyond the Chanjing credentials and tokens.
Install Mechanism
No install spec — the skill is instruction + bundled Python scripts. All code is included in the package (L1/L2/L3). No remote downloads or install URLs are executed at installation time, reducing supply-chain risk. Scripts will be executed via python3 subprocesses at runtime.
Credentials
Requested environment variables (CHANJING_APP_ID, CHANJING_SECRET_KEY) are appropriate for an API-integrating skill. The runtime also uses optional token-related env vars and CHANJING_API_BASE; those are documented in SKILL.md. Minor inconsistency: manifest.yaml lists those variables under optional, while SKILL.md and metadata indicate they are required for operation — you should assume you need to provide app_id/secret. The skill reads/writes skills/chanjing-content-creation-skill/.env (declared in runtime contract).
Persistence & Privilege
always: false and disable-model-invocation defaults are standard. The skill writes its own .env file under its skill directory (documented) and does not claim to modify other skills or global agent settings. It may open a browser to guide login (documented).
Assessment
This skill appears to do what it says: route intents to Chanjing product scripts and orchestrate media creation. Before installing, consider: 1) Provide Chanjing API credentials (CHANJING_APP_ID and CHANJING_SECRET_KEY) only if you trust the Chanjing service; the skill will read them from env or write them to skills/chanjing-content-creation-skill/.env. 2) Outputs and downloads: the skill may download result URLs returned by the API into the skill's output directories and will invoke ffmpeg for composition — ensure you run it in an environment where file writes and subprocesses are acceptable. 3) Network scope: primary network host is open-api.chanjing.cc (and www.chanjing.cc for login); note that API-provided signed URLs may point to other hosts for upload/download (this behavior is documented in SKILL.md and manifest). 4) Credentials hygiene: use a dedicated/trusted API key, avoid sharing production secrets, and be prepared to rotate keys if you stop using the skill. 5) Minor documentation mismatch: manifest lists the Chanjing keys as optional while the SKILL.md treats them as required — treat them as required for real use. If you need higher assurance, run the package in an isolated environment (container or throwaway VM) and/or review the specific product scripts you expect to use (products/* and orchestration/*) before giving it access to sensitive data.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

OSmacOS · Linux
Binspython3
Any binffmpeg, ffprobe
EnvCHANJING_APP_ID, CHANJING_SECRET_KEY
latestvk975eccrpakaywp72q0hedpwg184cqe8
117downloads
1stars
4versions
Updated 2w ago
v1.0.3
MIT-0
macOS, Linux

chanjing content creation skill

蝉镜内容创作技能包(顶层路由)

本文件只负责:触发边界、路由消歧、统一执行约束与运行时契约摘要。
具体执行步骤以子技能 *-SKILL.md 为真值;长文细节以 references/ 为真值。

Use When

当用户需求涉及以下任一项时使用本 Skill:

  • 短视频成片(含一键成片、卡通视频、口播混剪)
  • 蝉镜语音能力(TTS、声音克隆)
  • 数字人能力(公共/定制数字人、对口型、文生数字人)
  • 蝉镜 AI 创作(文生图、文生视频)
  • 蝉镜凭据管理(APP_ID/SECRET_KEY 配置、Token 刷新、登录引导)

Do NOT Use

  • 与蝉镜平台无关的通用需求(纯文案、非蝉镜剪辑工具等)
  • 用户仅讨论方案且明确不执行任何蝉镜 API/脚本调用

Route Map(唯一映射)

用户意图路由目标
一键成片、完整短视频、做一个 xx 视频orchestration/chanjing-one-click-video-creation/chanjing-one-click-video-creation-SKILL.md
卡通短剧、动漫多镜叙事orchestration/cartoon-video-creation/cartoon-video-creation-SKILL.md
文字转语音、语音合成products/chanjing-tts/chanjing-tts-SKILL.md
声音克隆、音色复刻products/chanjing-tts-voice-clone/chanjing-tts-voice-clone-SKILL.md
对口型、唇形驱动(非卡通)products/chanjing-avatar/chanjing-avatar-SKILL.md
数字人口播、公共数字人、纯口播视频、卡通数字人口播合成products/chanjing-video-compose/chanjing-video-compose-SKILL.md
文生图、创意视频products/chanjing-ai-creation/chanjing-ai-creation-SKILL.md
定制数字人(上传素材训练)products/chanjing-customised-person/chanjing-customised-person-SKILL.md
人设图、人像 LoRA、文生数字人形象products/chanjing-text-to-digital-person/chanjing-text-to-digital-person-SKILL.md
凭据、APP_ID/SECRET_KEY、Tokenproducts/chanjing-credentials-guard/chanjing-credentials-guard-SKILL.md

Conflict Resolution(强制消歧)

出现重叠意图时,按以下优先级判定:

  1. 完整成片(文案+分镜+画面+交付)优先路由 chanjing-one-click-video-creation
  2. 卡通/动漫多镜叙事成片优先路由 cartoon-video-creation
  3. 卡通数字人口播合成(model=2)或仅数字人口播,路由 chanjing-video-compose
  4. 已有视频改口型(非卡通)路由 chanjing-avatar
  5. 路由不确定时,遵循 orchestration/orchestration-contract.mdneed_param 分支最小补参

Root Workflow(最小入口流程)

Step动作输出下一步失败分支
1凭据可用性检查(缺失时走 chanjing-credentials-guardokauth_requiredStep 2auth_required:先完成鉴权再回 Step 2
2按 Route Map 选择单一目标子技能目标 *-SKILL.md 路径Step 3need_param:只补路由必需信息
3打开目标子技能并执行其 Standard Workflow子技能结果Step 4按子技能失败分支执行
4返回产物 URL/路径或标准错误语义ok/need_param/auth_required/upstream_error/timeout结束需要降级跨产品时先征得用户确认

Global Execution Rules

  • 仅可调用 products/*/scripts/orchestration/*/scripts/ 的已有入口。
  • 禁止自行编写临时脚本替代既有 CLI。
  • 默认不主动下载;仅当用户明确要求“下载/保存到本地”时执行下载脚本。
  • 重复任务可复用已确认参数,但当核心输入冲突时必须切换为新任务。
  • 外部副作用(网络、写盘、子进程、浏览器)必须与运行时契约一致。

Three-Layer Architecture

层级路径作用
顶层入口SKILL.md路由、消歧、契约摘要
L1 公共层common/公共鉴权、HTTP 封装、上传下载、日志
L2 产品层products/单产品能力与标准脚本
L3 编排层orchestration/跨产品场景编排

依赖方向固定为:common <- products <- orchestration(禁止反向依赖)。

Runtime Contract(摘要)

完整契约见 references/top-level-runtime-contract.md

  • 凭据来源:项目 .envCHANJING_APP_IDCHANJING_SECRET_KEY
  • 凭据文件:skills/chanjing-content-creation-skill/.env
  • Token 策略:不写入磁盘;按需请求并在当前进程内短时复用
  • API 基址:${CHANJING_API_BASE:-https://open-api.chanjing.cc}
  • 关键环境变量:CHANJING_APP_IDCHANJING_SECRET_KEYCHANJING_ACCESS_TOKENCHANJING_TOKEN_EXPIRE_INCHANJING_API_BASECHAN_SKILLS_DIR(其中 token 变量仅作为进程级可选输入,不持久化)
  • 外部二进制:python3(所有脚本入口)、ffmpeg/ffprobe(主要用于 L3 成片链路)
  • 副作用分类:出站 HTTPS、本地写入、子进程、浏览器引导登录

Constraints

  • 脚本写盘边界受运行时契约约束(凭据路径、--output-diroutput/work/)。

Comments

Loading comments...