social-sentiment-analyzer

Analyze brand and topic sentiment across Twitter, Reddit, and Instagram posts.

15|3|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/XPOZpublic/xpoz-agent-skills --skill social-sentiment-analyzer-xpozpublic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-sentiment-analyzer
Source: https://github.com/XPOZpublic/xpoz-agent-skills/tree/main/skills/social-sentiment-analyzer
Command: npx skills add https://github.com/XPOZpublic/xpoz-agent-skills --skill social-sentiment-analyzer-xpozpublic

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires xpoz, @xpoz/xpoz.

What problem does it solve? Understanding how people feel about a brand, product, or topic on social media requires manually reading hundreds of posts across multiple platforms. This Skill automates that work by fetching real posts from Twitter/X, Reddit, and Instagram via Xpoz, classifying each post's sentiment, and producing a structured report with themes and notable posts. ## Core Features & Use Cases - Multi-platform sentiment classification: Fetches posts from Twitter, Reddit, and Instagram and classifies each into five levels from positive to negative, with sarcasm and engagement-weighting guidance. - Theme extraction and reporting: Identifies 5-8 recurring themes with representative quotes and generates a structured report including an overall sentiment score, platform breakdown, and executive summary. - Flexible access: Works through the Xpoz MCP server, the Python SDK, or the TypeScript SDK, with a free access key supporting up to 75K results. - Use Case: Ask "What's the sentiment around Tesla this week?" and receive a report quantifying positive, neutral, and negative reactions across Twitter and Reddit, with the top themes driving the conversation. ## Quick Start Ask your agent to analyze the sentiment around your brand or topic on Twitter and Reddit for the past week, and it will connect to Xpoz, fetch the posts, and return a full sentiment report.

Frequently Asked Questions about social-sentiment-analyzer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze brand sentiment on Twitter and Reddit?

Provide a topic or brand name and the Skill fetches matching posts from Twitter and Reddit through Xpoz, classifies each post into five sentiment levels, and generates a report with an overall score, platform breakdown, and key themes.

What platforms does social sentiment analysis with Xpoz support?

It supports Twitter/X, Reddit, and Instagram. Twitter and Reddit are searched by default, and Instagram is added when relevant to the request. All three are queried through Xpoz keyword search endpoints.

Do I need an API key to run sentiment analysis with Xpoz?

Yes, real analyses require a free Xpoz access key from xpoz.ai/get-token, which covers up to 75K results with no credit card. SDK users set it as the XPOZ_API_KEY environment variable, while MCP connections authenticate via OAuth.

How does the sentiment classification handle sarcasm and neutral posts?

Posts are classified into five levels from positive to negative. Sarcastic statements like "Great, another outage" are classified as negative, while retweets or quotes without commentary are treated as neutral. High-engagement posts carry more weight.

What are the limitations of Xpoz social sentiment analysis?

The free tier caps results at 75K, and MCP calls are asynchronous, requiring polling of checkOperationStatus until completion. For very large datasets, the Skill recommends exporting to CSV and analyzing locally instead of in-context.