Agent skill · Content & Marketing

social-sentiment-analyzer

Analyze brand or topic sentiment across Twitter, Reddit, and Instagram using Xpoz. Classifies posts as positive/neutral/negative, extracts recurring themes, and generates a sentiment report. Use when asked for "sentiment analysis", "what are people saying about X", "brand sentiment", or "social media opinion on X".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill social-sentiment-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 2026-02-24
Path: skills/analysis/social-sentiment-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Social Sentiment Analyzer ## Overview Analyze public sentiment for any brand, product, or topic across Twitter/X, Reddit, and Instagram. Fetches real posts, classifies sentiment, extracts themes, and produces a structured report. ## When to Use Activate when the user asks: - "What's the sentiment around [TOPIC]?" - "Analyze sentiment for [BRAND] on Twitter" - "What are people saying about [PRODUCT] on social media?" - "Is the reaction to [EVENT] positive or negative?" - "Social media opinion on [TOPIC]" ## Setup & Authentication Before fetching data, ensure Xpoz access is configured. Follow these checks in order. ### Check 1: Already authenticated? **If you have MCP tools**, try calling any Xpoz tool (e.g., `checkAccessKeyStatus`). If it works → skip to Step 1. **If you have the SDK**, try: ```python from xpoz import XpozClient client = XpozClient() # reads XPOZ_API_KEY env var ``` If this succeeds without error → skip to Step 1. If neither works, you need to authenticate. Choose the path that fits your environment: --- ### Path A: MCP via mcporter (OpenClaw agents) If `mcporter` is available: ```bash mcporter call xpoz.checkAccessKeyStatus ``` If `hasAccessKey: true` → ready. If

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Setup & Authentication
  4. Check 1: Already authenticated?
  5. Path A: MCP via mcporter (OpenClaw agents)
  6. Path B: MCP via Claude Code config
  7. Path C: SDK (Python or TypeScript)
  8. Auth Errors
  9. Step-by-Step Instructions
  10. Step 1: Parse the Request
  11. Step 2: Fetch Posts
  12. Step 3: Classify Sentiment
  13. Step 4: Extract Themes
  14. Step 5: Generate Report
Ships with 1 file
  • metadata.json
Commands it runs
mcporter call xpoz.checkAccessKeyStatus
mcporter config add xpoz https://mcp.xpoz.ai/mcp --auth oauth
pip install xpoz
npm install @xpoz/xpoz
export XPOZ_API_KEY=THE_KEY_FROM_USER
More from claude-skill-registry
All skills →
About this skill
What does the social-sentiment-analyzer skill do?

Analyze brand or topic sentiment across Twitter, Reddit, and Instagram using Xpoz. Classifies posts as positive/neutral/negative, extracts recurring themes, and generates a sentiment report. Use when asked for "sentiment analysis", "what are people saying about X", "brand sentiment", or "social media opinion on X".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill social-sentiment-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going