Token导航 LogoToken导航TokenDH.com
前端设计执行命令github未标认证来源可访问许可证需确认审计提醒

voice-batch-runner语音批处理运行器

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

564

周安装

24

GitHub Stars

公开资料未说明

下载量

198
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:voice-batch-runner(语音批处理运行器)
来源仓库:https://github.com/postplusai/postplus-skills
仓库路径:skills/voice-batch-runner
安装命令:
npx skills add https://github.com/postplusai/postplus-skills --skill voice-batch-runner
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/postplusai/postplus-skills --skill voice-batch-runner

简介

用于辅助音频、音乐、语音转写、语音合成或声音素材处理,适合生成配乐说明或整理音频流程。

  • 适用于调用语音工具、处理播客和视频配音素材等场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 使用时需确认输入音频来源、输出格式及时长限制,注意版权合规边界。
  • voice-batch-runner 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Voice Batch Runner

Follow shared release-shell rules in:

  • postplus-shared release-shell rules

Use this skill after persona, concept, and script work already exists.

This skill is for:

  • designing an initial voice from persona traits
  • generating script-specific audio takes
  • storing reusable voice profiles for later videos
  • preparing for future voice-identity capture or timbre-preserving generation

This skill is not for unconstrained voice casting.

Core Idea

Voice should be treated as a first-class persona asset, not a one-off byproduct of one script.

That means the system should separate:

  • voice profile

- how this persona should sound

  • voice identity

- the reusable voice source or captured timbre, if available

  • voice take

- one concrete audio file generated for one script

The script can change every time. The persona voice should remain stable.

Hosted Boundary Rule

  • keep request files, raw provider responses, and run manifests under <work-folder>/.postplus/voice-batch-runner/ when they are internal execution state
  • keep only final user-facing audio exports outside .postplus/
  • if hosted voice capability is unavailable, unauthorized, or returns a stable network error, stop immediately instead of switching to ad hoc shell glue

Skill Family Direction

This skill is the first member of a future voice skill family.

The family can naturally expand into:

  • voice-batch-runner

- current skill; orchestrates voice generation and persistence

  • voice-identity-capture

- future skill; captures or normalizes a reusable voice identity from approved reference audio

  • voice-review

- future skill; audits realism, pacing, and persona fit

For now, keep everything in voice-batch-runner, but design the data model so these can split later.

Fact Rule

Voice generation should be grounded in persona and content evidence.

Required upstream inputs:

  • approved persona registry
  • script text
  • persona voice baseline
  • video purpose or lane if it changes delivery style

Do not let the TTS model invent:

  • a totally different age or authority level
  • ad-like delivery when the persona is a work-friend creator
  • high-drama acting not supported by benchmark tone

Source Selection Rule

Use persona and script inputs from the active project context.

If the task clearly belongs to one client or campaign folder, read from that context first.

Do not assume one client directory is the default source base for all voice work.

Voice Objects

This workflow should distinguish three object types.

1. Voice Profile

The durable description of how the persona should sound.

Should include:

  • voiceProfileId
  • personaId
  • style
  • pace
  • tone
  • language
  • forbiddenTraits
  • sourceBasis

2. Voice Identity

An optional reusable voice source.

This may later point to:

  • a provider voice id
  • a designed seed voice
  • a captured timbre from approved reference audio

Should include:

  • voiceIdentityId
  • voiceProfileId
  • provider
  • providerVoiceId or equivalent
  • referenceAudioPaths
  • status

3. Voice Take

One concrete generated audio output for one script.

Should include:

  • voiceTakeId
  • voiceProfileId
  • voiceIdentityId if used
  • scriptId or source path
  • audioPath
  • requestPath
  • responsePath
  • manifestPath
  • reviewStatus

Default Workflow

1. Start from persona registry

Before generating audio, confirm the persona registry contains:

  • voice baseline
  • approved image anchor
  • intended use cases

