Systems Lab

Agent skill

community-signals

Monitors and summarizes community feedback, social signals, and customer sentiment.

slowingReaches the webInstructions only1,501 words

Filed under Prospecting and list building and LinkedIn and social.

From taizen-ai/taizen-claude-plugins · 28 skills · 8 · pushed 2026-05-25

What it does when it runs

Monitors and summarizes community feedback, social signals, and customer sentiment. Use for intelligence gathering and trend spotting.

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-tools in the frontmatter. It only issues instructions, so there is nothing to bound.
Actions present in the files
None. Instructions only.

Ask about community-signals

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
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/community-signals"
mkdir -p ~/.claude/skills/community-signals
cp -R "/tmp/taizen-claude-plugins/plugins/taizen-gtm-skills/skills/community-signals/." ~/.claude/skills/community-signals/

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.

Reproduced in full from taizen-ai/taizen-claude-plugins/blob/67f51b50f8cee69a658ce606d410637a13b88a13/plugins/taizen-gtm-skills/skills/community-signals/SKILL.md, which is licensed MIT (repository). 1,501 words, 49 headings.

Community Signals Skill

Capture and analyze signals from customer communities, social media, and review sites.

Purpose

Synthesize community feedback into actionable intelligence for product, marketing, and sales teams.


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

# COMMUNITY SIGNALS DATA SOURCES
# Configure the sources relevant to your community monitoring

# Enterprise Search (searches across all internal sources)
- source: enterprise_search
  connector: "{{GLEAN | MOVEWORKS | ELASTIC}}"
  data:
    - internal_docs
    - wiki_content
    - slack_history

# Social Listening
- source: social_listening
  connector: "{{SPROUT_SOCIAL | HOOTSUITE | BRANDWATCH}}"
  data:
    - brand_mentions
    - competitor_mentions
    - sentiment_data
    - influencer_activity

# Review Sites
- source: review_sites
  sources:
    - g2
    - capterra
    - trustradius
    - gartner_peer_insights
  data:
    - reviews
    - ratings
    - competitive_comparisons

# Community Platforms
- source: community
  connector: "{{DISCOURSE | SLACK | DISCORD | CIRCLE}}"
  data:
    - discussions
    - feature_requests
    - user_feedback

# Support Data
- source: support
  connector: "{{ZENDESK | INTERCOM | FRESHDESK}}"
  data:
    - ticket_themes
    - customer_feedback
    - satisfaction_scores

# NPS/Survey Data
- source: surveys
  connector: "{{DELIGHTED | TYPEFORM | SURVEYMONKEY}}"
  data:
    - nps_scores
    - verbatim_responses
    - satisfaction_trends

Output Destinations

# Where to deliver community signal outputs
outputs:
  # Always available - display in Claude UI
  - type: display
    enabled: true

  # Save reports
  - type: documents
    connector: "{{GOOGLE_DRIVE | SHAREPOINT | NOTION}}"
    destination: "/Marketing/Community Intelligence/"

  # Alert channels
  - type: slack
    connector: "{{SLACK}}"
    channels:
      signals: "#community-signals"
      competitive: "#competitive-intel"
      escalations: "#customer-escalations"

Instructions for Claude

IMPORTANT: Before executing this skill, you MUST validate the configuration above.

Pre-Execution Checklist

  1. Check for placeholder values: Scan the YAML configuration for any {{...}} placeholders. These indicate required configuration that the user must provide.

  2. Check Taizen first: If taizen MCP is connected, call list_datasources to see what data is indexed. You can then use run_agent to query all indexed sources in natural language — this replaces the need for most individual MCP connections below. Skip directly to running the skill.

  3. Validate data sources: For each data source listed:

    • If a connector field 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
  4. 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:

  1. List the specific missing or placeholder values found
  2. Explain what each value is needed for
  3. Ask the user to provide the missing configuration
  4. 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:

  • Brand/product name to monitor
  • display output enabled (always available)
  • Web search provides public social mentions without additional setup

Enhanced functionality requires:

  • Social listening platform connection
  • Community platform access (Discord, Slack communities)
  • Review site integrations (G2, Capterra)
  • Reddit/Twitter API access for deeper analysis

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:

Surface community trends

"Search my indexed community channels and social data for conversations about AI automation in sales from the past 30 days. Identify themes, questions, and sentiment."

Topic monitoring

"Pull recent community discussions mentioning our product or key competitors from indexed sources. Summarize the top topics and sentiment."

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:

Weekly community digest

"Every Monday, summarize community discussions from the past week, flag emerging trends, and surface top questions to #community-team on Slack."

Monthly signal report

"Monthly, generate a community signals report covering trending topics, sentiment shifts, and feature requests from all indexed community sources. Share to #product."

Taizen creates the agent, runs it on your schedule, and delivers results to your configured destinations (Slack, CRM, docs, email).

