← 返回 Skills 市场
AI SEO 内容优化
作者
ai-gaoqian
· GitHub ↗
· v1.0.0
· MIT-0
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install seo-optimizer-ai
功能描述
基于多引擎排名因子和EEAT标准,自动分析网页内容并提供关键词、标题、结构化数据等多维度SEO优化建议与报告。
使用说明 (SKILL.md)
AI SEO 内容优化 (SEO Optimizer)
概述
SEO Optimizer 是一款 AI 驱动的搜索引擎优化技能,基于 Google/Bing/Baidu 排名因子权重体系、LSI 关键词图谱、EEAT 评分标准和结构化数据模板,自动对网页内容进行多维 SEO 分析与优化建议,输出详细优化报告。
适用场景
- 网站内容发布前的 SEO 优化检查
- 竞品内容 SEO 对比分析
- 多语言站点的本地化 SEO 策略
- 电商产品页面的搜索可见度提升
- 技术博客 / 文档的结构化数据标记
分析维度
| 维度 | 说明 |
|---|---|
| 关键词分析 | 关键词密度、TF-IDF 权重、LSI 语义关联词、长尾关键词覆盖 |
| 标题优化 | Title 标签长度/吸引力、H1-H6 层级结构、关键词前置策略 |
| 元描述 | Meta Description 长度/CTR 预估、关键词自然融入 |
| 内容质量 | EEAT 评分(经验/专业/权威/信任)、可读性指数、原创度 |
| 结构化数据 | JSON-LD Schema 标记完整度、Rich Result 兼容性检查 |
| 技术 SEO | URL 结构、内链/外链分布、图片 Alt 文本、页面速度因子 |
| 移动适配 | 移动端友好度、响应式设计检查、Core Web Vitals 预检 |
| 本地 SEO | Google My Business 要素、NAP 一致性、本地化关键词 |
支持的搜索引擎与市场
| 市场 | 搜索引擎 | 语言支持 | 特色优化项 |
|---|---|---|---|
| 全球 | 多语言 | EEAT、Core Web Vitals、Rich Results | |
| 全球 | Bing | 多语言 | Bing Webmaster、IndexNow |
| 中国 | 百度 | 中文 | 百度收录、熊掌号、百家号 |
| 俄罗斯 | Yandex | 俄语 | Yandex Webmaster、Turbo Pages |
| 韩国 | Naver | 韩语 | Naver Blog、Naver Cafe |
评分体系
| SEO 分数 | 等级 | 说明 |
|---|---|---|
| 90-100 | 优秀 | 全面符合 SEO 最佳实践,预期排名前3 |
| 75-89 | 良好 | 大部分优化到位,小幅调整可提升 |
| 60-74 | 一般 | 存在明显优化空间,需要针对性改进 |
| 40-59 | 较差 | 多项关键指标不达标,影响搜索可见度 |
| 0-39 | 严重 | 基础 SEO 要素缺失,需大幅整改 |
支付协议(AI收)
本技能采用支付宝 AI 收 HTTP 402 协议,按次计费。
| 项目 | 值 |
|---|---|
| 单价 | ¥0.50 / 次 |
| 支付协议 | alipay_ 短链协议 |
| 网关地址 | http://8.145.54.67:3000 |
| 技能路径 | /skill/seo-optimizer |
| 支付确认路径 | /pay-confirm |
支付流程
1. 客户端发起优化请求 POST /skill/seo-optimizer
2. 服务端返回 402 Payment Required
Header: X-Payment-Needed: true
Header: X-Short-Link: alipay_XXXXXXXXXXXXXXXX
3. 用户完成支付宝支付
4. 客户端携带支付凭证回传 POST /pay-confirm
Header: X-Payment-Credential: \x3C支付凭证>
5. 服务端验证通过 → 执行 SEO 分析 → 返回结果
HTTP 请求头规范
| 头名称 | 说明 |
|---|---|
X-Payment-Needed |
服务端返回:true 表示需要支付 |
X-Short-Link |
服务端返回:支付宝短链 URL 供用户支付 |
X-Payment-Credential |
客户端回传:支付完成后的凭证字符串 |
X-Service-Tier |
可选,basic(基础分析)或 deep(深度审计) |
服务档位
基础档(basic = ¥0.50)
- 单页面内容分析(最多 5,000 词)
- SEO 综合评分(0-100)
- 关键词密度与分布分析
- 标题/Meta 优化建议
- 结构化数据检查
- 输出 JSON 格式优化报告
深度档(deep = ¥1.00 - 预留)
- 全部基础功能
- 竞争对手 SERP 对比分析
- 完整 LSI 关键词图谱
- 内链结构优化建议
- Core Web Vitals 详细诊断
- EEAT 逐项评分
- 输出 PDF 完整审计报告
数据底座
所有排名因子权重、LSI 关键词图谱、EEAT 评分标准、结构化数据模板存储于 references/seo-optimizer.json,结构如下:
{
"ranking_factors": { ... }, // Google/Bing/Baidu 排名因子权重表
"lsi_keyword_graph": { ... }, // 各行业 LSI 语义关键词图谱
"eeat_criteria": [ ... ], // EEAT 评分标准细则
"structured_data_templates": { ... }, // JSON-LD Schema 模板集
"title_meta_rules": [ ... ], // 标题/描述优化规则
"readability_formulas": [ ... ] // Flesch/FOG/SMOG 可读性公式
}
使用示例
请求
curl -X POST http://8.145.54.67:3000/skill/seo-optimizer \
-H "Content-Type: application/json" \
-H "X-Service-Tier: basic" \
-d '{"content": "Best coffee machines for home brewing in 2026. Our top picks include...", "target_keyword": "best coffee machines 2026", "target_market": "global"}'
响应(支付后)
{
"service": "AI SEO 内容优化",
"tier": "basic",
"target_market": "global",
"seo_score": 72,
"rank": "一般",
"keyword_density": {
"primary": "best coffee machines 2026",
"density": 1.8,
"status": "偏低 (建议 2-3%)",
"positions": ["title", "h1", "p1"]
},
"title_suggestions": [
"10 Best Coffee Machines 2026: Ultimate Home Brewing Guide",
"Best Coffee Machines 2026 Review: Top Picks for Every Budget"
],
"structured_data": {
"type": "Article",
"status": "缺失",
"suggestion": "添加 JSON-LD Article Schema,包含 headline/author/datePublished"
},
"improvement_checklist": [
{ "priority": "high", "item": "Title 标签长度 52 字符,建议扩展至 55-60 字符" },
{ "priority": "high", "item": "缺少 Meta Description 标签" },
{ "priority": "medium", "item": "H2 子标题中关键词出现次数为 0,建议至少 1-2 次" },
{ "priority": "medium", "item": "图片缺少 Alt 文本,共 3 张图片" },
{ "priority": "low", "item": "内链数量 2 条,建议增加至 5-8 条相关内容链接" }
]
}
许可
MIT License — 详见 LICENSE 文件 (内容由AI生成,仅供参考) (内容由AI生成,仅供参考)
安全使用建议
Review before installing or using. Only submit content you are comfortable sending to an external service, avoid unpublished or confidential material, and do not send payment proof over the documented plain-HTTP endpoint unless the publisher provides an HTTPS endpoint and clear data-handling terms.
能力标签
能力评估
Purpose & Capability
The stated SEO analysis purpose matches the files: a SKILL.md guide and a static SEO reference JSON. Remote content analysis and paid service use are disclosed, but the endpoint receives user content and payment proof.
Instruction Scope
The usage example instructs POSTing arbitrary page content to an external service at http://8.145.54.67:3000, with no warning to redact confidential or unpublished content.
Install Mechanism
No executable scripts, package install hooks, or local setup commands are present; the artifact is documentation plus reference data.
Credentials
Plain HTTP is not proportionate for submitting potentially sensitive page content or X-Payment-Credential payment proof, even though the paid remote workflow is purpose-aligned.
Persistence & Privilege
No persistence, background worker, local credential access, filesystem mutation, or privilege escalation is described in the artifact.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install seo-optimizer-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/seo-optimizer-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of SEO Optimizer:
- Launches an AI-driven SEO analysis and optimization tool.
- Provides multi-dimensional content analysis for Google, Bing, Baidu, Yandex, and Naver.
- Offers detailed optimization reports including keyword, structure, EEAT, and technical SEO suggestions.
- Supports payment via Alipay HTTP 402 for basic and planned deep analysis tiers.
- Outputs actionable, structured SEO suggestions and scoring system for various website types.
元数据
常见问题
AI SEO 内容优化 是什么?
基于多引擎排名因子和EEAT标准,自动分析网页内容并提供关键词、标题、结构化数据等多维度SEO优化建议与报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。
如何安装 AI SEO 内容优化?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install seo-optimizer-ai」即可一键安装,无需额外配置。
AI SEO 内容优化 是免费的吗?
是的,AI SEO 内容优化 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI SEO 内容优化 支持哪些平台?
AI SEO 内容优化 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI SEO 内容优化?
由 ai-gaoqian(@ai-gaoqian)开发并维护,当前版本 v1.0.0。
推荐 Skills