Agent skill · Content & Marketing

competitor-intel

Competitor intelligence system. Track competitors across Reddit, Twitter/X, and LinkedIn. Run one-time deep research to create competitor profiles, then automate daily/weekly monitoring with consolidated reports and actionable signals. Reports delivered as markdown files and via email.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill competitor-intel --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/competitor-intel/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

# Competitor Intelligence Automated competitor monitoring and intelligence gathering system. **Important:** Before running any competitor intel commands, ask the user which competitors they want to track. Do not assume or hardcode competitor names. ## Quick Start ### One-Time: Research a New Competitor ```bash # Create a new competitor profile (agent-driven research) python3 competitor-intel/scripts/setup_competitor.py --name "CompanyName" --website https://example.com --slug companyname ``` Then run an agent research session to populate the profile. ### Daily: Reddit + Twitter Monitoring ```bash # Run daily signals collection (automated via cron) python3 competitor-intel/scripts/run_daily.py # Or for a specific competitor python3 competitor-intel/scripts/run_daily.py --competitor <competitor-slug> ``` ### Weekly: Deep Dive + LinkedIn ```bash # Run weekly deep dive (Monday mornings) python3 competitor-intel/scripts/run_weekly.py ``` ### Generate Report ```bash # Generate daily or weekly report python3 competitor-intel/scripts/generate_report.py --type daily --date 2026-02-21 python3 competitor-intel/scripts/generate_report.py --type weekly --date 2026-02-21 ``` ## Data Structure -

What's inside
Steps it walks through
  1. Quick Start
  2. One-Time: Research a New Competitor
  3. Daily: Reddit + Twitter Monitoring
  4. Weekly: Deep Dive + LinkedIn
  5. Generate Report
  6. Data Structure
  7. Tracked Competitors
  8. Automation
  9. Dependencies
Ships with 1 file
  • metadata.json
Commands it runs
Create a new competitor profile (agent-driven research)
python3 competitor-intel/scripts/setup_competitor.py --name "CompanyName" --website https://example.com --slug companyname
Run daily signals collection (automated via cron)
python3 competitor-intel/scripts/run_daily.py
Or for a specific competitor
python3 competitor-intel/scripts/run_daily.py --competitor <competitor-slug>
Run weekly deep dive (Monday mornings)
python3 competitor-intel/scripts/run_weekly.py
Generate daily or weekly report
python3 competitor-intel/scripts/generate_report.py --type daily --date 2026-02-21
More from claude-skill-registry
All skills →
About this skill
What does the competitor-intel skill do?

Competitor intelligence system. Track competitors across Reddit, Twitter/X, and LinkedIn. Run one-time deep research to create competitor profiles, then automate daily/weekly monitoring with consolidated reports and actionable signals. Reports delivered as markdown files and via email.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill competitor-intel --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