LaunchKit · 2026
Back to Skills

social-sentiment

Sentiment analysis for brands and products across Twitter, Reddit, and Instagram.

4
2.8k downloads
by @atyachin

Setup & Installation

openclaw skills install @atyachin/social-sentiment

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install social-sentiment

Version History

v1.4.0Feb 12, 2026 - Version note by skill developer:

Added setup section, removed curl

What This Skill Does

Analyzes public sentiment for brands and products across Twitter, Reddit, and Instagram. Pulls up to 70K posts per query, exports bulk CSVs, and classifies them using Python/pandas. Covers 1.5B+ indexed posts.

Access to 1.5B+ indexed posts with bulk CSV export lets you analyze tens of thousands of posts in a single query, far beyond what manual social browsing or smaller monitoring tools support.

When to use it

  • Tracking brand reputation after a product launch
  • Detecting PR crises from spikes in negative mentions
  • Comparing competitor sentiment across platforms
  • Identifying recurring complaints buried in customer posts
  • Monitoring marketing campaign reception in real time

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Analyze sentiment for Notion on Twitter over the last 30 days

AGENT
  1. 1Calls xpoz.getTwitterPostsByKeywords with query 'Notion' and a 30-day date range
  2. 2Polls checkOperationStatus every 5 seconds until the operation completes
  3. 3Downloads the bulk CSV using the returned dataDumpExportOperationId
  4. 4Loads the CSV with pandas and classifies each post as positive, negative, or neutral using keyword scoring
  5. 5Computes an engagement-weighted sentiment score and extracts top themes and viral posts
OUTPUT

Sentiment score 72/100 from 14,832 posts: 58% positive, 24% negative, 18% neutral — top negative theme is Performance (2K posts, 81% negative), top positive theme is UX (1.8K posts, 72% positive)

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Xpoz account (free tier available) at xpoz.ai — required for OAuth authentication via the xpoz-setup skill