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

senseaudio-voice-ab-labsenseaudio 语音 ab 实验室

Agent Skill

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

总安装

7,540

周安装

308

GitHub Stars

公开资料未说明

下载量

2,439
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install senseaudio-voice-ab-lab

简介

从创意简报生成多个广告与销售语音变体。senseaudio-voice-ab-lab 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 结合转录与 AI 改写优化不同口播风格。
  • 适用于营销团队快速产出多样化配音素材。
  • 支持批量导出与 A/B 测试效果对比分析。
  • 涉及人声演绎时需注意肖像权与品牌一致性。

SKILL.md

name
senseaudio-voice-ab-lab
description
Use when a team wants to generate multiple ad, spoken-copy, sales, or promo voice variants from one typed or spoken creative brief, transcribe voice memos with AudioClaw ASR, and synthesize the variants with the same AudioClaw voice_id for A/B testing, regional wording experiments, or rapid commercial validation.

AudioClaw Voice AB Lab

What this skill is for

This skill is for commercial teams who need to test which spoken script performs best, while keeping the same voice across all variants.

That matters because otherwise too many variables change at once:

  • copy
  • tone
  • rhythm
  • voice persona

This skill keeps the voice fixed and lets you vary:

  • ad tone
  • hook style
  • urgency level
  • trust level
  • conversational warmth
  • regional wording style

Best business scenarios

1. Short-video ad hooks

Generate 4 to 8 spoken openers for the same product:

  • trust-first
  • benefit-first
  • urgency-first
  • concise-direct

Then synthesize all of them with the same voice for fast creative screening.

2. Livestream and promo voiceovers

Use the same host-like voice to test:

  • stronger urgency
  • softer recommendation
  • more premium wording
  • more sales-driven wording

3. Sales or private-domain follow-up

Generate multiple voice-note versions for:

  • reopening a lead
  • reminding a customer
  • sending a soft CTA
  • reducing pushiness while keeping conversion intent

4. Regional wording experiments

This skill can generate regional phrasing styles for comparison, while keeping the same voice.

Important:

  • this is wording-level regional style, not guaranteed full dialect TTS
  • it is useful for testing “which phrasing feels closer to the target audience”

Workflow

  1. Start from either:

- a typed campaign brief - or a spoken voice memo that follows labeled fields such as 产品 / 人群 / 卖点 / 优惠 / 行动

  1. If the input is audio, run scripts/senseaudio_asr.py, then scripts/extract_spoken_brief.py.
  2. If the input is already typed and structured enough, run scripts/run_typed_brief_pipeline.py directly, or call scripts/build_voice_ab_variants.py yourself.
  3. Run scripts/build_voice_ab_variants.py to generate variants.
  4. Pick one fixed voice_id.

- If you have already created a cloned voice on the AudioClaw platform, use that cloned voice_id. - A prepared cloned voice id commonly looks like vc-..., and can be passed directly with --clone-voice-id. - If not, use one validated system voice.

  1. If you want faster perceived processing for spoken briefs, enable stream ASR in scripts/senseaudio_asr.py or scripts/run_spoken_brief_pipeline.py.
  2. Run scripts/batch_tts_variants.py to synthesize every variant with the same voice. This skill already uses AudioClaw streaming TTS under the hood and now records stream chunk metadata.

- If the chosen voice is a clone id like vc-..., the batch TTS step now auto-routes to SenseAudio-TTS-1.5.

  1. If the user wants to hear the results directly in Feishu or AudioClaw, run scripts/send_ab_variants_to_feishu.py after synthesis, or use scripts/run_spoken_brief_pipeline.py --send-feishu-audio / scripts/run_typed_brief_pipeline.py --send-feishu-audio.

- This step reuses the previously built Feishu voice-reply path instead of sending plain files. - It transcodes the generated .mp3 variants into .ogg/.opus and sends them one by one as real audio messages.

  1. Review:

