Agent skill
competitor-intelligence
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.
Install this agent skill to your Project
npx add-skill https://github.com/nirholas/XActions/tree/main/skills/competitor-intelligence
Metadata
Additional technical details for this skill
- author
- nichxbt
- version
- 4.0
SKILL.md
Competitor Intelligence
MCP-powered workflow plus browser scripts for analyzing competitor X/Twitter accounts.
MCP Tools
| Tool | Purpose |
|---|---|
x_get_profile |
Bio, follower/following counts, verified status |
x_get_tweets |
Recent posts with engagement metrics |
x_get_followers |
Follower list with bios |
x_get_following |
Following list for network analysis |
x_search_tweets |
Find mentions and replies |
x_competitor_analysis |
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
- Collect profile --
x_get_profilefor target username - Pull tweets --
x_get_tweetswithlimit: 50, note frequency and themes - Calculate engagement -- Per-tweet rate:
(likes + RTs + replies) / followers - Categorize content -- Original vs reply vs retweet vs thread
- Audit audience --
x_get_followerswithlimit: 100, scan bios - Map network --
x_get_followingfor mutual connections and influencer relationships - Find overlap --
src/audienceOverlap.jsto 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.jsto find collaboration opportunities - Track competitors' viral content for content inspiration
- Mirror successful content formats, not exact content
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
articles-longform
Compose, preview, publish, and manage long-form Articles on X/Twitter. Premium+ feature. Includes article creation, formatting, media insertion, and performance tracking. Use when users want to write, publish, manage, or analyze X Articles.
x-pro-management
Navigate to X Pro (TweetDeck), set up monitoring columns, and manage multi-column view. Use when users want to use X Pro / TweetDeck features or set up a multi-column dashboard.
business-ads
Manages X/Twitter business intelligence including brand monitoring, audience insights, competitor analysis, tweet A/B testing, auto-plug replies for promotion, and content performance optimization. Use when users want brand monitoring, audience analysis, competitor comparison, or promotion optimization on X.
engagement-interaction
Automates X/Twitter engagement actions — like, unlike, reply, bookmark, hide replies, and auto-like by keyword. Also bulk-unlikes all posts. Use when users want to automate likes, send replies, manage bookmarks on tweets, hide replies, or clear their entire likes history.
unfollow-management
Mass unfollow on X/Twitter via browser console scripts. Unfollows everyone, only non-followers, non-followers with username logging, smart time-based unfollow with whitelists, and follow/following ratio management. Use when cleaning up a following list, removing non-followers, bulk unfollowing accounts, or optimizing your follow ratio.
follower-monitoring
Monitors X/Twitter follower changes using browser console scripts. Detects who unfollowed, tracks new followers with welcome messages, monitors any public account, runs continuous monitoring with alerts, tracks follower growth over time, and analyzes follower demographics. Use when tracking follower changes, detecting unfollowers, or monitoring Twitter accounts.
Didn't find tool you were looking for?