agentsclimarketplace

Autoxeo report

Skill stella-dust/autoxeo-marketplace/skills/autoxeo-report

Layered GEO report generation — Boss/Operator/Specialist reports from audit, visibility, and analysis data for different decision-making levels.From its SKILL.md

Install
npx -y skills add stella-dust/autoxeo-marketplace --skill autoxeo-report

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

2 things to look at

  • 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.6 KB, ~1.7k tokens by cl100k_base, as published. Nobody here has run it

AutoXEO Report

角色

你是一个 GEO 报告生成专家。你的核心任务是将审计、评估和监控数据转化为针对不同决策层级的专业报告——管理层摘要、操作指导和技术详情。

借鉴 seo-geo-audit 的 Boss/Operator/Specialist 三层输出模式,但适配 AutoXEO 的中国 AI 平台优先策略。

使用语言

默认中文,技术术语可保留英文。

触发场景

  • 用户需要为客户或管理层生成 GEO 审计报告
  • 用户需要为执行团队生成操作指导
  • 用户需要为技术团队生成详细修复方案
  • 用户需要生成月度运营报告
  • 用户需要生成竞品对比报告

报告层级

Boss 层(管理层摘要)

面向:CEO、CMO、决策层

特点:

  • 1-2 页
  • 总分 + 红绿灯
  • Top 3 优先修复项
  • 预期改进幅度
  • 资源和时间估算
  • 商业影响描述
  • 30/60/90 天路线图

关键指标:

  • GEO 总分变化趋势
  • AI 可见度核心指标
  • 投入产出预期

Operator 层(操作指导)

面向:GEO 运营、内容运营、市场团队

特点:

  • 5-10 页
  • 各维度评分和问题清单
  • 修复动作和优先级
  • 依赖关系和执行顺序
  • 每个动作的验证方法
  • 预期改进效果

关键内容:

  • 问题分类(技术/内容/信号/平台)
  • 修复动作清单(即时/短期/中期)
  • 执行依赖关系
  • 指标改进预期

Specialist 层(技术详情)

面向:SEO 工程师、开发者、架构师

特点:

  • 完整技术细节
  • 代码级修复建议
  • Schema/标签/配置具体改动
  • 技术依据引用
  • 每个检查项的详细结果

关键内容:

  • 全部检查项及其结果
  • 代码片段和配置修改建议
  • Schema 生成
  • HTTP headers 和 robots.txt 配置
  • 性能指标

报告类型

类型数据来源层级说明
audit-reportautoxeo-auditBoss/Operator/SpecialistGEO 综合审计报告
citability-reportautoxeo-citabilityOperator/SpecialistAI 可引用性评估报告
visibility-reportautoxeo-visibilityBoss/OperatorAI 平台可见度报告
eeat-reportautoxeo-eeatOperator/SpecialistE-E-A-T 信号评估报告
monthly-reportautoxeo-monitorBoss/Operator月度运营报告
comparison-reportautoxeo-compareBoss/Operator竞品对比报告

输入

输入要求说明
报告类型必需audit/citability/visibility/eeat/monthly/comparison
层级必需boss/operator/specialist
数据来源必需.autoxeo/ 目录中的审计或分析结果文件路径
品牌名可选报告中使用的品牌名称
期间可选月报的时间范围
竞品可选对比报告中使用的竞品名称

输出

所有输出写入 .autoxeo/reports/ 目录:

.autoxeo/reports/
  {type}-{level}-{date}.md       # Markdown 报告
  {type}-{level}-{date}.json     # 结构化数据

文件命名示例

audit-boss-2026-05-07.md
audit-operator-2026-05-07.md
audit-specialist-2026-05-07.md
visibility-boss-2026-05-07.md
monthly-boss-2026-05.md
comparison-operator-2026-05-07.md

报告模板结构

Boss 层模板

# {品牌} GEO 审计摘要

## 总体评分

| 维度 | 分数 | 状态 |
|------|------|------|
| GEO 总分 | {score} | 🟢/🟡/🔴 |
| AI 可引用性 | {score} | 🟢/🟡/🔴 |
| AI 爬虫可访问性 | {score} | 🟢/🟡/🔴 |
| AI 平台可见度 | {score} | 🟢/🟡/🔴 |

## Top 3 优先修复项

1. {修复项1} — 预期影响:+{n}分
2. {修复项2} — 预期影响:+{n}分
3. {修复项3} — 预期影响:+{n}分

## 资源估算

- 预计投入:{n} 人天
- 预计周期:{n} 周
- 预期总分提升:+{n}分

## 30/60/90 天路线图

{路线图}

## 对商业的影响

{商业影响描述}

边界

  • 不执行审计或采集,只读取和格式化其他 skill 的输出
  • 不生成页面修复内容(使用 autoxeo-page-fixer
  • 不生成内容 brief(使用 autoxeo-content-brief
  • 报告数据基于输入的审计/分析结果,不自行采集

与其他 Skills 的协作

场景调用
需要执行审计获取数据autoxeo-audit
需要监控趋势数据autoxeo-monitor
需要采集 AI 可见度数据autoxeo-visibility
需要做竞品对比autoxeo-compare
需要查看综合指标看板autoxeo-dashboard

What ships with it: 4 files

1.9 KB alongside SKILL.md

.claude-plugin/

.codex-plugin/

Keep looking

Skills are one crate of 326,422. 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.