An automated market intelligence tool that identifies top competitors using a three-tier fallback strategy including search APIs and AI models.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install competitor-finder-adarsh
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-finder-adarsh 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 Finder Skill is a specialized data collector designed to populate marketing audit pipelines with high-accuracy competitive landscape data. By integrating multiple search layers, this skill ensures that developers and marketers can consistently identify 3-5 primary competitors for any brand. As a key component of Openclaw Skills, it provides a structured approach to market analysis, delivering competitor names, domains, and strategic justifications for why they are considered rivals.
This skill is built for resilience, utilizing a tiered architecture that prioritizes real-world search data before falling back to sophisticated SEO databases and minimal AI prompts. It handles the complexities of result filtering, domain normalization, and deduplication, ensuring that the output is clean, actionable, and ready for further analysis by downstream AI agents.
To use this collector within Openclaw Skills, you must configure the following environment variables for the respective API providers:
# Required for Primary Search
export SERPAPI_KEY="your_serpapi_key"
# Required for SEO Data Fallback
export DATAFORSEO_LOGIN="your_login"
export DATAFORSEO_PASSWORD="your_password"
# Required for AI Fallback
export OPENAI_API_KEY="your_openai_key"
Ensure your project includes the necessary collector files and import the function into your workflow:
import { collectCompetitors } from '../collectors/competitorCollector';
The skill returns a strictly typed JSON object. If all methods fail, it returns an empty array with an error flag to prevent pipeline crashes.
| Property | Type | Description |
|---|---|---|
competitors |
Array<CompetitorEntry> |
A list of 3-5 competitor objects |
error |
string |
Optional error message if data collection fails |
name: The common brand name of the competitor.website: The normalized root domain (e.g., example.com).reason: A brief explanation of the competitive relationship (optional).Loading
A comprehensive set of Python coding standards and automated checks designed to ensure high-quality, idiomatic, and maintainable code.

A local-first security scanner designed to detect malicious patterns and vulnerabilities in AI agent skills before they are installed.

A local-first security scanner designed to detect malicious patterns and vulnerabilities in AI agent skills before installation.

A terminal-based AI email engine for designing, sending, and managing marketing campaigns and contact segments.

A multi-tier data collector that identifies direct market competitors for any brand using real-time search results and intelligent AI fallback logic.

A specialized collector for extracting and analyzing Instagram profile metrics, engagement rates, and posting frequency via Apify integration.








































