diff --git a/README.md b/README.md index e4de615..4069512 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/plugins/xpoz-brand-intelligence/.claude-plugin/plugin.json b/plugins/xpoz-brand-intelligence/.claude-plugin/plugin.json new file mode 100644 index 0000000..cf6bac6 --- /dev/null +++ b/plugins/xpoz-brand-intelligence/.claude-plugin/plugin.json @@ -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"] +} diff --git a/plugins/xpoz-brand-intelligence/README.md b/plugins/xpoz-brand-intelligence/README.md new file mode 100644 index 0000000..1200cbd --- /dev/null +++ b/plugins/xpoz-brand-intelligence/README.md @@ -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