FAQ
xpoz-social-intelligence is a Claude Code plugin with 4 hand-picked skills for data work, indexed on Flowy. Install it with the command on its page. It includes brand-competition, brand-influencers, brand-snapshot. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add XPOZpublic/xpoz-claude-code-plugins> /plugin install xpoz-social-intelligence@xpoz-marketplace
Repo: XPOZpublic/xpoz-claude-code-plugins
Real-time social media analysis for Claude Code, powered by XPOZ MCP
# Add the XPOZ marketplace
/plugin marketplace add XPOZpublic/xpoz-claude-code-plugins
# Install the plugin
/plugin install xpoz-social-intelligence@xpoz-marketplace
XPOZ Social Intelligence brings real-time social media analysis to Claude Code. Analyze data from Twitter/X and Instagram to uncover sentiment, discover influencers, and generate competitive insights.
Four specialized skills for brand analysis and prediction market intelligence, with data from Twitter/X, Reddit, and Instagram.
| Skill | Command | Description |
|---|---|---|
| Brand Snapshot | /brand-snapshot [BRAND] | Deep-dive analysis with sentiment, narratives, SWOT, and influencers |
| Brand Competition | /brand-competition [BRAND] | Compare brand vs competitors: share of voice, sentiment, positioning |
| Brand Influencers | /brand-influencers [BRAND] | Discover influencers by tier, partnership opportunities, rising stars |
| Polymarket Analyzer | /polymarket-analyzer [URL or keyword] | Prediction market event analysis with social sentiment gap detection |
View live examples directly in your browser:
| Report | View | Description |
|---|---|---|
| Tesla Brand Snapshot | Live Preview | Sentiment analysis, narratives, SWOT, influencers |
| Tesla Competition | Live Preview | Tesla vs Rivian, BYD, Lucid - share of voice, positioning |
| Tesla Influencers | Live Preview | Influencer discovery, partnership opportunities |
| US Recession 2026 | Live Preview | Binary event: market odds vs social sentiment |
| FIFA World Cup Winner | Live Preview | Multi-choice event: candidate field analysis |
| GOP Nominee 2028 | Live Preview | Multi-choice event: political prediction market |
Before installing the skills, you need to configure XPOZ to collect data for your topics of interest:
Important: XPOZ collects social posts based on your defined keywords. If you don't configure keywords for a topic, there won't be data available for analysis. Set up your keywords first, then allow some time for data collection before running reports.
git clone https://github.com/XPOZpublic/xpoz-claude-code-plugins.git
cd xpoz-claude-code-plugins
./install.sh
# Create skills directory if it doesn't exist
mkdir -p ~/.claude/skills
# Copy the skill folders
cp -r skills/brand-snapshot ~/.claude/skills/
cp -r skills/brand-competition ~/.claude/skills/
cp -r skills/brand-influencers ~/.claude/skills/
cp -r skills/polymarket-analyzer ~/.claude/skills/
Add to your Claude Code MCP configuration (~/.claude.json):
{
"mcpServers": {
"xpoz-mcp": {
"url": "https://mcp.xpoz.ai/mcp",
"transport": "http-stream",
"headers": {
"Authorization": "Bearer YOUR_XPOZ_API_KEY"
}
}
}
}
Replace YOUR_XPOZ_API_KEY with the API key from xpoz.ai/settings.
# In Claude Code, check if skills are loaded
/skills
You should see:
brand-snapshotbrand-competitionbrand-influencerspolymarket-analyzerComprehensive single-brand analysis:
/brand-snapshot NVIDIA
Output includes:
Compare brand against competitors:
/brand-competition Tesla
Output includes:
Discover partnership opportunities:
/brand-influencers Apple
Output includes:
Analyze prediction market events with social intelligence:
/polymarket-analyzer https://polymarket.com/event/bitcoin-150k
Or search by keyword:
/polymarket-analyzer "FIFA World Cup winner"
Output includes:
Supports:
The skills automatically expand brand names to include ticker symbols:
| Brand | Expanded Query |
|---|---|
| NVIDIA | "NVIDIA" OR "$NVDA" |
| Tesla | "Tesla" OR "$TSLA" |
| Apple | "Apple" OR "$AAPL" |
| Microsoft | "Microsoft" OR "$MSFT" |
Default: Last 7 days. The skills use the current date to calculate the date range automatically.
This usually means XPOZ hasn't collected data for your keywords yet:
Ensure the XPOZ MCP server is configured in your Claude Code settings:
# Check MCP configuration
claude mcp list
The XPOZ API uses async operations. If a query times out:
| Tool | Purpose |
|---|---|
getTwitterPostsByKeywords | Fetch tweets matching brand/event query |
getTwitterUsersByKeywords | Fetch users discussing brand |
getRedditPostsByKeywords | Fetch Reddit posts matching query |
getInstagramPostsByKeywords | Fetch Instagram posts matching query |
countTweets | Count tweet volume for a keyword |
checkOperationStatus | Poll for async operation results |
See xpoz.ai for current pricing.
MIT License - see LICENSE for details.
Powered by XPOZ Social Intelligence - Real-time social media analysis for AI applications.
.claude-plugin/
marketplace.json
plugin.json
.gitignore
.mcp.json
.nojekyll
commands/
pr-status/
COMMAND.md
examples/
HP-snapshot-report.html
polymarket-fifa-world-cup-report.html
polymarket-gop-nominee-2028-report.html
polymarket-us-recession-report.html
Tesla-competition-report.html
Tesla-influencers-report.html
Tesla-snapshot-report.html
Xpoz-competition-report.html
index.html
install-skills.sh
install.sh
LICENSE
QUICKSTART.md
README.md
skills/
brand-competition/
SKILL.md
brand-influencers/
SKILL.md
brand-snapshot/
SKILL.md
polymarket-analyzer/
SKILL.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic