agentsclimarketplace

Ai seo audit

Skill allinherog-star/ai-skills/skills/ai-seo-audit

AI Skills(ai-skills.ai)是一个面向各行各业的 AI 技能库。可直接用于openclaw,Hermes,qclaw,claude code,codex等智能体平台。为你的职业发展、行业竞争力,增加更多可能。

Install
npx -y skills add allinherog-star/ai-skills --skill ai-seo-audit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

SEO 审计助手适合technical、产品、市场营销、software在用户提出“网站 SEO 健康吗”这类问题,需要快速拆解目标、判断重点并形成可执行结果时使用,帮助基于输入材料生成SEO 诊断、优先级建议、发布检查清单。

SKILL.md

4.9 KB, as published. Nobody here has run it

ai-seo-audit SEO 审计助手

快速开始

更多技能

概述

SEO 审计助手用于回答「网站 SEO 健康吗」、性能诊断、网站质量、体验指标,适合technical、产品、市场营销、software在明确业务目标、内容材料或分析对象后调用。 它会结合页面、关键词或内容资料、粘贴页面内容、关键词、站点结构、搜索目标、竞品摘要或优化问题。等输入,整理关键上下文,并输出SEO 诊断、优先级建议、发布检查清单,便于继续执行、复盘或交付。 能力定位补充:热榜营销类高频 skill,可改造成页面和内容 SEO/GEO 审核工具。

什么时候使用

适用场景

  • 用户提出“网站 SEO 健康吗”这类问题,需要快速拆解目标、判断重点并形成可执行结果
  • technical、产品、市场营销、software需要围绕SEO 审计助手生成SEO 诊断、优先级建议、发布检查清单
  • 用户已经准备了优化目标(说明要提升的关键词、搜索意图、可见性、引用机会或转化目标。)、目标受众(说明搜索用户、目标市场、行业、购买阶段或内容受众。)、页面或站点链接(填写公开可访问的页面、站点、SERP、竞品或参考链接。),希望整理成可执行的分析或优化结果
  • 用户需要把SEO 审计助手相关材料转成清晰结论、优先级和下一步动作

调用方式

通过导出的 Python runner 直接调用 AI Skills API:

命令示例

基础调用

python3 scripts/run.py --params '{}'

带常用参数调用

python3 scripts/run.py --params '{"goal":"优化目标"}'

参数说明

参数类型必填默认说明
goalstring-说明要提升的关键词、搜索意图、可见性、引用机会或转化目标
audiencestring-说明搜索用户、目标市场、行业、购买阶段或内容受众
materialUrlstring-填写公开可访问的页面、站点、SERP、竞品或参考链接;需要传可访问的完整 URL
materialFilestring-上传内容稿、关键词表、站点结构、审计报告或 SEO 规划资料
materialTextstring-粘贴页面内容、关键词、站点结构、搜索目标、竞品摘要或优化问题
brandRequirementsstring-补充目标地区、语言、品牌限制、不可改动事实、合规要求或人工复核重点

完整机器可读参数结构见 references/form-schema.json

参数取值参考

当前技能没有需要额外查表的分类参数。

支持的输入格式

当前技能直接接收 JSON 参数;如果参数里包含链接字段,请传完整、可访问的 URL。

示例请求

下面的示例参数可直接传给 scripts/run.py,runner 会把它们发送给 AI Skills API。

python3 scripts/run.py --params '{"goal":"优化目标"}'

等价的 --params JSON:

{
  "goal": "优化目标"
}

返回结果示例

{
  "success": true,
  "data": {
    "message": "示例结果请以技能真实返回结构为准。"
  },
  "meta": {
    "executionTime": 842,
    "cached": false
  }
}

交付内容

  • SEO 诊断、优先级建议、发布检查清单:围绕用户目标整理可直接阅读、复盘或交付的核心结果。
  • 输入材料解读:结合优化目标(说明要提升的关键词、搜索意图、可见性、引用机会或转化目标。)、目标受众(说明搜索用户、目标市场、行业、购买阶段或内容受众。)、页面或站点链接(填写公开可访问的页面、站点、SERP、竞品或参考链接。)提炼关键上下文和判断依据。
  • 下一步动作:给出优先级、执行建议或可继续加工的内容框架。

结果使用建议

  • 先判断输出是否回答了用户关于「SEO 审计助手」的核心问题。
  • 再检查结果是否覆盖SEO 诊断、优先级建议、发布检查清单,以及是否给出明确下一步动作。
  • 如果输入材料较少,建议让用户补充目标、受众、限制条件或原始材料后再运行。

运行前准备

  • AISKILLS_BASE_URL:默认 https://ai-skills.ai
  • AISKILLS_API_KEY:必填,用于认证调用
  • AISKILLS_TENANT_ID:默认 default

Gives 0 of the 12 instructions most audit compliance skills give

Counted across 936 of the 1,487 authors here whose files we hold, read 2026-08-06

  • group findings by severityin 44 of 936
  • Fetch latest guidelines before each reviewin 43 of 936, across 3 files
  • Check files against all fetched rulesin 42 of 936, across 2 files
  • Output findings in terse file:line formatin 41 of 936, across 3 files
  • Ask user which files to review if none specifiedin 41 of 936, across 3 files
  • Read specified files or prompt user for filesin 39 of 936, across 1 file
  • generate the audit reportin 39 of 936, across 36 files
  • assign a severity to every findingin 25 of 936
  • run automated accessibility scansin 23 of 936, across 13 files
  • map findings to WCAG criteriain 20 of 936, across 10 files
  • confirm audit scopein 19 of 936, across 9 files
  • check title tags and meta descriptions for uniquenessin 19 of 936, across 5 files

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.