Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you
- [experiment-tracker](./plugins/experiment-tracker)
- [feedback-synthesizer](./plugins/feedback-synthesizer)
- [trend-researcher](./plugins/trend-researcher)
- [xpoz-brand-intelligence](./plugins/xpoz-brand-intelligence) - Brand sentiment, competitive analysis, and influencer discovery using real-time Twitter/X data

### Design UX
- [brand-guardian](./plugins/brand-guardian)
Expand Down
13 changes: 13 additions & 0 deletions plugins/xpoz-brand-intelligence/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "xpoz-brand-intelligence",
"description": "Brand intelligence analysis using XPOZ MCP social data. Includes 3 skills: brand-snapshot (sentiment, narratives, SWOT), brand-competition (share of voice, competitive positioning), and brand-influencers (influencer discovery, partnership opportunities). Analyzes real-time Twitter/X data for actionable brand insights.",
"version": "1.0.0",
"author": {
"name": "XPOZ",
"url": "https://xpoz.ai"
},
"homepage": "https://github.com/XPOZpublic/xpoz-claude-code-plugins",
"repository": "https://github.com/XPOZpublic/xpoz-claude-code-plugins",
"license": "MIT",
"keywords": ["brand", "sentiment", "social", "twitter", "influencers", "analytics", "mcp"]
}
32 changes: 32 additions & 0 deletions plugins/xpoz-brand-intelligence/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# XPOZ Brand Intelligence

Brand intelligence analysis plugin using XPOZ MCP social data.

## Installation

```bash
# Add the XPOZ marketplace
/plugin marketplace add XPOZpublic/xpoz-claude-code-plugins

# Install the plugin
/plugin install xpoz-brand-intelligence@xpoz-marketplace
```

## Skills Included

| 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 |

## Requirements

- XPOZ MCP account (free tier available at [xpoz.ai](https://xpoz.ai))
- API key configured in Claude Code

## Links

- **Repository**: https://github.com/XPOZpublic/xpoz-claude-code-plugins
- **Live Examples**: https://xpozpublic.github.io/xpoz-claude-code-plugins/
- **XPOZ Platform**: https://xpoz.ai