- generated copy - estimated points - output audio files - variant metadata for A/B tracking - optional Feishu send results

AudioClaw Trigger Pattern

Use this skill as an explicit task mode, not as a hidden background guess.

Recommended user trigger:

用 $senseaudio-voice-ab-lab 处理我刚发的语音。
产品:轻量保温杯
人群:通勤上班族
卖点:轻便保温不漏水
优惠:第二件半价
行动:现在点击下单
clone voice_id:your_clone_voice_id
生成 4 条口播,输出到 /tmp/voice_ab_run

If the user already sent a voice memo, the agent should:

  1. Save the audio locally.
  2. Run scripts/run_spoken_brief_pipeline.py.
  3. Return:

- a short summary of the extracted brief - the output directory - the best 2 to 4 audio variants for review

If the user says "一条一条发语音给我听" or "直接发到飞书里试听", the agent should:

  1. Run the normal A/B pipeline first.
  2. Then run scripts/send_ab_variants_to_feishu.py, or add --send-feishu-audio to scripts/run_spoken_brief_pipeline.py.
  3. Prefer sending the variants one by one as Feishu audio messages instead of replying with local paths.
  4. If the user only wants part of the set, use --limit or --variant-ids.

If the user gave a typed brief and also says "直接一条一条发语音给我听", the agent should:

  1. Extract or confirm these fields:

- campaign_name - product - audience - key_message - cta - optional offer - optional proof

  1. Run scripts/run_typed_brief_pipeline.py.
  2. Add --send-feishu-audio.
  3. Do not stop at returning local audio paths unless the user explicitly asked for files only.

If the user does not provide a cloned voice, ask for either:

  • a prepared clone voice_id
  • or permission to fall back to a validated system voice_id

Design rules

  • Keep each script short enough to test quickly.
  • Change one creative dimension at a time if possible.
  • For spoken briefs, keep the input structured enough for deterministic extraction.
  • For real A/B testing, keep:

- the same voice - the same audio format - the same sample rate - similar script length

  • Treat regional_style as a wording choice, not an official dialect model.
  • Official clone support is a two-step chain:

- create the clone on the AudioClaw platform first - then pass the prepared clone voice_id into this skill for generation

API key lookup

For the generation side of this skill:

  • TTS-oriented scripts now default to SENSEAUDIO_API_KEY

Practical rule:

  • scripts/run_spoken_brief_pipeline.py, scripts/run_typed_brief_pipeline.py, and scripts/batch_tts_variants.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 synthesis step starts
  • The ASR scripts keep their own existing defaults and are intentionally not changed here

Resources

  • scripts/build_voice_ab_variants.py

- Builds an A/B manifest from one campaign brief

  • scripts/senseaudio_asr.py

- Calls AudioClaw ASR using either the official open API host or the official platform endpoint - Defaults to the official sense-asr-deepthink model for spoken briefs

  • scripts/extract_spoken_brief.py

- Extracts a structured campaign brief from an ASR transcript

  • scripts/run_spoken_brief_pipeline.py

- Runs the full spoken-brief pipeline end to end - Supports --stream-asr, --clone-voice-id, and --send-feishu-audio

  • scripts/run_typed_brief_pipeline.py

- Runs the full typed-brief pipeline end to end - Supports --clone-voice-id and --send-feishu-audio

  • scripts/batch_tts_variants.py

- Generates all audio variants with the same voice_id

  • scripts/send_ab_variants_to_feishu.py

- Reuses the Feishu voice-reply delivery path to transcode and send the generated variants one by one as audio messages

  • scripts/export_ab_review_csv.py

- Produces a review sheet for creative, growth, or Feishu-based internal scoring

  • references/commercial_ab_patterns.md

- High-value use cases, testing advice, and regional-style notes

  • references/asr_brief_pipeline.md

- Official ASR findings, constraints, and the recommended spoken brief format

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

79.94%
按下载量换算1,950

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills