keywords-everywhere
SEO keyword research and competitor analysis via Keywords Everywhere API. Use when you need to get search volume, CPC, competition data for keywords, find related keywords (PASF), analyze what keywords a domain/URL ranks for, or retrieve backlink data.
Why use this skill?
Automate SEO research, competitor analysis, and backlink tracking with the Keywords Everywhere integration for OpenClaw AI. Get actionable insights now.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sanky369/keywords-everywhereWhat This Skill Does
The Keywords Everywhere skill is an integrated SEO research agent that bridges the gap between raw search data and the OpenClaw AI ecosystem. By leveraging the Keywords Everywhere API, it provides programmatic access to critical search engine metrics, including monthly search volume, cost-per-click (CPC), competition scores, and historical trend analysis. Beyond simple keyword metrics, this tool enables complex competitor analysis by allowing you to extract ranking keywords for entire domains or specific URLs, and it provides deep insights into backlink profiles. Whether you are building an SEO content strategy, performing technical competitive research, or auditing your own search presence, this skill acts as your automated research assistant.
Installation
To begin using this skill, install it via the clawhub command:
clawhub install openclaw/skills/skills/sanky369/keywords-everywhere
Once installed, you must configure your API credentials. You can set them globally in the OpenClaw configuration file under skills.entries.keywords-everywhere.apiKey or, for temporary usage, set the environment variable: export KEYWORDS_EVERYWHERE_API_KEY="your_api_key". Ensure you have Python 3 installed on your host system, as the skill is executed via the kwe.py script.
Use Cases
This skill is designed for SEO specialists, digital marketers, and content creators. Typical use cases include:
- Gap Analysis: Discovering high-traffic keywords that your competitors rank for but you do not.
- Content Planning: Using the
relatedandpasf(People Also Search For) commands to expand blog topic clusters and identify user search intent. - Technical SEO: Auditing domain and page backlinks to identify link-building opportunities or toxicity.
- Performance Monitoring: Checking monthly search volumes for potential keywords to prioritize production schedules.
Example Prompts
- "Perform a competitor analysis on example.com. Find their top 50 keywords that have the highest organic traffic potential and export the results to a CSV file."
- "I'm writing a blog post about 'AI-driven productivity'. Can you find 15 related long-tail keywords and include their CPC and monthly search volume?"
- "Who is linking to my homepage? List the top 20 unique referring domains for example.com to help me understand my current backlink profile."
Tips & Limitations
The utility of this skill depends on your Keywords Everywhere plan; the Silver plan allows for up to 2,000 results per request, which is sufficient for most mid-sized audits. Always remember to specify the --country and --currency flags to ensure your data reflects your target market, as default global settings may skew results for localized businesses. If you encounter empty results, ensure your API key has sufficient credit balance by running the kwe credits command.
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-sanky369-keywords-everywhere": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution