← 返回 Skills 市场
🔌

Ai Seo

作者 AutomateLab · GitHub ↗ · v0.5.0 · MIT-0
cross-platform ✓ 安全检测通过
49
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install automatelab-ai-seo
功能描述
Use when the user wants to audit a URL for AI citation eligibility, check why AI systems don't cite their pages, score AI Overview or citation worthiness, ge...
使用说明 (SKILL.md)

ai-seo

Pairs with the @automatelab/ai-seo-mcp server (14 tools). Audits why AI systems do or do not cite a page — structured answer extraction, schema completeness, crawler access, llms.txt, canonical hygiene — and generates fixes.

When to use which tool

Start here: audit_page composes all 14 checks in one call and returns a ranked list of citation-blockers with specific fixes. Use it as the default entry point.

Drill into a specific dimension:

Tool Use when
audit_schema User asks about structured data, JSON-LD, or schema.org coverage
audit_canonical Checking canonical URL, og:url, hreflang, or noindex traps
check_robots Verifying GPTBot / ClaudeBot / PerplexityBot / OAI-SearchBot are allowed
check_sitemap Checking lastmod freshness signals and sitemap coverage
check_technical Core Web Vitals signals, crawl accessibility, redirect chains
score_ai_overview_eligibility "Will this page appear in Google AI Overviews?"
score_citation_worthiness Cross-engine citation probability score
generate_llms_txt Create an llms.txt for the site
validate_llms_txt Validate an existing llms.txt against the spec
rewrite_for_aeo Rewrite a page section for Answer Engine Optimization
rewrite_for_geo Rewrite a page section for Generative Engine Optimization
extract_entities Check named entity density and sameAs coverage
diff_pages Compare two versions of a page for SEO regressions

Default workflow

User: "Audit https://example.com/my-post"
→ audit_page(url)          # full citation-blocker report
→ Read findings, prioritize by severity
→ For fixable issues, call the specific tool (e.g. rewrite_for_aeo) or draft inline edits

Server setup

Add to your MCP config:

Claude Code (.claude/mcp.json):

{
  "mcpServers": {
    "ai-seo": {
      "command": "npx",
      "args": ["-y", "@automatelab/ai-seo-mcp"]
    }
  }
}

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "ai-seo": {
      "command": "npx",
      "args": ["-y", "@automatelab/ai-seo-mcp"]
    }
  }
}

Requires Node 20+. No API keys needed — all checks are read-only HTTP fetches against the target URL.


Developed by AutomateLab. Source: github.com/AutomateLab-tech/ai-seo-mcp.

安全使用建议
Review the npm package before installing because the skill delegates runtime behavior to npx. Use it for sites you are allowed to audit, and keep normal MCP host permissions scoped to the workspace or project where you want reports and generated SEO fixes.
能力评估
Purpose & Capability
The stated purpose, tool list, and setup all align around auditing public web pages for AI citation and SEO signals, plus generating rewrite suggestions.
Instruction Scope
Runtime instructions are task-scoped and user-directed; the skill does not contain hidden prompt overrides, role changes, or unrelated agent-control instructions.
Install Mechanism
Installation runs an external npm MCP package via npx, which is normal for this type of skill but means users rely on the npm package contents at install time.
Credentials
The requested environment access is proportionate: public HTTP fetching for target URLs, no API keys required, and no broad local indexing or credential access disclosed.
Persistence & Privilege
The artifact contains only a markdown skill file and does not define persistence, privilege escalation, background workers, or automatic destructive actions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install automatelab-ai-seo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /automatelab-ai-seo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.0
- Introduced a comprehensive AI SEO audit skill, supporting 14 SEO and citation-worthiness tools in one package. - Added new default workflow: audit any page for AI citation blockers and receive prioritized, actionable fixes. - Supports deep dives into schema, canonicalization, robots.txt, sitemaps, and technical SEO for AI systems. - Provides eligibility scoring for Google AI Overviews and cross-engine citation, plus llms.txt generation/validation. - Includes tools for Answer and Generative Engine Optimization rewrites, named entity extraction, and SEO diffing. - No API keys required; works across a wide range of supported code editors and platforms.
元数据
Slug automatelab-ai-seo
版本 0.5.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ai Seo 是什么?

Use when the user wants to audit a URL for AI citation eligibility, check why AI systems don't cite their pages, score AI Overview or citation worthiness, ge... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。

如何安装 Ai Seo?

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

Ai Seo 是免费的吗?

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

Ai Seo 支持哪些平台?

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

谁开发了 Ai Seo?

由 AutomateLab(@automatelab)开发并维护,当前版本 v0.5.0。

💬 留言讨论