ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Competitor Insights

Skill by fly3094

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/fly3094/competitor-insights
Or

name: competitor-monitor description: Monitor competitors automatically: track pricing changes, new features, marketing campaigns, and get AI-powered insights. Never miss competitive moves. author: fly3094 version: 1.0.0 tags: [competitor, monitoring, business-intelligence, pricing, alerts, ai] metadata: clawdbot: emoji: 👁️ requires: bins: - python3 - curl config: env: COMPETITORS_JSON: description: JSON file with competitor list required: false MONITOR_INTERVAL_HOURS: description: Hours between checks default: "24" required: false ALERT_METHOD: description: Alert method (email|telegram|slack) default: "email" required: false TRACK_PRICING: description: Track pricing changes default: "true" required: false TRACK_FEATURES: description: Track new features default: "true" required: false TRACK_MARKETING: description: Track marketing campaigns default: "true" required: false

Competitor Monitor 👁️

Automatically track your competitors' moves: pricing changes, new features, marketing campaigns, and get AI-powered competitive intelligence.

What It Does

  • 💰 Price Tracking: Monitor competitor pricing changes
  • 🚀 Feature Detection: Get alerted on new features
  • 📢 Marketing Intelligence: Track campaigns and messaging
  • 📊 Comparison Reports: Side-by-side competitor analysis
  • ⚠️ Smart Alerts: Get notified on important changes
  • 🤖 AI Insights: Understand competitive threats and opportunities

Installation

clawhub install competitor-monitor

Commands

Add Competitor

Add competitor: https://competitor.com
Name: Competitor Inc
Industry: SaaS

Start Monitoring

Start monitoring all competitors

Get Report

Generate competitor analysis report for last week

Price Comparison

Compare pricing across all competitors

Feature Tracker

Show new features launched by competitors this month

Market Insights

What are the key competitive trends in my market?

Configuration

Environment Variables

# Monitoring interval
export MONITOR_INTERVAL_HOURS="24"

# Alert method
export ALERT_METHOD="email"  # email|telegram|slack

# What to track
export TRACK_PRICING="true"
export TRACK_FEATURES="true"
export TRACK_MARKETING="true"

# Alert settings
export EMAIL_ADDRESS="[email protected]"
export TELEGRAM_BOT_TOKEN="your_bot_token"
export SLACK_WEBHOOK_URL="your_webhook_url"

Competitor List

Metadata

Author@fly3094
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-fly3094-competitor-insights": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.