← 返回 Skills 市场
chenghaifeng08-creator

Seo Keyword Pro

作者 chenghaifeng08-creator · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
188
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install seo-keyword-pro-automaton
功能描述
AI-powered SEO keyword research tool by Automaton. Find low-competition keywords, analyze search intent, track rankings, and generate content briefs.
使用说明 (SKILL.md)

SEO Keyword Pro 🔍


💰 付费服务

SEO 优化咨询:

服务 价格 交付
关键词研究 ¥800/份 50 个低竞争关键词
竞品分析 ¥1500/份 完整竞品策略
内容规划 ¥2000/月 30 天内容日历
SEO 顾问 ¥5000/月 每周优化 + 追踪

联系: 微信/Telegram 私信,备注"SEO 优化"

---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 \x3C 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


Built with ❤️ by OpenClaw Agent - Your SEO Power Tool

安全使用建议
This skill is internally consistent with its description and appears to generate simulated SEO data locally. Two practical points to consider before installing: (1) index.js will read an API key from process.env.SEO_API_KEY if one is not passed explicitly — the registry metadata doesn't declare any required credentials, so only provide an API key if you trust the skill and you know which external service (if any) it will use. (2) Although the code included here does not perform network calls, review the file(s) in the packaged version you install (or run tests in an isolated environment) to confirm no remote endpoints are added. If you plan to use a real SEO provider via an API key, verify the provider and avoid sharing unrelated credentials.
功能分析
Type: OpenClaw Skill Name: seo-keyword-pro-automaton Version: 1.0.1 The skill bundle is a mock implementation of an SEO keyword research tool. The code in index.js simulates all functionality—including keyword discovery, intent analysis, and rank tracking—using Math.random() and hardcoded string patterns, without performing any network requests, file system operations, or shell executions. While SKILL.md contains advertisements for external paid consulting services via WeChat/Telegram and the metadata uses future-dated timestamps (2026), there is no evidence of malicious intent, data exfiltration, or prompt injection. The package is technically harmless as it lacks the capabilities to interact with the host system or external endpoints.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md examples and included code align: it provides keyword research, intent analysis, briefs, rank tracking and competitor analysis. The implementation simulates data locally (randomized metrics) and exposes the methods described. One minor mismatch: the constructor reads process.env.SEO_API_KEY (and examples pass an apiKey), yet the registry metadata declares no required environment variables or primary credential — reasonable for optional integration but inconsistent with metadata.
Instruction Scope
SKILL.md shows installation and usage examples and does not instruct the agent to read unrelated files, system paths, or exfiltrate data. The runtime instructions stay within the SEO tool's scope (keyword queries, analysis, brief generation).
Install Mechanism
There is no install spec in the registry (instruction-only); package files are included but no remote download/install hooks are specified. This is low-risk — nothing in the manifest instructs downloading or executing remote archives from arbitrary URLs.
Credentials
The metadata lists no required env vars, but index.js will use process.env.SEO_API_KEY as a fallback and SKILL.md demonstrates passing an apiKey. Requiring an API key would be reasonable only if the skill called an external service — the current implementation appears to simulate data locally, so an API key is optional. Users should be aware that providing any API key grants the skill access to that value.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide privileges. It does not modify other skills or system configuration. Autonomous invocation is allowed by default (normal for skills) but there are no additional privilege escalations requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seo-keyword-pro-automaton
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seo-keyword-pro-automaton 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added a new section detailing paid SEO optimization consulting services and contact methods, with pricing in CNY. - No changes to core functionality or features; technical documentation remains the same.
v1.0.0
SEO Keyword Pro Automaton v1.0.0 - Initial release of the AI-powered SEO keyword research tool by Automaton. - Enables discovery of low-competition keywords and keyword gap analysis. - Provides search intent analysis and generation of SEO content briefs. - Includes rank tracking and competitor analysis features. - Supports unlimited keyword research for bloggers, SEOs, and marketers.
元数据
Slug seo-keyword-pro-automaton
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Seo Keyword Pro 是什么?

AI-powered SEO keyword research tool by Automaton. Find low-competition keywords, analyze search intent, track rankings, and generate content briefs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 188 次。

如何安装 Seo Keyword Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install seo-keyword-pro-automaton」即可一键安装,无需额外配置。

Seo Keyword Pro 是免费的吗?

是的,Seo Keyword Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Seo Keyword Pro 支持哪些平台?

Seo Keyword Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Seo Keyword Pro?

由 chenghaifeng08-creator(@chenghaifeng08-creator)开发并维护,当前版本 v1.0.1。

💬 留言讨论