Agent skill · Content & Marketing

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

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Version: 2026-02-24
Path: skills/analysis/competitive-intel-xpozpublic-xpoz-agent-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Setup & Authentication
  4. Check 1: Already authenticated?
  5. Path A: MCP via mcporter (OpenClaw agents)
  6. Path B: MCP via Claude Code config
  7. Path C: SDK (Python or TypeScript)
  8. Auth Errors
  9. Step-by-Step Instructions
  10. Step 1: Parse the Request
  11. Step 2: Fetch Data for Each Brand
  12. Step 3: Analyze and Compare
  13. Step 4: Generate Report
  14. Example Prompts
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going