Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

voice-of-customer-synthesizer客户声音合成器

Agent Skill

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

总安装

170

周安装

7

GitHub Stars

607

下载量

55
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/gooseworks-ai/goose-skills --skill voice-of-customer-synthesizer

简介

voice-of-customer-synthesizer 用于辅助音频处理和语音合成,适合生成配乐说明或整理音频流程。

  • 它适用于播客和视频配音素材处理,可用于提升多媒体内容质量。
  • 使用时需确认输入音频来源、输出格式和模型限制,避免版权争议。
  • 涉及人声克隆或公开发布时应核对授权和合规边界。
  • 安装前建议核实权限范围和维护状态,确保符合项目实际需求。

SKILL.md

Voice of Customer Synthesizer

Turn scattered customer feedback into a single source of truth. Aggregates signals from every source you have, clusters them into themes, and produces a report that product, marketing, and CS teams can actually act on.

Built for: Startups where customer feedback lives in 6 different places and nobody has time to synthesize it. The founder says "what are customers saying?" and nobody has a clear answer. This skill produces that answer.

When to Use

  • "What are our customers saying?"
  • "Synthesize customer feedback from last quarter"
  • "Build a VoC report for the product team"
  • "What themes are coming up in customer feedback?"
  • "Aggregate feedback from all our channels"

Phase 0: Intake

Feedback Sources (provide all you have)

  1. Support tickets — Export from support tool (CSV: customer, date, subject, description, tags, resolution)
  2. NPS/CSAT survey responses — Scores + verbatim comments
  3. Slack messages — Customer channel messages, feedback channels
  4. G2/Capterra reviews — Will scrape if product is listed (provide product name or URL)
  5. Call/meeting transcripts — Customer call recordings or notes
  6. Churn exit survey responses — Why did customers leave?
  7. Feature request log — Internal tracker of what customers have asked for
  8. Social mentions — Twitter/LinkedIn/Reddit threads mentioning your product
  9. Email threads — Notable customer emails (praise or complaints)
  10. In-app feedback — Any in-product feedback submissions

Configuration

  1. Time period — What window to analyze? (Last 30 days, quarter, 6 months)
  2. Product name — For review scraping and context
  3. Report audience — Who's reading this? (Product team, exec team, CS team, all)
  4. Focus areas — Any specific themes to pay attention to? (e.g., "onboarding experience", "pricing feedback", "mobile app")

Phase 1: Data Collection

1A: Internal Data Processing

From the provided inputs, normalize all feedback into a standard format:

SOURCE | DATE | CUSTOMER | SEGMENT | FEEDBACK_TEXT | SENTIMENT | CATEGORY

Sentiment classification per item:

  • Positive — Praise, satisfaction, delight
  • Neutral — Feature request, question, observation
  • Negative — Complaint, frustration, disappointment
  • Critical — Churn threat, escalation, anger

1B: External Review Scraping (if applicable)

If product is on review platforms:

Chain: review-site-scraper for G2, Capterra, Trustpilot
Filter: reviews from the target time period

Extract: rating, review text, reviewer role/company size, date, pros, cons.

1C: Social Listening (if applicable)

Search: "[product name]" feedback OR review OR "switched to" OR "stopped using"
Search: "[product name]" site:reddit.com OR site:twitter.com

Phase 2: Theme Clustering

Group all feedback items into themes using a bottom-up approach:

Clustering Method

  1. Read all feedback items
  2. Identify recurring topics (mentioned by 3+ customers or in 3+ sources)
  3. Group into theme clusters
  4. Rank by frequency AND severity

Theme Template

THEME: [Name — e.g., "Onboarding Complexity"]
FREQUENCY: [N mentions across M sources]
SENTIMENT: [Predominantly positive/neutral/negative]
TREND: [↑ Growing / → Stable / ↓ Declining vs prior period]

REPRESENTATIVE QUOTES:
- "[Exact quote]" — [Source, Customer segment, Date]
- "[Exact quote]" — [Source, Customer segment, Date]
- "[Exact quote]" — [Source, Customer segment, Date]

CUSTOMER SEGMENTS AFFECTED:
- [Segment 1: e.g., "New customers in first 30 days"]
- [Segment 2: e.g., "Enterprise accounts"]

ROOT CAUSE HYPOTHESIS:
[1-2 sentences: Why is this coming up? What's the underlying issue?]

IMPACT:
- On retention: [High/Medium/Low]
- On expansion: [High/Medium/Low]
- On acquisition: [High/Medium/Low]

Phase 3: Analysis

3A: Sentiment Overview

Overall Sentiment Distribution:
  Positive:  [N] items ([X%])  ████████░░
  Neutral:   [N] items ([X%])  ████░░░░░░
  Negative:  [N] items ([X%])  ██░░░░░░░░
  Critical:  [N] items ([X%])  █░░░░░░░░░

3B: Source Comparison

SourceVolumeAvg SentimentTop Theme
Support tickets[N][Pos/Neg score][Theme]
NPS comments[N][Score][Theme]
G2 reviews[N][Score][Theme]
Slack[N][Score][Theme]
Calls[N][Score][Theme]

Insight: Different sources often reveal different stories. Support tickets skew negative (problems). Reviews skew bipolar (love/hate). Calls reveal nuance. Note where themes appear across sources for highest confidence.

3C: Segment Analysis

Customer SegmentDominant SentimentTop RequestKey Pain
[New customers][Sentiment][Request][Pain]
[Power users][Sentiment][Request][Pain]
[Enterprise][Sentiment][Request][Pain]
[Churned][Sentiment][Request][Pain]

3D: Trend Detection

Compare against prior period (if available):

ThemePrior PeriodThis PeriodTrendAlert
[Theme 1][N mentions][N mentions][↑X%][New/Growing/Stable/Declining]
[Theme 2]............

New themes this period: [Themes that weren't present before] Resolved themes: [Themes that decreased significantly — things you fixed]

Phase 4: Recommendations

For Product Team

PriorityThemeRecommendationEvidence Strength
P0[Theme][Specific action][N mentions, M sources, includes churn signals]
P1[Theme][Action][Evidence]
P2[Theme][Action][Evidence]

For CS/Support Team

ActionThemeExpected Impact
[Create help article for X][Theme]Deflect ~[N] tickets/month
[Add onboarding step for Y][Theme]Reduce confusion for new users
[Proactive outreach to segment Z][Theme]Prevent churn in at-risk segment

For Marketing Team

ActionThemeOpportunity
[Use this proof point in messaging][Positive theme]"[Customer quote ready for marketing]"
[Address this objection on website][Negative theme]Counter common concern pre-sale
[Build case study around X][Positive theme][N] customers mentioned this win

Phase 5: Output Format

# Voice of Customer Report — [Period]
Sources analyzed: [list]
Total feedback items: [N]
Date range: [start] — [end]

---

## Executive Summary

[3-5 sentences: What are customers saying? What's the overall sentiment?
What's the single most important thing to act on?]

---

## Sentiment Overview

Positive: [X%] | Neutral: [X%] | Negative: [X%] | Critical: [X%]

Net Sentiment Score: [calculated — % positive minus % negative]
vs Prior Period: [+/- X points]

---

## Top Themes (Ranked by Impact)

### 1. [Theme Name] — [Sentiment] — [N mentions]
**Summary:** [2-3 sentences]
**Key quotes:**
> "[Quote]" — [Source]
> "[Quote]" — [Source]
**Recommended action:** [What to do]
**Owner:** [Product / CS / Marketing]

### 2. [Theme Name] — ...

### 3. [Theme Name] — ...

[Continue for top 5-8 themes]

---

## What Customers Love (Preserve These)

| Strength | Evidence | Marketing Opportunity |
|----------|---------|----------------------|
| [Feature/experience] | "[Quote]" — [N mentions] | [How to use in messaging] |

---

## What Customers Want (Feature Requests)

| Request | Frequency | Segments | Product Priority |
|---------|-----------|----------|-----------------|
| [Feature] | [N mentions] | [Who wants it] | [P0/P1/P2] |

---

## What Causes Pain (Fix These)

| Pain Point | Severity | Churn Risk | Recommended Fix |
|-----------|----------|------------|----------------|
| [Issue] | [High/Med/Low] | [Yes/No] | [Action] |

---

## Trends vs Prior Period

[What's getting better, what's getting worse, what's new]

---

## Team-Specific Action Items

### Product Team
1. [Action] — [Evidence]

### CS Team
1. [Action] — [Evidence]

### Marketing Team
1. [Action] — [Evidence]

---

## Appendix: All Themes Detail

[Full theme cards with all quotes and analysis]

Save to voc-report-[YYYY-MM-DD].md in the current working directory.

Scheduling

Run monthly or quarterly:

0 8 1 */3 * python3 run_skill.py voice-of-customer-synthesizer --client <client-name>

Cost

ComponentCost
Review scraping (via review-site-scraper)~$0.50-1.00
Web search (social mentions)Free
All analysis and synthesisFree (LLM reasoning)
TotalFree — $1

Tools Required

  • Optional: review-site-scraper for G2/Capterra/Trustpilot reviews
  • Optional: twitter-mention-tracker for social mentions
  • Optional: reddit-post-finder for community feedback
  • All analysis is pure LLM reasoning on provided data

Trigger Phrases

  • "What are customers saying?"
  • "Build a VoC report"
  • "Synthesize our customer feedback"
  • "Run voice of customer analysis"
  • "Customer feedback summary for [period]"

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.47%
按下载量换算19

Claude

32.64%
按下载量换算18

Cursor

20.82%
按下载量换算11

Gemini CLI

9.68%
按下载量换算5

安全审计

Gen Agent Trust Hub

可疑

Socket

可疑

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills