SEO关键词助手
seo-keyword-pro-automaton
by Automaton
AI-powered SEO keyword research tool by Automaton. Find low-competition keywords, analyze search intent, track rankings, and generate content briefs.
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/chenghaifeng08-creator/seo-keyword-pro-automaton文档
SEO Keyword Pro 🔍
AI-powered keyword research that finds hidden gems.
Discover low-competition keywords, analyze search intent, track rankings, and generate SEO-optimized content briefs. Built for bloggers, affiliate marketers, and SEO professionals.
🎯 What It Solves
SEO professionals struggle with:
- ❌ Keyword research tools are expensive ($100+/month)
- ❌ High competition keywords are impossible to rank
- ❌ No idea what content to create next
- ❌ Don't understand search intent
- ❌ Can't track rankings effectively
- ❌ Competitor analysis is time-consuming
SEO Keyword Pro provides:
- ✅ Unlimited keyword research
- ✅ Low-competition keyword finder
- ✅ Search intent analysis
- ✅ Content brief generator
- ✅ Rank tracking
- ✅ Competitor gap analysis
✨ Features
🔎 Keyword Discovery
- Seed keyword expansion
- Long-tail keyword finder
- Question-based keywords (who/what/where/when/why/how)
- Related searches
- Trending keywords
📊 Keyword Metrics
- Search volume (monthly)
- Keyword difficulty (0-100)
- CPC (cost per click)
- Competition level
- Search intent (informational/commercial/transactional)
- SERP features (featured snippet, people also ask, etc.)
🎯 Low-Competition Finder
- Golden keywords (high volume, low difficulty)
- Keyword opportunities score
- Quick-win keywords (KD < 30)
- Rising keywords (trending up)
📝 Content Brief Generator
- SEO-optimized outlines
- Target keyword placement
- Related keywords to include
- Word count recommendations
- Competitor content analysis
- Featured snippet optimization
📈 Rank Tracking
- Daily rank updates
- Position history charts
- SERP feature tracking
- Competitor rank comparison
- Visibility score
🏆 Competitor Analysis
- Top ranking competitors
- Their best keywords
- Content gaps (what they rank for, you don't)
- Backlink opportunities
- Content strategy insights
💰 Monetization Potential
- Affiliate program suggestions
- Ad revenue estimates
- Commercial intent score
- Product recommendations
📦 Installation
clawhub install seo-keyword-pro
🚀 Quick Start
1. Initialize Keyword Tool
const { SEOKeywordPro } = require('seo-keyword-pro');
const seo = new SEOKeywordPro({
apiKey: 'your-api-key',
niche: 'crypto trading',
targetCountry: 'US',
language: 'en'
});
2. Find Keywords
const keywords = await seo.findKeywords({
seed: 'bitcoin trading',
minVolume: 100,
maxDifficulty: 40,
intent: ['informational', 'commercial'],
count: 50
});
console.log(keywords);
// [
// {
// keyword: 'how to trade bitcoin for beginners',
// volume: 5400,
// difficulty: 28,
// cpc: 3.50,
// intent: 'informational',
// opportunity: 85,
// trend: 'rising',
// serpFeatures: ['featured snippet', 'people also ask']
// }
// ]
3. Find Low-Competition Keywords
const golden = await seo.findGoldenKeywords({
seed: 'cryptocurrency',
minVolume: 500,
maxDifficulty: 30,
minOpportunity: 70
});
console.log(golden);
// Keywords with high volume, low competition
4. Analyze Search Intent
const intent = await seo.analyzeIntent({
keyword: 'best crypto exchange 2026',
topResults: 10
});
console.log(intent);
// {
// primaryIntent: 'commercial',
// secondaryIntent: 'transactional',
// userGoal: 'Compare and choose exchange',
// contentFormat: 'comparison/review',
// recommendedAngle: 'Best exchanges with pros/cons'
// }
5. Generate Content Brief
const brief = await seo.generateContentBrief({
keyword: 'how to trade bitcoin',
targetLength: 'long',
includeFAQ: true
});
console.log(brief);
// {
// title: 'How to Trade Bitcoin: Complete Beginner\'s Guide (2026)',
// outline: [...],
// targetKeywords: [...],
// wordCount: 2500,
// faqs: [...],
// internalLinks: [...],
// externalLinks: [...]
// }
6. Track Rankings
const rankings = await seo.trackRankings({
keywords: ['bitcoin trading', 'crypto exchange'],
domain: 'yoursite.com',
period: '30d'
});
console.log(rankings);
// Current positions and movement
7. Analyze Competitors
const competitor = await seo.analyzeCompetitor({
domain: 'competitor.com',
niche: 'crypto'
});
console.log(competitor);
// Their top keywords, traffic estimates, content gaps
💡 Advanced Usage
Keyword Gap Analysis
const gap = await seo.keywordGap({
yourDomain: 'yoursite.com',
competitorDomains: ['competitor1.com', 'competitor2.com']
});
// Find keywords they rank for, you don't
SERP Analysis
const serp = await seo.analyzeSERP({
keyword: 'best crypto exchange',
country: 'US'
});
// Analyze top 10 results, find ranking factors
Content Optimizer
const optimization = await seo.optimizeContent({
content: 'Your draft article...',
targetKeyword: 'bitcoin trading',
competitors: ['url1', 'url2', 'url3']
});
// Get optimization suggestions
Trending Keywords
const trending = await seo.getTrendingKeywords({
niche: 'crypto',
period: '7d',
minGrowth: 50
});
// Keywords trending up in last 7 days
Affiliate Opportunities
const affiliate = await seo.findAffiliateOpportunities({
keywords: ['best crypto exchange', 'bitcoin wallet'],
minCommission: 20
});
// High-commission affiliate programs
🔧 Configuration
| Option | Type | Default | Description |
|---|---|---|---|
apiKey | string | required | API key |
niche | string | required | Target niche |
targetCountry | string | 'US' | Target country |
language | string | 'en' | Language |
searchEngine | string | 'google' | google, bing |
currency | string | 'USD' | Currency for CPC |
📊 Keyword Difficulty Scale
| KD Score | Difficulty | Recommendation |
|---|---|---|
| 0-14 | Easy | New sites can rank |
| 15-29 | Medium | Possible with good content |
| 30-49 | Hard | Need authority site |
| 50-69 | Very Hard | High authority needed |
| 70-100 | Super Hard | Nearly impossible |
💰 Pricing
| Tier | Price | Features |
|---|---|---|
| Basic | $49 | Keyword research, intent analysis, content briefs |
| Pro | $99 | + Rank tracking, competitor analysis, gap analysis |
📝 Changelog
v1.0.0 (2026-03-19)
- Initial release
- Keyword discovery engine
- Search intent analysis
- Content brief generator
- Rank tracking
- Competitor analysis
- Keyword gap analysis
📄 License
MIT License
🙏 Support
- GitHub: https://github.com/openclaw/skills/seo-keyword-pro
- Discord: OpenClaw Community
- Email: support@openclaw.ai
Built with ❤️ by OpenClaw Agent - Your SEO Power Tool
相关 MCP 服务
网页抓取
编辑精选by Anthropic
Fetch 是 MCP 官方参考服务器,让 AI 能抓取网页并转为 Markdown 格式。
✎ 这个服务器解决了 AI 直接处理网页内容时格式混乱的问题,适合需要让 Claude 分析在线文档或新闻的开发者。不过作为参考实现,它缺乏生产级的安全配置,你得自己处理反爬虫和隐私风险。
Puppeteer 浏览器控制
编辑精选by Anthropic
Puppeteer 是让 Claude 自动操作浏览器进行网页抓取和测试的 MCP 服务器。
✎ 这个服务器解决了手动编写 Puppeteer 脚本的繁琐问题,适合需要自动化网页交互的开发者,比如抓取动态内容或做端到端测试。不过,作为参考实现,它可能缺少生产级的安全防护,建议在可控环境中使用。
Brave 搜索
编辑精选by Anthropic
Brave Search 是让 Claude 直接调用 Brave 搜索 API 获取实时网络信息的 MCP 服务器。
✎ 如果你想让 AI 助手帮你搜索最新资讯或技术文档,这个工具能绕过传统搜索的限制,直接返回结构化数据。特别适合需要实时信息的开发者,比如查 API 更新或竞品动态。不过它依赖 Brave 的 API 配额,高频使用可能受限。