Setup

  1. Sign up at usetaizen.com and connect your data sources — every teammate gets access immediately
  2. Add Taizen MCP to Claude: https://us.mcp.usetaizen.com/mcp (or https://eu.mcp.usetaizen.com/mcp for EU data residency)
  3. Use run_agent for instant queries or to schedule recurring agents — Taizen handles routing to the right sources

Signal Sources

1. Community Channels

Owned Communities:

  • Customer Slack/Discord
  • Community forums
  • User groups
  • Customer advisory boards

External Communities:

  • Reddit (relevant subreddits)
  • LinkedIn groups
  • Industry forums
  • Stack Overflow
  • GitHub discussions

2. Review Sites

B2B Software:

  • G2
  • Capterra
  • TrustRadius
  • Gartner Peer Insights
  • Software Advice

General:

  • Trustpilot
  • BBB
  • Industry-specific sites

3. Social Media

Platforms:

  • LinkedIn (company, executives)
  • Twitter/X
  • YouTube comments
  • Industry podcasts

Signals to Track:

  • Brand mentions
  • Competitor mentions
  • Industry trends
  • Influencer opinions
  • Customer sentiment

4. Support & Feedback

Sources:

  • Support tickets
  • Feature requests
  • NPS verbatims
  • Survey responses
  • Sales call notes

Analysis Framework

Sentiment Categories

CategoryIndicatorsAction
PositivePraise, recommendations, success storiesAmplify, case study
NeutralQuestions, comparisons, evaluationsEngage, educate
NegativeComplaints, frustrations, churn signalsAddress, escalate
CompetitiveCompetitor mentions, comparisonsIntel, battlecard

Theme Clustering

Group signals into themes:

  • Product features/gaps
  • Customer experience
  • Pricing/value
  • Competitive positioning
  • Market trends

Signal Strength

StrengthCriteria
HighMultiple sources, influential voices, recurring
MediumSeveral mentions, specific feedback
LowOne-off mentions, low influence

How to Use This Skill

Invoke with natural language describing what you need:

Signal Digest

  • "Generate this week's community signals digest"
  • "What are people saying about us on G2?"
  • "Summarize Reddit discussions about our category"

Sentiment Analysis

  • "Analyze sentiment around our latest feature launch"
  • "What's the sentiment trend over the past month?"

Competitive Intelligence

  • "What are people saying about Competitor X?"
  • "How are we being compared to competitors on review sites?"

Trend Spotting

  • "What emerging topics are trending in our community?"
  • "Identify new pain points customers are discussing"

Output Format

Weekly Signal Digest

# Community Signals Digest: [Date Range]

**Created**: [Date]
**Data Sources Used**: [G2, Reddit, Slack community, etc.]

---

## Executive Summary

**Overall Sentiment**: [Positive/Neutral/Negative trend]
**Key Theme**: [Most important signal this period]
**Action Needed**: [Top priority item]

---

## Signal Overview

| Category | Volume | Trend | Highlight |
|----------|--------|-------|-----------|
| Positive | [#] | [↑↓→] | [Key example] |
| Neutral | [#] | [↑↓→] | [Key example] |
| Negative | [#] | [↑↓→] | [Key example] |
| Competitive | [#] | [↑↓→] | [Key example] |

---

## Positive Signals

### Wins & Praise

**[Signal 1]**
- **Source**: [Where]
- **Signal**: [What was said]
- **Reach**: [Influence/reach]
- **Action**: [Amplify/Case study/Thank]

### Success Stories
- [Customer] shared [result] on [platform]
- [Influencer] recommended us for [use case]

---

## Negative Signals

### Issues & Complaints

**[Signal 1]**
- **Source**: [Where]
- **Signal**: [What was said]
- **Severity**: [High/Medium/Low]
- **Root Cause**: [If known]
- **Action**: [Response/Escalation]
- **Owner**: [Who handles]

### Themes in Negative Feedback
| Theme | Volume | Trend | Status |
|-------|--------|-------|--------|
| [Theme 1] | [#] | [↑↓→] | [Addressed/In progress/New] |

---

## Competitive Intelligence

### Competitor Mentions

| Competitor | Mentions | Sentiment | Key Signal |
|------------|----------|-----------|------------|
| [Comp 1] | [#] | [Pos/Neg] | [Summary] |

---

## Action Items

### Immediate (This Week)
- [ ] [Action]: [Owner] — [Due]

### Short-term (This Month)
- [ ] [Action]: [Owner]

Automation Options

When configured with integrations, this skill can:

  1. Real-time alerts - Notify on negative reviews, competitor mentions, or sentiment spikes
  2. Automated digests - Generate daily/weekly signal summaries
  3. Review response - Draft responses to customer reviews
  4. Trend tracking - Monitor sentiment trends over time
  5. Competitive alerts - Flag competitive intelligence for battlecard updates

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.

Need help setting it up?

This page tells you what community-signals 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.