Token导航 LogoToken导航TokenDH.com
待分类需要联网github未标认证来源可访问许可证需确认审计通过

voice-apply语音应用

Agent Skill

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

总安装

272

周安装

11

GitHub Stars

120

下载量

85
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jmagly/ai-writing-guide --skill voice-apply

简介

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

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

SKILL.md

Voice Apply Skill

Purpose

Transform content to match a specified voice profile. This skill loads voice profiles and applies their characteristics (tone, vocabulary, structure, perspective) to new or existing content.

When This Skill Applies

  • User asks to "write in X voice" or "use Y tone"
  • User wants to "make this sound more [casual/formal/technical/etc.]"
  • User provides content and asks to transform its style
  • User references a voice profile by name
  • User wants content to match a specific audience or context

Trigger Phrases

Natural LanguageAction
"Write this in technical voice"Apply technical-authority profile
"Make it more casual"Apply casual-conversational or calibrate toward casual
"This needs to sound executive"Apply executive-brief profile
"Explain like I'm a beginner"Apply friendly-explainer profile
"Use the [profile-name] voice"Load and apply named profile
"Transform this to match [example]"Analyze example, apply derived voice

Voice Profile Locations

Skill checks these locations (in order):

  1. Project: .aiwg/voices/
  2. User: ~/.config/aiwg/voices/
  3. Built-in: voice-framework/voices/templates/

Built-in Voice Profiles

ProfileDescriptionBest For
technical-authorityDirect, precise, confidentDocs, architecture, engineering
friendly-explainerApproachable, encouragingTutorials, onboarding, education
executive-briefConcise, outcome-focusedBusiness cases, stakeholder comms
casual-conversationalRelaxed, personalBlog posts, social, newsletters

Application Process

1. Load Voice Profile

# Load from YAML
profile = load_voice_profile("technical-authority")

2. Analyze Source Content (if transforming)

  • Current tone characteristics
  • Vocabulary patterns
  • Structure patterns
  • Gap analysis vs target voice

3. Apply Voice Characteristics

Tone Calibration:

  • Adjust formality level (word choice, contractions)
  • Calibrate confidence (hedging vs assertion)
  • Set warmth (clinical vs personable)
  • Tune energy (measured vs enthusiastic)

Vocabulary Transformation:

  • Replace words per prefer/avoid guidance
  • Introduce domain terminology naturally
  • Weave in signature phrases where appropriate

Structure Adjustment:

  • Modify sentence length distribution
  • Adjust paragraph breaks
  • Add/remove lists, examples, analogies as specified

Perspective Shift:

  • Adjust narrative person (I, we, you, they)
  • Calibrate opinion expression
  • Set reader relationship tone

4. Verify Authenticity Markers

Ensure output includes profile's authenticity characteristics:

  • Acknowledges uncertainty (if specified)
  • Shows tradeoffs (if specified)
  • Uses specific numbers (if specified)
  • References constraints (if specified)

Usage Examples

Apply Named Voice

User: "Write release notes in technical-authority voice"

Process:
1. Load technical-authority.yaml
2. Generate release notes with:
   - Precise technical terminology
   - Specific version numbers
   - Direct, confident statements
   - Tradeoff acknowledgments where relevant

Transform Existing Content

User: "Make this documentation more friendly for beginners"

Input: "The API endpoint accepts a JSON payload containing the requisite parameters..."

Process:
1. Load friendly-explainer.yaml
2. Analyze: formal, technical, passive
3. Transform to: casual, accessible, active

Output: "To use this endpoint, send it some JSON with the info it needs..."

Calibrate Voice

User: "This is too formal, dial it back 30%"

Process:
1. Identify current formality (~0.8)
2. Calculate target (0.8 - 0.3 = 0.5)
3. Adjust vocabulary and structure for medium formality

Voice Blending

Combine multiple profiles:

User: "Write this with 70% technical-authority and 30% friendly-explainer"

Process:
1. Load both profiles
2. Weighted merge:
   - tone.formality: 0.7 * 0.7 + 0.3 * 0.3 = 0.58
   - tone.warmth: 0.7 * 0.3 + 0.3 * 0.8 = 0.45
   - etc.
3. Apply merged profile

Script Reference

voice_loader.py

Load and validate voice profiles:

python scripts/voice_loader.py --profile technical-authority

voice_analyzer.py

Analyze content against voice profile:

python scripts/voice_analyzer.py --content input.md --profile technical-authority

Integration

Works with:

  • /voice-apply command for explicit invocation
  • /voice-create command for generating new profiles
  • SDLC templates (apply appropriate voice per artifact type)
  • Marketing templates (brand voice consistency)

Output Format

When reporting voice application:

Voice Applied: technical-authority

Transformations:
- Formality: 0.4 → 0.7 (increased)
- Confidence: 0.5 → 0.9 (increased)
- Vocabulary: 12 replacements
- Structure: Added 2 examples, removed 1 rhetorical question

Authenticity Check:
✓ Acknowledges tradeoffs
✓ Uses specific numbers
✓ References constraints

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.08%
按下载量换算30

Claude

29.48%
按下载量换算25

Cursor

19.94%
按下载量换算17

Gemini CLI

10.7%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills