๐Ÿ” Competitor Analyzer

Enterprise Tier Automated competitive intelligence โ€” on-demand analysis and nightly monitoring, inside your Hermes agent.

โšก Two modes of operation:

What It Does

On-Demand Analysis

When you ask any competitive intelligence question, Hermes loads the competitor-analyzer skill and researches 7 axes in parallel:

Research AxisWhat It Extracts
๐Ÿ’ฐ Pricing PagesPlan names, per-plan prices (monthly/annual), limits, free tier detection, annual discounts, hidden fees
๐Ÿ”ง Feature PagesCore features, integrations, deployment options, security certifications (SOC2, HIPAA), API capabilities
๐Ÿ“‹ ChangelogsNew feature launches, price changes, deprecation notices, beta programs (last 90 days)
๐Ÿ“ฐ News & FundingFunding rounds, acquisitions, leadership changes, partnership announcements
โญ Review SitesG2/Capterra ratings, common praise themes, complaint themes, rating trends
๐Ÿข Hiring PatternsNew job postings, role categories, strategic hiring signals
๐Ÿ™ GitHub ActivityStar count, commit frequency, issue velocity, contributor growth (OSS competitors only)

The Report You Get

SectionWhat's in it
๐Ÿ“Š Executive Summary2-3 sentence landscape overview with key takeaway
๐Ÿ’ฐ Pricing ComparisonSide-by-side table: all tiers, free trials, annual discounts, hidden fees
๐Ÿ”ง Feature Matrixโœ…/โŒ/โš ๏ธ comparison across all competitors and your own product
๐Ÿ“‹ Recent MovesFunding, launches, price changes, acquisitions โ€” last 90 days with impact ratings
๐ŸŽฏ Market PositioningEach competitor's stated positioning mapped to reality
โš ๏ธ Threats & OpportunitiesEvidence-backed, action-oriented analysis
โœ… Recommended ActionsRanked by priority with rationale

Nightly Monitoring

The skill runs on a cron schedule (default: 2:00 AM UTC). It checks your competitor list every night and alerts you to changes.

Change Detection Rules

PriorityTrigger
๐Ÿ”ด HIGHPrice change >10%, new competitive tier launched, competitor funding round or acquisition
๐ŸŸก MEDIUMFeature parity gap widening, new competitor entrant, negative review surge
๐Ÿ”ต LOWContent updates, minor pricing adjustments (<10%), blog posts
โšช NONENo changes โ€” delivers one sentence: "No changes detected." No spam.

Setup

1. Create Your Competitor List

Create a file at ~/Consultancy_AI/reports/competitor/competitor-urls.txt:

# Competitor monitoring targets
# Pricing pages
https://competitor-a.com/pricing
https://competitor-b.com/pricing

# Changelogs / What's new
https://competitor-a.com/changelog
https://competitor-b.com/blog

2. Schedule the Nightly Cron Job

hermes cron create \
  "0 2 * * *" \
  --name "nightly-competitor-monitor" \
  --skill "competitor-analyzer" \
  --prompt "Run MODE 2 nightly monitoring. Check all URLs for changes." \
  --workdir "$HOME/Consultancy_AI"

3. (Optional) Weekly Digest

hermes cron create \
  "0 9 * * 1" \
  --name "weekly-competitor-digest" \
  --skill "competitor-analyzer" \
  --prompt "Generate weekly competitor intelligence digest. Deliver a 5-bullet summary." \
  --workdir "$HOME/Consultancy_AI"

Example Prompts

Just ask naturally โ€” the skill auto-loads when it detects competitive intelligence questions:

Requirements

Enable these toolsets in Hermes before first use:

hermes tools enable web
hermes tools enable browser
hermes tools enable terminal
hermes tools enable file
โš ๏ธ Browser tools are essential. Most modern SaaS pricing pages (Stripe, Notion, Linear, etc.) are JavaScript-rendered and won't return data without browser automation. The browser toolset handles these.
๐Ÿ”’ Cloudflare/Cloudfront protection. Some enterprise sites (OpenAI, Anthropic) block automated browsers. The skill handles this gracefully: it falls back to web_search for third-party pricing data and flags blocked pages in the report. No data fabrication.

Production Test Results

โœ… PRODUCTION-READY โ€” Tested 2026-05-11 on real competitors

TestResult
Real pricing extraction (GitHub Copilot)โœ… 5 tiers extracted live
Real GitHub stats (OpenAI Codex)โœ… 81.8k stars, 6,350 commits
Real changelog (Claude Code docs)โœ… 40+ version history
Cloudflare bot detectionโœ… Correctly identified + documented fallback
Blocked pages (claude.ai, openai.com)โœ… Properly flagged with workaround
Report format verificationโœ… 16/16 checks passed
Setup mode (directory + URLs file)โœ… Created in one step
Nightly monitoring (first run)โœ… Baseline generated correctly

What This Replaces

๐Ÿ’ก Most consultancies charge โ‚ฌ1,500โ€“3,000 for a single competitive landscape analysis. That's a one-time snapshot, obsolete within weeks. The Competitor Analyzer produces updated intelligence every day, automatically, for the life of your engagement. At โ‚ฌ3,500 for the Enterprise tier, this skill alone pays for itself within two months compared to outsourcing competitive research.

Enterprise Exclusive โ€” Hermes Consultancy

Skill version 2.0.0 ยท 567 lines ยท 16 pitfalls ยท 15 triggers ยท 6 data source types