An automated monitoring system that tracks competitor price changes, content updates, and SEO rankings to provide actionable market intelligence.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install competitor-spy-tool
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install competitor-spy-tool using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Competitor Spy Tool is a comprehensive automation solution designed for high-performance teams using Openclaw Skills. It streamlines the labor-intensive process of manual competitor research by systematically scanning domains for pricing adjustments, new blog posts, and shifts in search engine visibility. By integrating with powerful tools like SerpAPI and Slack, it transforms raw web data into real-time alerts and historical trends.
This tool empowers SaaS founders and e-commerce managers to maintain a competitive edge without the overhead of manual tracking. Leveraging Openclaw Skills for competitive intelligence ensures that your strategy is always informed by the latest market movements and content gaps. It is built to respect server loads and legal boundaries while providing a deep, data-driven look into your rivals' digital strategies.
First, set the required environment variables for API authentication:
export COMPETITOR_DOMAINS="competitor1.com,competitor2.com"
export SERP_API_KEY="your_serpapi_key_here"
export SLACK_WEBHOOK_URL="your_slack_webhook_url"
export GOOGLE_SHEETS_API_KEY="your_google_api_key"
export GOOGLE_SHEET_ID="your_sheet_id"
Next, create a configuration file to define specific targets:
cat > competitor_config.json << EOF
{
"competitors": [
{
"name": "Competitor A",
"domain": "competitor-a.com",
"pricing_page": "/pricing",
"keywords": ["ai marketing", "automation"]
}
],
"check_frequency": "daily"
}
EOF
Finally, initialize your Google Sheet by granting editor access to your service account email to enable historical data logging via Openclaw Skills.
The skill organizes intelligence using a structured metadata approach to ensure data is actionable and easy to analyze:
| Component | Data Captured | Storage Destination |
|---|---|---|
| Pricing | Old Value, New Value, % Change, Timestamp | Google Sheets / CSV |
| Content | Title, URL, Category (Blog/News), Date | Slack / Sheets |
| SEO | Keyword, Position, Change (+/-), Traffic Est. | Google Sheets |
| Visuals | HTML Snapshots, Page Screenshots | Local Storage |
| Metadata | Check Frequency, Alert Thresholds, Tiering | config.json |
Loading
An AI-powered alert management framework that identifies, deduplicates, and routes signals to optimize system operations.

An automated workflow for generating comprehensive Chinese research reports from academic PDF documents using OCR and large language models.

A comprehensive technical framework for designing, optimizing, and securing high-performance LLM prompts and agentic workflows.

Generate and send high-quality Chinese AI voice messages across Feishu, Telegram, and Discord using Microsoft edge-tts.

A versatile document conversion skill that leverages Pandoc to transform files between dozens of formats including PDF, HTML, Word, and EPUB.

A specialized tool for analyzing and refactoring Python project structures to align with modern industry best practices.








































