nirholas/xactions

competitor-intelligence

Analyzes competitor X/Twitter accounts including profile, content strategy, audience, engagement patterns, and network.

First seen Feb 28, 2026

Installation

$ npx skills add nirholas/xactions --skill competitor-intelligence

Summary

  • Analyzes competitor X/Twitter accounts including profile, content strategy, audience, engagement patterns, and network.
  • Combines MCP tools and browser scripts for comprehensive competitive analysis.
  • Use when comparing accounts, researching competitors, or benchmarking social performance.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nirholas/xactions · top by installs.

npx skills add nirholas/xactions

Browse all from nirholas/xactions

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 510
License LICENSE
Default branch main
Open issues 9
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version4.0
LicenseApache-2.0
More metadata
author
nichxbt
version
4.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,611 B
  • docs SUMMARY.md 319 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 15 installs

SKILL.md

Competitor Intelligence

MCP-powered workflow plus browser scripts for analyzing competitor X/Twitter accounts.

MCP Tools

Tool Purpose
xgetprofile Bio, follower/following counts, verified status
xgettweets Recent posts with engagement metrics
xgetfollowers Follower list with bios
xgetfollowing Following list for network analysis
xsearchtweets Find mentions and replies
xcompetitoranalysis Automated comparison

Browser Scripts

Goal Script
Side-by-side competitor comparison src/competitorAnalysis.js
Compare audience overlap src/audienceOverlap.js
Analyze their audience demographics src/audienceDemographics.js
Find their viral tweets src/viralTweetDetector.js
Benchmark your engagement src/tweetPerformance.js
Track their trending topics src/trendingTopicMonitor.js

Analysis Workflow

  1. Collect profile -- xgetprofile for target username
  2. Pull tweets -- xgettweets with limit: 50, note frequency and themes
  3. Calculate engagement -- Per-tweet rate: (likes + RTs + replies) / followers
  4. Categorize content -- Original vs reply vs retweet vs thread
  5. Audit audience -- xgetfollowers with limit: 100, scan bios
  6. Map network -- xgetfollowing for mutual connections and influencer relationships
  7. Find overlap -- src/audienceOverlap.js to compare your followers with theirs

Output Template

## Competitor Report: @{username}

### Profile
- Followers: {n} | Following: {n} | Ratio: {r}
- Verified: {yes/no} | Joined: {date}

### Content Strategy
- Posts/week: {n} | Top topics: {t1}, {t2}, {t3}
- Peak posting: {day} at {hour}
- Avg engagement rate: {rate}%

### Audience
- Common industries: {list}
- Follower size distribution: {breakdown}

### Network
- Notable follows: {list}
- Audience overlap with you: {percentage}%

Tips

  • Run competitor analysis quarterly for trends
  • Use src/audienceOverlap.js to find collaboration opportunities
  • Track competitors' viral content for content inspiration
  • Mirror successful content formats, not exact content