competitive-intel
Compare brands and products across social media — share of voice, sentiment, positioning, and audience overlap using Xpoz. Use when asked to "compare brands", "competitive analysis", "share of voice", "brand vs brand", or "competitive intelligence".
npx skills add majiayu000/claude-skill-registry --skill competitive-intel-xpozpublic-xpoz-agent-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Competitive Intelligence ## Overview Compare multiple brands or products side by side across Twitter/X, Reddit, and Instagram. Measure share of voice, compare sentiment, identify positioning differences, and discover competitive advantages from real social conversations. ## When to Use Activate when the user asks: - "Compare [BRAND A] vs [BRAND B] on social media" - "Share of voice: [BRAND] vs competitors" - "Competitive analysis for [PRODUCT]" - "How does [BRAND A] sentiment compare to [BRAND B]?" - "What are people saying about [BRAND] vs [COMPETITOR]?" ## Setup & Authentication Before fetching data, ensure Xpoz access is configured. Follow these checks in order. ### Check 1: Already authenticated? **If you have MCP tools**, try calling any Xpoz tool (e.g., `checkAccessKeyStatus`). If it works → skip to Step 1. **If you have the SDK**, try: ```python from xpoz import XpozClient client = XpozClient() # reads XPOZ_API_KEY env var ``` If this succeeds without error → skip to Step 1. If neither works, you need to authenticate. Choose the path that fits your environment: --- ### Path A: MCP via mcporter (OpenClaw agents) If `mcporter` is available: ```bash mcporter call xpoz.checkAc
- Overview
- When to Use
- Setup & Authentication
- Check 1: Already authenticated?
- Path A: MCP via mcporter (OpenClaw agents)
- Path B: MCP via Claude Code config
- Path C: SDK (Python or TypeScript)
- Auth Errors
- Step-by-Step Instructions
- Step 1: Parse the Request
- Step 2: Fetch Data for Each Brand
- Step 3: Analyze and Compare
- Step 4: Generate Report
- Example Prompts
mcporter call xpoz.checkAccessKeyStatus mcporter config add xpoz https://mcp.xpoz.ai/mcp --auth oauth pip install xpoz npm install @xpoz/xpoz export XPOZ_API_KEY=THE_KEY_FROM_USER
What does the competitive-intel skill do?
Compare brands and products across social media — share of voice, sentiment, positioning, and audience overlap using Xpoz. Use when asked to "compare brands", "competitive analysis", "share of voice", "brand vs brand", or "competitive intelligence".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill competitive-intel-xpozpublic-xpoz-agent-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
