From 7d5ddffc3463f29d65ddbac7338bc98d64b55bc5 Mon Sep 17 00:00:00 2001 From: Ofer Weintraub Date: Thu, 15 Jan 2026 17:43:59 +0200 Subject: [PATCH] Add XPOZ Brand Intelligence plugin Brand intelligence analysis plugin using XPOZ MCP social data: - brand-snapshot: Sentiment, narratives, SWOT analysis - brand-competition: Share of voice, competitive positioning - brand-influencers: Influencer discovery, partnership opportunities Install via: /plugin marketplace add XPOZpublic/xpoz-claude-code-plugins /plugin install xpoz-brand-intelligence@xpoz-marketplace Homepage: https://github.com/XPOZpublic/xpoz-claude-code-plugins --- README.md | 1 + .../.claude-plugin/plugin.json | 13 ++++++++ plugins/xpoz-brand-intelligence/README.md | 32 +++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 plugins/xpoz-brand-intelligence/.claude-plugin/plugin.json create mode 100644 plugins/xpoz-brand-intelligence/README.md 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