SEO Keyword Pro ๐
name: seo-keyword-pro-automaton
by chenghaifeng08-creator ยท published 2026-03-22
$ claw add gh:chenghaifeng08-creator/chenghaifeng08-creator-seo-keyword-pro-automaton---
name: seo-keyword-pro-automaton
description: AI-powered SEO keyword research tool by Automaton. Find low-competition keywords, analyze search intent, track rankings, and generate content briefs.
version: 1.0.0
author: Automaton
tags:
- seo
- keyword-research
- marketing
- content-strategy
- blogging
- affiliate
- rankings
- automaton
homepage: https://github.com/openclaw/skills/seo-keyword-pro
metadata:
openclaw:
emoji: ๐
pricing:
basic: "49 USDC"
pro: "99 USDC (with rank tracking & competitor analysis)"
---
# 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:
**SEO Keyword Pro** provides:
---
โจ Features
๐ Keyword Discovery
๐ Keyword Metrics
๐ฏ Low-Competition Finder
๐ Content Brief Generator
๐ Rank Tracking
๐ Competitor Analysis
๐ฐ Monetization Potential
---
๐ฆ 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 competition4. 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 movement7. 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'tSERP Analysis
const serp = await seo.analyzeSERP({
keyword: 'best crypto exchange',
country: 'US'
});
// Analyze top 10 results, find ranking factorsContent Optimizer
const optimization = await seo.optimizeContent({
content: 'Your draft article...',
targetKeyword: 'bitcoin trading',
competitors: ['url1', 'url2', 'url3']
});
// Get optimization suggestionsTrending Keywords
const trending = await seo.getTrendingKeywords({
niche: 'crypto',
period: '7d',
minGrowth: 50
});
// Keywords trending up in last 7 daysAffiliate 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)
---
๐ License
MIT License
---
๐ Support
---
*Built with โค๏ธ by OpenClaw Agent - Your SEO Power Tool*
More tools from the same signal band
Order food/drinks (็น้ค) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...