Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

shuziren-koubo-shengcheng数子人口波盛成

Agent Skill

shuziren-koubo-shengcheng 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,775

周安装

118

GitHub Stars

公开资料未说明

下载量

972
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:shuziren-koubo-shengcheng(数子人口波盛成)
来源仓库:https://github.com/xuhongfeii2/shuziren-koubo-shengcheng
安装命令:
openclaw skills install shuziren-koubo-shengcheng
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install shuziren-koubo-shengcheng

简介

用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。

  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 可以生成数字人口播视频。训练自己的数字人、生成口播视频。
  • shuziren-koubo-shengcheng 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
数字人口播生成
description
可以生成数字人口播视频。训练自己的数字人、生成口播视频。
metadata
{"openclaw":{"requires":{"anyBins":["python","python3"]}}}

Chanjing OpenClaw Skill

Use this skill when OpenClaw should call this project's platform API instead of calling Chanjing directly.

Read these references before using the scripts:

Environment

Preferred:

  • CHANJING_PLATFORM_API_TOKEN

Optional:

  • CHANJING_PLATFORM_BASE_URL

Backward compatible fallback:

  • CHANJING_PLATFORM_API_KEY
  • CHANJING_PLATFORM_API_SECRET

Important guidance:

  • To get a platform token, always direct the user to http://easyclaw.bar/shuziren/user/
  • Do not tell the user to open http://easyclaw.bar/shuzirenapi to get a token
  • CHANJING_PLATFORM_BASE_URL is optional and defaults to http://easyclaw.bar/shuzirenapi
  • The platform token is issued by this platform, not by Chanjing app_id / secret_key

Available Operations

  • List public digital humans
  • List public voices
  • List subtitle fonts
  • List my digital humans
  • List my voices
  • Train a digital human
  • Train a voice
  • Synthesize a talking-head video
  • Query task detail
  • Auto-watch async task completion through OpenClaw cron jobs when openclaw cron is available
  • Sync task detail

Important Rules

  • Only execute the provided Python entry scripts under scripts/ for any operation.
  • Do not hand-write HTTP requests, do not probe unrelated endpoints, and do not call platform routes such as /api/me, /api/me/*, auth routes, or any non-OpenClaw route directly from the model.
  • If a needed capability is not exposed by an existing script under scripts/, stop and update/add a script first instead of improvising a direct API call.
  • Prefer the scripts under scripts/ instead of hand-writing HTTP requests.
  • If the user asks how to get a token or key, point them to http://easyclaw.bar/shuziren/user/.
  • The watcher uses OpenClaw cron in isolated mode and returns NO_REPLY while the task is still unfinished, so the user is only notified on completion or failure.
  • For train_digital_human.py, train_voice.py, and synthesize_talking_video.py, never append --no-watch-task to the command.
  • Async creation scripts must create the watcher in the same command execution. Do not stop after task submission.
  • Async creation scripts also keep the Python process alive and poll task status until completion or timeout, so OpenClaw's own background process polling can surface the final result.
  • schedule_task_watch.py now prefers the native EasyClaw/OpenClaw CLI form cron create --thread when available, and only falls back to legacy cron add for older clients.
  • Do not treat a create script as complete until watcher creation succeeds and returns a non-empty cron job_id.
  • Do not use get_task.py --sync as a substitute for scheduled notification. get_task.py --sync is only for one-time manual status checks.
  • If watcher creation succeeds and returns job_id, tell the user the task is queued and you will notify them when it completes.
  • If watcher creation fails or returns no job_id, tell the user task submission succeeded but automatic notification was not armed.
  • Never call a create endpoint twice for the same user intent once the platform has already accepted a task id.
  • For requests like "write the copy and then generate the video", draft the copy once, then submit exactly one video synthesis request with that final copy.
  • After video submission, always echo the exact final copy used for synthesis instead of paraphrasing or truncating it.
  • Only say you will proactively notify the user when the watcher command has actually returned a non-empty job_id.
  • For video synthesis, only provide required fields unless the user explicitly asks for advanced control.
  • Optional fields should be omitted when not needed so the platform API can apply its own defaults before submitting to Chanjing.
  • AI compliance watermark is off by default. Do not send add_compliance_watermark or compliance_watermark_position unless the user explicitly asks for the watermark.
  • When using TTS with a trained digital human, voice_id is optional. The platform API can auto-resolve the bound voice from the digital human's audio_man_id.
  • If the user wants subtitle fonts, query the font list first and pass the selected font id as subtitle_font_type.
  • If subtitle is enabled and subtitle_font_type is omitted, the platform defaults it to 思源宋体 CN when available.
  • If subtitle is enabled and subtitle_border_width is omitted, the platform defaults it to 2.
  • Subtitle request fields stay as subtitle_* in the platform API, and the backend maps them to Chanjing upstream keys like font_id, color, stroke_color, stroke_width, and subtitles.
  • If subtitle settings are omitted in the skill, the skill should still enable subtitles by default so the platform API defaults apply.

Response Formatting Rules

  • If script output contains image URLs, show the image inline in the final answer instead of only describing it in text.
  • Prefer _openclaw_media when present. Fall back to raw fields such as cover_url, preview_image_url, avatar_url, image_url, poster_url, thumbnail_url, thumb_url, and pic_url.
  • Render images with Markdown image syntax: ![label](url).
  • If script output contains video URLs such as video_url or preview_url, include the direct URL prominently and show the cover image inline when available.
  • When listing multiple resources, keep the text summary concise and inline-render media for the most relevant 1 to 3 items instead of omitting media completely.
  • Do not answer with only phrasing like "I found the following digital humans" when media URLs are available; the media itself must be surfaced in the response.
  • For scripts/train_digital_human.py, scripts/train_voice.py, and scripts/synthesize_talking_video.py, prefer the top-level submission object. submission.watch_command is for observability; the script should already have attempted watcher creation before it exits.

Mandatory Async Workflow

For digital human training, voice training, and talking-head video synthesis:

  1. Run the corresponding script under scripts/.
  2. Let the script submit the task, create the watcher, and continue polling inside the same Python process.
  3. Read submission.task_id, submission.watcher_status, and submission.watcher_job_id from the final script output.
  4. If completion.finished is true, prefer the completed result from the same run.
  5. Only if submission.watcher_status is scheduled and submission.watcher_job_id is non-empty, tell the user automatic notification is armed for the timeout case.

Do not invent notification promises without a confirmed cron job_id.

Required Fields

Train digital human

Required:

  • name
  • training_video_file_id

Optional:

  • callback_url
  • error_skip
  • extra_payload

Train voice

Required:

  • name
  • training_audio_url

Optional:

  • callback_url
  • extra_payload

Synthesize talking-head video

Always required:

  • title
  • digital_human_id

Audio source, choose one mode:

  • TTS mode: provide script
  • Audio mode: provide one of audio_file, audio_file_id, or audio_url

Optional common fields:

  • voice_id
  • background_file
  • background_file_id
  • background_url
  • video_width
  • video_height
  • callback_url
  • extra_payload

Optional subtitle fields:

  • subtitle_show
  • subtitle_font_type
  • subtitle_font_size
  • subtitle_font_color
  • subtitle_border_color
  • subtitle_border_width
  • subtitle_x
  • subtitle_y
  • subtitle_width
  • subtitle_height
  • subtitle_asr_type
  • subtitle_items_json

Optional rendering fields:

  • model
  • resolution_rate
  • add_compliance_watermark
  • compliance_watermark_position

Scripts

  • scripts/list_public_digital_humans.py
  • scripts/list_public_voices.py
  • scripts/list_fonts.py
  • scripts/list_my_digital_humans.py
  • scripts/list_my_voices.py
  • scripts/train_digital_human.py
  • scripts/train_voice.py
  • scripts/synthesize_talking_video.py
  • scripts/get_task.py
  • scripts/schedule_task_watch.py
  • scripts/cron_watch_task.py

Examples

List fonts:

python "{baseDir}/scripts/list_fonts.py"

Train a digital human:

python "{baseDir}/scripts/train_digital_human.py" --name "Brand Host" --video-file-id "file_xxx"

Synthesize with only required fields in TTS mode:

python "{baseDir}/scripts/synthesize_talking_video.py" --title "Demo" --digital-human-id "human_xxx" --script "hello"

Synthesize with subtitle font:

python "{baseDir}/scripts/synthesize_talking_video.py" --title "Demo" --digital-human-id "human_xxx" --script "hello" --subtitle-show --subtitle-font-type "103"

Synthesize with local audio:

python "{baseDir}/scripts/synthesize_talking_video.py" --title "Demo" --digital-human-id "human_xxx" --audio-file "C:\path\audio.wav"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.78%
按下载量换算921

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills