Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

senseaudio-voice-broadcast感声语音播报

Agent Skill

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

总安装

7,441

周安装

301

GitHub Stars

公开资料未说明

下载量

2,336
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:senseaudio-voice-broadcast(感声语音播报)
来源仓库:https://github.com/jsinbupt/senseaudio-voice-broadcast
安装命令:
openclaw skills install senseaudio-voice-broadcast
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install senseaudio-voice-broadcast

简介

将文本转换为富有表现力的旁白与安慰式语音。

  • 用于情感陪伴、游戏同伴或教育类语音产品。
  • 输出结构化 TTS 脚本便于后期合成编辑。
  • 可调整语气参数匹配不同角色性格设定。senseaudio-voice-broadcast 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 公开发布前建议审核内容适宜性与文化敏感性。

SKILL.md

name
character-voice-broadcast
description
Turn plain text into character-style TTS scripts for narration, companion-style voice messages, emotional comfort audio, and expressive spoken responses. Use when Codex needs to prepare or call TTS for human-like voice broadcast, role-based narration, emotional companionship, bedtime or greeting voice messages, soothing or encouraging speech, or any task where speech should sound like a specific persona rather than neutral text-to-speech.

Character Voice Broadcast

Overview

Use this skill to convert plain text into TTS-ready, persona-driven spoken content. Prioritize natural spoken rhythm, stable persona traits, and emotional control over literal text fidelity.

Core Use Cases

Apply this skill for requests like:

  • "把这段文案做成更像真人的语音播报"
  • "给这个角色做一段晚安陪伴语音"
  • "把这段台词改成更适合 TTS 朗读的人物化版本"
  • "做一个温柔安慰型的语音回复"
  • "让这段播报听起来像角色在说,不要像机器念稿"

Workflow

Follow this order unless the user already specifies some of it.

1. Identify the speaking role

Decide who is speaking:

  • narrator
  • fictional character
  • companion-style persona
  • news or info host
  • comfort / encouragement voice
  • greeting / wake-up / bedtime voice

If the user names a persona, keep that identity stable through the whole output. If the user does not provide a persona, infer one from the task and state it clearly in the output.

2. Choose the target speaking effect

Select one primary effect:

  • 播报型: clear, structured, easy to follow
  • 陪伴型: warm, soft, intimate, less formal
  • 角色型: strong personality markers and stylized wording
  • 安慰型: gentle, slower, emotionally safe
  • 激励型: energetic, uplifting, rhythmic

Do not mix conflicting effects unless the user explicitly asks for it.

3. Rewrite the text for speech, not for reading

Transform the source text into spoken language:

  • shorten overly long sentences
  • remove written-only phrasing
  • add natural pauses
  • add light fillers only when they improve realism
  • make emotional turns audible, not just semantic
  • keep key facts intact if the text contains information the user needs

TTS scripts should sound like someone speaking to a listener, not like a document being read aloud.

4. Produce two layers of output

When helpful, output both:

  • 口播文本: the final text to send to TTS
  • 语音控制说明: style notes for the TTS backend, such as tone, pace, pause density, warmth, smile, tenderness, or firmness

If the user asks for direct TTS calling instructions, also output backend-facing hints in short bullet form.

4.1 Call SenseAudio TTS when audio output is needed

If the task is not just script writing but actual audio generation, call the bundled script:

python3 scripts/senseaudio_tts.py \
  --text "你好,欢迎体验 SenseAudio 带来的极致语音服务。" \
  --voice-id male_0004_a \
  --output output.wav

Authentication:

  • read API key from SENSEAUDIO_API_KEY
  • or pass --api-key

Default endpoint and model:

  • endpoint: https://api.senseaudio.cn/v1/t2a_v2
  • model: SenseAudio-TTS-1.0

Use --text-file when the spoken script is long or already saved as a file. Prefer generating the spoken script first, then sending that cleaned script to TTS instead of sending raw written prose.

5. Match emotion to context

Use emotion deliberately:

  • comfort: lower intensity, slower pacing, gentle reassurance
  • companion chat: natural rhythm, light intimacy, occasional casual phrasing
  • dramatic character: more contrast, more stylized keywords, sharper scene cues
  • narration: stable clarity, less filler, clean structure
  • bedtime: soft cadence, low stimulation, short phrases

Avoid exaggerated emotional markers that would make TTS sound unnatural or theatrical unless explicitly requested.

Output Rules

Default to Chinese output unless the user requests another language.

Prefer short spoken units over long written paragraphs. Preserve concrete facts, names, numbers, and instructions unless the user asks for a looser adaptation.

If the task is informational broadcast, keep it understandable first and expressive second. If the task is emotional companionship, keep it emotionally coherent first and factually safe second.

When preparing a TTS-friendly script:

  • replace stiff书面语 with口语
  • break dense exposition into 1-3 sentence chunks
  • mark meaningful pauses with punctuation, not stage directions
  • avoid overusing ellipses or repeated interjections

Standard Deliverables

Produce the smallest useful set:

  • final spoken script for TTS
  • persona summary
  • TTS style control notes
  • optional alternate versions if the user asks for multiple moods
  • optional SenseAudio invocation command or generated audio file path

Default Chinese Templates

Use the templates in voice-broadcast-templates.md when the user does not specify a format.

Resources

Trigger Examples

Use this skill for requests like:

  • "把这段介绍文案改成像真人角色播报"
  • "做一段安慰人的陪伴语音文案"
  • "把这段台词整理成适合 TTS 的角色对白"
  • "给我一版温柔女生口播和一版冷静男声口播"
  • "为这个角色准备晨间问候和晚安语音"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

88.38%
按下载量换算2,065

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills