Competitor Insights
Skill by fly3094
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/fly3094/competitor-insightsname: 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-fly3094-competitor-insights": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
rss-to-social
Automatically monitor RSS feeds and post to social media. Schedule content, generate posts with AI, and publish to Twitter/LinkedIn.
social-media-automator
Automatically generate social media posts from articles. Supports Twitter, LinkedIn, and more. Perfect for content repurposing.
social-media-automator
Automatically generate social media posts from articles. Supports Twitter, LinkedIn, and more. Perfect for content repurposing.
seo-content-pro
Advanced SEO content creation with multi-language support, content refresh, SEO scoring, and competitor analysis. Perfect for content creators and agencies.
Email Automation
Skill by fly3094