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

senseaudio-conversation-rehearsalsenseaudio 对话排练

Agent Skill

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

总安装

7,031

周安装

302

GitHub Stars

公开资料未说明

下载量

2,464
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install senseaudio-conversation-rehearsal

简介

当用户想要排练高压对话(例如绩效评估、报告会议、晋升答辩、困难的经理对话等)时使用

SKILL.md

name
senseaudio-conversation-rehearsal
description
Use when a user wants to rehearse a high-pressure conversation such as a performance review, reporting meeting, promotion defense, difficult manager conversation, or stakeholder alignment session, using AudioClaw ASR for spoken rehearsal intake, AudioClaw TTS or an authorized cloned voice for the counterpart, and transcript-based debriefing on tone, structure, and communication risk.

AudioClaw Conversation Rehearsal

What this skill is for

This skill is for realistic conversation rehearsal in high-pressure situations:

  • 汇报述职
  • 向上沟通
  • 绩效面谈
  • 晋升答辩
  • 难搞老板或强势同事沟通
  • 需要脱敏的正式谈话

It is designed to simulate the other person speaking back, not just generate a script.

Default stance

Use two voice modes:

  • proxy_voice

- Recommended default - Use a role-appropriate system voice and behavior style

  • authorized_clone

- Only use when the voice sample is explicitly authorized for rehearsal or internal training - Best official path: clone on the AudioClaw platform first, then pass the prepared clone voice_id - A prepared cloned voice id commonly looks like vc-..., and can be passed directly with --prepared-clone-voice-id

Do not default to cloning a real person's voice without clear permission.

Workflow

  1. Define the rehearsal:

- scenario - counterpart role - relationship - talk topic - desired outcome - fear triggers - difficulty

  1. Run scripts/build_rehearsal_blueprint.py.
  2. Decide voice mode:

- proxy voice - authorized clone

  1. Run the live loop in your agent stack:

- counterpart turn via TTS - user spoken reply via ASR - if you want faster perceived intake, enable stream ASR - agent judges tone, structure, and progress - use scripts/build_counterpart_turn.py to generate the next counterpart reply - use scripts/senseaudio_counterpart_tts.py to synthesize that reply - official clone chain: prepare the clone on the AudioClaw platform first and pass the resulting voice_id - if that voice_id is a clone id like vc-..., counterpart TTS now auto-routes to SenseAudio-TTS-1.5 - optional experimental path: if an authorized platform token is available, use scripts/senseaudio_clone_workspace.py to inspect clone slots or attempt a rehearsal-only clone from an authorized sample - if the user wants to actually hear the counterpart turns in Feishu or AudioClaw, use --send-feishu-audio or run scripts/send_rehearsal_counterparts_to_feishu.py

  1. After the session, run scripts/analyze_rehearsal_transcript.py.
  2. Produce a debrief:

- weak openings - over-explaining - vague asks - missing evidence - apologetic or defensive tone - better rewrites

AudioClaw Trigger Pattern

Use this skill as a structured multi-turn rehearsal mode.

Recommended user trigger:

开始演练,用 $senseaudio-conversation-rehearsal。
场景:manager_update
对方身份:strict_manager
主题:项目延期说明
目标:获得补救方案认可
害怕点:被打断,被质疑执行力
难度:medium
prepared clone voice_id:your_clone_voice_id
后面我发语音,和我进行多轮演练,最后给我复盘。

The agent should:

  1. Collect the rehearsal slots first.
  2. Build the blueprint.
  3. Enter rehearsal mode, with reply mode defaulting to voice.
  4. Start the scene with the opening counterpart turn as voice, not text.
  5. For every later rehearsal turn:

- transcribe with scripts/senseaudio_asr.py - generate the next counterpart turn - synthesize that turn with proxy voice or the prepared clone voice_id - in ongoing rehearsal mode, default to --send-feishu-audio so the counterpart turns are sent as Feishu audio messages without needing the user to repeat that request - only fall back to text-first replies if the user explicitly asks for text-only output or the channel cannot play voice

  1. End with scripts/analyze_rehearsal_transcript.py and return a concrete debrief.

Rehearsal mode should be sticky inside the same session:

  • Keep the same scenario, counterpart role, relationship, topic, desired outcome, fear triggers, difficulty, and chosen voice_id
  • Keep voice reply as the default from the opening turn onward until the user explicitly says to switch back to text replies or exit rehearsal mode
  • If the user says "直接发语音给我练" or "每轮都发语音", treat that as confirming the same sticky voice mode rather than a one-turn exception

If the user asks to "use the cloned voice", interpret that as:

  • use a platform-prepared clone voice_id when available
  • otherwise pause and ask for the clone voice_id or fall back to proxy_voice

Design rules

  • Prioritize behavior realism over exact voice likeness.
  • Treat the public documented clone flow and the experimental workspace automation flow as separate paths.
  • For scary-counterpart scenarios, structure the rehearsal in phases:

- opening pressure - pushback - challenge question - close

  • Evaluate both:

- what the user said - how the user said it

  • Keep debrief concrete and operational.

API key lookup

For this skill, use SENSEAUDIO_API_KEY as the default API key source again.

Practical rule:

  • scripts/run_live_rehearsal_session.py, scripts/run_complete_rehearsal_service.py, and scripts/senseaudio_counterpart_tts.py now default to SENSEAUDIO_API_KEY
  • If the host app injects SENSEAUDIO_API_KEY as a login token such as v2.public..., the shared bootstrap replaces it with the real sk-... value from ~/.audioclaw/workspace/state/senseaudio_credentials.json before the rehearsal call starts

Resources

  • scripts/build_rehearsal_blueprint.py

- Builds a structured rehearsal plan and counterpart persona

  • scripts/build_counterpart_turn.py

- Generates the next counterpart turn from rehearsal state and the user's latest reply

  • scripts/senseaudio_asr.py

- Transcribes user spoken rehearsal turns with the official AudioClaw HTTP ASR API

  • scripts/senseaudio_counterpart_tts.py

- Synthesizes a counterpart turn using a safe proxy voice or an explicitly authorized clone voice_id

  • scripts/run_live_rehearsal_session.py

- Runs a multi-turn live rehearsal session from user audio replies, counterpart generation, TTS, and automatic debrief - Supports --stream-asr and --send-feishu-audio

  • scripts/send_rehearsal_counterparts_to_feishu.py

- Reuses the Feishu voice delivery path to send the generated counterpart turns one by one as audio messages

  • scripts/senseaudio_clone_workspace.py

- Lists clone slots, lists available voices, and creates an authorized rehearsal clone through the official AudioClaw workspace endpoints, preferring a platform token and otherwise trying a logged-in Chrome browser session

  • scripts/senseaudio_platform_token.py

- Resolves an AudioClaw workspace platform token from env or a logged-in Chrome AudioClaw tab when Apple Events JavaScript is enabled

  • scripts/run_complete_rehearsal_service.py

- One entry point that builds the blueprint, optionally resolves a prepared clone voice_id or attempts experimental workspace clone automation, runs the live rehearsal session, and writes a summary bundle - Supports --send-feishu-audio so the rehearsal counterpart can proactively send voice turns to Feishu or AudioClaw-linked chats

  • scripts/analyze_rehearsal_transcript.py

- Scores a rehearsal transcript for tone and communication risks

  • references/live_rehearsal_loop.md

- A minimal multi-turn runtime pattern for AudioClaw or another agent orchestrator

  • references/rehearsal_design.md

- Product design, safety policy, and rollout plan

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

70.47%
按下载量换算1,736

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills