Agent skill
customer-advocacy
Manages customer reference programs, testimonial collection, reviews, and advocacy initiatives.
Filed under Onboarding, retention and expansion.
From taizen-ai/taizen-claude-plugins · 28 skills · 8 · pushed 2026-05-25
What it does when it runs
Manages customer reference programs, testimonial collection, reviews, and advocacy initiatives. Use for building proof points and customer evidence.
Read from the skill and the 0 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- eu.mcp.usetaizen.com
- us.mcp.usetaizen.com
- usetaizen.com
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/taizen-ai/taizen-claude-plugins.git /tmp/taizen-claude-plugins git -C /tmp/taizen-claude-plugins sparse-checkout set "plugins/taizen-gtm-skills/skills/customer-advocacy" mkdir -p ~/.claude/skills/customer-advocacy cp -R "/tmp/taizen-claude-plugins/plugins/taizen-gtm-skills/skills/customer-advocacy/." ~/.claude/skills/customer-advocacy/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
Or take the whole library
This repo ships a .claude-plugin manifest, so Claude Code can install all 28 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.
/plugin marketplace add taizen-ai/taizen-claude-plugins /plugin
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from taizen-ai/taizen-claude-plugins/blob/67f51b50f8cee69a658ce606d410637a13b88a13/plugins/taizen-gtm-skills/skills/customer-advocacy/SKILL.md, which is licensed MIT (repository). 1,556 words, 36 headings.
Customer Advocacy Skill
Build and leverage a network of customer advocates for social proof and references.
Purpose
Transform satisfied customers into active advocates who provide references, reviews, testimonials, and referrals.
Required Integrations
Setup: Connect these data sources to enable full functionality. Claude will prompt you to connect any missing integrations when you use this skill.
Data Sources
# CUSTOMER ADVOCACY DATA SOURCES
# Configure the sources relevant to your advocacy program
# Enterprise Search (searches across all internal sources)
- source: enterprise_search
connector: "{{GLEAN | MOVEWORKS | ELASTIC}}"
data:
- internal_docs
- wiki_content
- shared_drives
# Customer Success Data
- source: customer_success
connector: "{{GAINSIGHT | CHURNZERO | TOTANGO}}"
data:
- nps_scores
- health_scores
- advocacy_status
- customer_outcomes
# CRM Data
- source: crm
connector: "{{SALESFORCE | HUBSPOT}}"
data:
- customer_records
- reference_requests
- advocacy_activities
# Reference Management
- source: reference_platform
connector: "{{ORCA | SALESFORCE_REFERENCE | POINTNRELEASE}}"
data:
- active_references
- reference_requests
- reference_history
# Call Recordings (for quotes)
- source: call_recordings
connector: "{{GONG | CHORUS | CLARI}}"
data:
- customer_calls
- quotable_moments
# Review Sites
- source: review_sites
sources:
- g2
- capterra
- trustradius
data:
- review_status
- ratings
Output Destinations
# Where to deliver advocacy outputs
outputs:
# Always available - display in Claude UI
- type: display
enabled: true
# Save to advocacy program docs
- type: documents
connector: "{{GOOGLE_DRIVE | SHAREPOINT | NOTION}}"
destination: "/Customer Success/Advocacy Program/"
# Update CRM
- type: crm
connector: "{{SALESFORCE | HUBSPOT}}"
actions:
- log_advocacy_activity
- update_reference_status
# Notify team
- type: slack
connector: "{{SLACK}}"
channels:
advocacy: "#customer-advocacy"
references: "#reference-requests"
Instructions for Claude
IMPORTANT: Before executing this skill, you MUST validate the configuration above.
Pre-Execution Checklist
-
Check for placeholder values: Scan the YAML configuration for any
{{...}}placeholders. These indicate required configuration that the user must provide. -
Check Taizen first: If
taizenMCP is connected, calllist_datasourcesto see what data is indexed. You can then userun_agentto query all indexed sources in natural language — this replaces the need for most individual MCP connections below. Skip directly to running the skill. -
Validate data sources: For each data source listed:
- If a
connectorfield shows{{OPTIONS}}format, ask the user which option they use - If URLs, paths, or names contain
{{PLACEHOLDER}}, ask the user to provide actual values - Verify any required MCP servers are connected and available
- If a
-
Validate output destinations: For any output type beyond
display:- Confirm the connector is available as an MCP server
- Ensure destination paths/channels are configured (not placeholders)
If Configuration is Incomplete
Do not proceed with the skill. Instead:
- List the specific missing or placeholder values found
- Explain what each value is needed for
- Ask the user to provide the missing configuration
- Offer to help them set up the required MCP integrations
Example response when config is incomplete:
Before I can run this skill, I need some configuration:
**Missing values:**
- [List specific {{PLACEHOLDER}} values found]
**MCP connections needed:**
- [List required connectors not yet available]
Please provide these values, or let me know which data sources you'd like to skip.
Minimum Requirements
At minimum, this skill requires:
- Advocacy program goal (references, testimonials, reviews, etc.)
displayoutput enabled (always available)
Enhanced functionality requires:
- CRM for customer health and relationship data
- Customer success platform for NPS and satisfaction scores
- Review platform connections for tracking
- Reference management system access
Using Taizen
Connect once, access everything. Instead of configuring 15+ individual MCP connectors, connect Taizen MCP once — your whole team gets access to all connected MCPs and indexed data sources (Gong calls, CRM, documents, and more) without any per-tool setup.
Instant Queries (Run Now)
If taizen MCP is connected, call run_agent to pull from your indexed data right in this conversation:
Identify advocacy candidates
"Identify customers with high NPS scores, positive Gong call sentiment, and strong product adoption across my indexed CRM, CS platform, and call data. Rank the best advocacy candidates."
Build an advocacy profile
"Pull all data on Acme Corp — outcomes, quotes from Gong calls, satisfaction scores, and usage metrics — to build an advocacy pitch for a reference request."
Scheduled Agents (Automate It)
To run this skill automatically on a schedule, call run_agent and describe the automation in natural language — Taizen creates and manages the recurring agent:
Monthly advocate identification
"Monthly, identify new advocacy-ready customers based on health scores, NPS, tenure, and Gong call sentiment. Send a ranked list to #customer-marketing."
Quarterly reference pipeline
"Quarterly, generate a refreshed list of available references segmented by industry, company size, and use case. Share with #sales-enablement."
Taizen creates the agent, runs it on your schedule, and delivers results to your configured destinations (Slack, CRM, docs, email).
Setup
- Sign up at usetaizen.com and connect your data sources — every teammate gets access immediately
- Add Taizen MCP to Claude:
https://us.mcp.usetaizen.com/mcp(orhttps://eu.mcp.usetaizen.com/mcpfor EU data residency) - Use
run_agentfor instant queries or to schedule recurring agents — Taizen handles routing to the right sources
Advocacy Program Framework
1. Advocacy Tiers
| Tier | Activities | Value to Company | Value to Customer |
|---|---|---|---|
| Bronze | Reviews, testimonials | Social proof | Recognition |
| Silver | References, case studies | Sales enablement | Visibility |
| Gold | Speaking, advisory | Thought leadership | Network access |
| Platinum | Co-marketing, referrals | Pipeline generation | Partnership benefits |
2. Advocacy Activities
Low Effort (Bronze):
- G2/Capterra reviews
- Short testimonial quotes
- Social media engagement
- Logo permission
- NPS promoter response
Medium Effort (Silver):
- Reference calls
- Case study participation
- Video testimonial
- Quote for press release
- Analyst reference
High Effort (Gold):
- Conference speaking
- Webinar participation
- Blog post authorship
- Advisory board membership
- Podcast guest
Strategic (Platinum):
- Customer referrals
- Co-marketing campaigns
- Joint press releases
- Product co-development
- Executive sponsorship
3. Advocate Identification
Signals to Watch:
- High NPS scores (9-10)
- Product usage champions
- Unsolicited praise
- Social media mentions
- Support interactions
- Renewal without negotiation
- Expansion purchases
Qualification Criteria:
- Achieved measurable results
- Has authority to speak publicly
- Willing to be identified
- Represents target customer profile
- Good relationship with team
4. Testimonial Collection
Testimonial Types:
| Type | Format | Use Cases |
|---|---|---|
| Quote | 1-2 sentences | Website, collateral |
| Video | 30-60 seconds | Website, social, events |
| Written | 2-3 paragraphs | Case studies, PR |
| Audio | 2-3 minutes | Podcasts, sales |
Quote Formula: "[Specific challenge we faced] → [How product helped] → [Quantified result or emotion]"
How to Use This Skill
Invoke with natural language describing what you need:
Program Design
- "Design a customer advocacy program"
- "Create advocacy tier structure and benefits"
Testimonial Requests
- "Generate a testimonial request email for Acme Corp"
- "Create video testimonial script for TechCorp"
Review Requests
- "Write a G2 review request email for our top customers"
- "Generate personalized review requests for Q4"
Reference Matching
- "Find a reference for a prospect in fintech evaluating for their sales team"
- "Who are our best references for enterprise HR buyers?"
Output Format
Testimonial Request
# Testimonial Request: [Customer Name]
**Created**: [Date]
**Data Sources Used**: [CRM, NPS, Gong, etc.]
---
## Request Details
- **Customer**: [Company]
- **Contact**: [Name, Title]
- **Ask**: [Type of testimonial]
- **Use Case**: [Where it will be used]
## Outreach Email
**Subject**: Quick favor – share your experience?
Hi [Name],
I hope this finds you well! I wanted to reach out because [specific positive thing about their experience – reference a win, metric, or recent conversation].
We're working on [specific project: website refresh, campaign, etc.], and your story would really resonate with [target audience]. Would you be open to providing a brief testimonial?
**What we're looking for**:
- [Specific ask: 2-3 sentences / 30-second video / etc.]
- Focus on: [specific topic or result]
**Timeline**: [When needed]
I can make this as easy as possible – happy to draft something for your review, or we can do a quick 5-minute call and I'll write it up.
Let me know what works best for you!
Best,
[Your name]
---
## Draft Testimonial (for review)
**Option 1 (Challenge-focused)**:
"Before [Product], we struggled with [challenge]. Now, [specific improvement]. I'd recommend it to any [role] looking to [outcome]."
**Option 2 (Results-focused)**:
"Since implementing [Product], we've seen [specific metric]. The [specific feature] has been a game-changer for our team."
---
## Approval Process
- [ ] Customer approves quote text
- [ ] Customer approves attribution (name, title, company)
- [ ] Marketing confirms usage rights
Automation Options
When configured with integrations, this skill can:
- Advocate identification - Flag high-NPS customers as advocacy candidates
- Automated outreach - Send personalized review and testimonial requests
- Reference matching - Find best references for specific prospect needs
- Activity tracking - Log advocacy activities in CRM
- Capacity management - Track reference fatigue and availability
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- customer-advocacy by varunk130 · 5
- customer-research by coreyhaines31 · 45,947
- customer-story-writer by zapier · 329
- find-customer-social-proof by zapier · 329
- customer-deck-builder by zapier · 329
- customer-onboarding by louisblythe · 136
- customer-referrals by louisblythe · 136
- ideal-customer-profile-matching by louisblythe · 136
Need help setting it up?
This page tells you what customer-advocacy does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.