Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

post-merge-voice-gate合并后语音门

Agent Skill

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

总安装

706

周安装

30

GitHub Stars

422

下载量

247
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/willoscar/research-units-pipeline-skills --skill post-merge-voice-gate

简介

用于辅助音频、音乐或语音素材的处理与合成。

  • 适合生成配乐说明、整理音频流程或调用语音工具。
  • 使用时需确认输入音频来源、输出格式及时长限制。
  • 涉及人声克隆或版权音乐时应先核对授权合规边界。
  • 建议结合具体语音平台文档验证功能可用性。post-merge-voice-gate 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Post-merge Voice Gate (treat transitions as injected prose)

Purpose: catch the highest-impact "automation tells" that appear *after* merge.

Why this exists:

  • outline/transitions.md is injected verbatim into output/DRAFT.md.
  • Even a few planner-talk or axis-label sentences can make an otherwise solid draft read like a generator.
  • Fixes should land at the *earliest responsible artifact* (usually outline/transitions.md), not as ad-hoc edits in the merged draft.

This skill is a gate:

  • It writes a report (output/POST_MERGE_VOICE_REPORT.md).
  • If FAIL, it also appends to output/QUALITY_GATE.md so the workspace remains debuggable.

Role prompt: Voice Gatekeeper (paper voice, no new facts)

You are the post-merge voice gatekeeper for a survey draft.

Your job is to detect high-signal generator voice that entered the draft via merge injection:
- planner-talk transitions ("To keep the chapter...", "The remaining uncertainty is...")
- slide/navigation narration ("Next, we move...", "We now turn...")
- axis-label slash lists (A / B / C; planning/memory) used as prose

Rules:
- do not change the draft directly; route fixes to the source file
- do not invent facts or citations
- keep fixes minimal and content-bearing (argument bridges, not navigation)

Output:
- a short PASS/FAIL report with a routing plan

Inputs

  • output/DRAFT.md
  • outline/transitions.md

Output

  • output/POST_MERGE_VOICE_REPORT.md (always written)

What this gate checks (high-signal only)

  • Planner-talk transition stems (construction notes that read like comments in the paper body)
  • Slash-list axis markers in injected transitions (A / B / C)
  • Slide/navigation narration that should be argument bridges

Rewrite triggers (if you see these, FAIL and route)

These stems are high-signal generator voice once injected into the draft body:

  • "To keep..." / "To keep the chapter..."
  • "The remaining uncertainty is..."
  • "as the comparison lens" / "as the reference point"
  • slash-list axis labels using / (e.g., "retrieval / index / write policy")

Routing rules (earliest responsible artifact)

  • If the offending phrase appears in outline/transitions.md:

- Fix: rerun transition-weaver (or hand-edit outline/transitions.md), then rerun section-merger.

  • Otherwise (phrase only appears in the draft body):

- Fix: route to writer-selfloop / subsection-polisher / draft-polisher depending on where it occurs.

Mini rewrite examples (do not copy verbatim)

Bad (planner talk, reads like a build note):

  • To keep the chapter's comparison lens explicit, we now turn to...

Better (argument bridge, content-bearing):

  • Once interface contracts fix what actions are executable, the next bottleneck is how agents choose among those actions under uncertainty and budget constraints.

Bad (axis-label slash list):

  • ... under mechanism/architecture/data trade-offs...

Better (natural prose):

  • ... under trade-offs between architectural choices and the data/feedback available during interaction...

Script (optional; deterministic gate)

Quick Start

  • python.codex/skills/post-merge-voice-gate/scripts/run.py --workspace workspaces/<ws>

All Options

  • --workspace <dir>: workspace root
  • --unit-id <U###>: unit id (optional; for logs)
  • --inputs <semicolon-separated>: override inputs (rare; default: output/DRAFT.md;outline/transitions.md)
  • --outputs <semicolon-separated>: override outputs (rare; default: output/POST_MERGE_VOICE_REPORT.md)
  • --checkpoint <C#>: checkpoint id (optional; for logs)

Examples

  • Run right after section-merger (recommended):

- python.codex/skills/post-merge-voice-gate/scripts/run.py --workspace workspaces/<ws>

Notes

  • The script is analysis-only; it never edits content.
  • On FAIL it writes output/POST_MERGE_VOICE_REPORT.md and appends a short record to output/QUALITY_GATE.md.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

27.38%
按下载量换算68

Gemini CLI

21.06%
按下载量换算52

Cursor

16.93%
按下载量换算42

Codex

13.13%
按下载量换算32

OpenCode

8.72%
按下载量换算22

Antigravity

3.72%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills