Enterprise Tier Automated competitive intelligence โ on-demand analysis and nightly monitoring, inside your Hermes agent.
When you ask any competitive intelligence question, Hermes loads the competitor-analyzer skill and researches 7 axes in parallel:
| Research Axis | What It Extracts |
|---|---|
| ๐ฐ Pricing Pages | Plan names, per-plan prices (monthly/annual), limits, free tier detection, annual discounts, hidden fees |
| ๐ง Feature Pages | Core features, integrations, deployment options, security certifications (SOC2, HIPAA), API capabilities |
| ๐ Changelogs | New feature launches, price changes, deprecation notices, beta programs (last 90 days) |
| ๐ฐ News & Funding | Funding rounds, acquisitions, leadership changes, partnership announcements |
| โญ Review Sites | G2/Capterra ratings, common praise themes, complaint themes, rating trends |
| ๐ข Hiring Patterns | New job postings, role categories, strategic hiring signals |
| ๐ GitHub Activity | Star count, commit frequency, issue velocity, contributor growth (OSS competitors only) |
| Section | What's in it |
|---|---|
| ๐ Executive Summary | 2-3 sentence landscape overview with key takeaway |
| ๐ฐ Pricing Comparison | Side-by-side table: all tiers, free trials, annual discounts, hidden fees |
| ๐ง Feature Matrix | โ /โ/โ ๏ธ comparison across all competitors and your own product |
| ๐ Recent Moves | Funding, launches, price changes, acquisitions โ last 90 days with impact ratings |
| ๐ฏ Market Positioning | Each competitor's stated positioning mapped to reality |
| โ ๏ธ Threats & Opportunities | Evidence-backed, action-oriented analysis |
| โ Recommended Actions | Ranked by priority with rationale |
The skill runs on a cron schedule (default: 2:00 AM UTC). It checks your competitor list every night and alerts you to changes.
| Priority | Trigger |
|---|---|
| ๐ด HIGH | Price change >10%, new competitive tier launched, competitor funding round or acquisition |
| ๐ก MEDIUM | Feature parity gap widening, new competitor entrant, negative review surge |
| ๐ต LOW | Content updates, minor pricing adjustments (<10%), blog posts |
| โช NONE | No changes โ delivers one sentence: "No changes detected." No spam. |
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
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"
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"
Just ask naturally โ the skill auto-loads when it detects competitive intelligence questions:
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 toolset handles these.
โ PRODUCTION-READY โ Tested 2026-05-11 on real competitors
| Test | Result |
|---|---|
| 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 |
Enterprise Exclusive โ Hermes Consultancy
Skill version 2.0.0 ยท 567 lines ยท 16 pitfalls ยท 15 triggers ยท 6 data source types