If voice baseline is missing, write it first.

2. Create or refine the voice profile

Translate persona traits into a provider-ready voice description.

Example dimensions:

  • calm vs energetic
  • practical vs polished
  • lightly nerdy vs polished professional
  • medium pace vs brisk pace
  • friendly and efficient vs authoritative

3. Generate an initial voice design

Use a voice-design model to generate a reference voice or first take from:

  • text
  • voice_description
  • language

This first result should be reviewed before being treated as reusable.

4. Generate script-specific voice takes

Once a voice profile or voice identity exists:

  • keep the voice stable
  • swap in a new script text
  • generate a new take for each new video

The text changes. The voice continuity should not.

5. Review and iterate

Voice assets need structured review, not vague opinions.

Common review categories:

  • voice_too_salesy
  • voice_too_slow
  • voice_too_fast
  • voice_not_young_enough
  • voice_not_professional_enough
  • voice_too_flat
  • voice_too_broadcast
  • voice_persona_drift

Path Selection Rule

Store outputs under the active project's voice asset structure when one already exists.

If no such structure exists yet, use a clear workspace output path and state where files were written.

If the output will become a durable client asset, prefer confirming the destination with the user.

Example Persistence Convention

One possible project-local layout is:

voices/<voice-take-id>/
  request.json
  response.json
  manifest.json
  audio/
  review.json

Keep internal request files, raw provider responses, and run manifests under <work-folder>/.postplus/voice-batch-runner/ when they are execution artifacts rather than the final handoff.

Tool Contract

This skill expects these tool adapters:

  • design_voice
  • clone_voice_take

clone_voice_take accepts referenceAudioPath for local files and uploads it inside the script before calling the hosted clone endpoint.

Future extension:

  • capture_voice_identity

See references/tool-contracts.md.

Core Scripts

  • scripts/design_voice.mjs
  • scripts/clone_voice_take.mjs

These scripts take normalized request JSON files and write:

  • request.json
  • response.json
  • manifest.json
  • review.json
  • downloaded audio under audio/

Current Provider Direction

First likely provider path:

  • hosted voice design capability

Use it for initial voice design or first-pass takes.

Also relevant:

  • hosted voice clone capability

Use voice clone when:

  • you already have an approved reference audio for a persona
  • later scripts need new text but should preserve the same timbre and speaking style
  • you can provide the reference transcript for better matching

This fits the future requirement of "script changes, persona voice stays stable" better than voice-design alone.

Read the provider notes before implementing:

Future provider path:

  • a second model that preserves an approved voice timbre while reading new text

That future step should not change the outer workflow. It should only swap the tool adapter or voice identity backend.

Review Rule

Before generating a take, verify:

  • persona registry exists
  • voice baseline exists
  • script text is finalized enough for review
  • output path is explicit

After generating a take, review:

  • realism
  • persona fit
  • pacing
  • whether it sounds too much like an ad
  • whether it is reusable across many scripts

When reviewing cloned voice output, also check:

  • how well it preserves the target timbre
  • whether accent and speaking style drift from the reference
  • whether the reference audio quality is limiting the result

Example Commands

Design an initial persona-aligned voice:

node ${CLAUDE_SKILL_DIR}/scripts/design_voice.mjs \
  --request /path/to/request.json

Generate a new take from approved reference audio:

node ${CLAUDE_SKILL_DIR}/scripts/clone_voice_take.mjs \
  --request /path/to/request.json

Failure Mode

Stop and state the gap if:

  • no persona registry exists
  • no voice baseline exists
  • the script is still too unstable
  • the request does not specify whether this is voice design or a script-specific take

Do not solve missing voice strategy by randomly changing the TTS description.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.44%
按下载量换算72

Claude

31.97%
按下载量换算63

Cursor

19.02%
按下载量换算38

Gemini CLI

8.68%
按下载量换算17

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/postplusai/postplus-skills --skill voice-batch-runner 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills