OpenClaw / Claude Code AEO Skills

AEO workflows become more useful when the steps are packaged.

The public @ainyc/aeo-audit package documents five skills that wrap the audit engine into repeatable technical flows. On this page, we refer to them as OpenClaw / Claude Code skills while keeping the documented package commands unchanged.

AEO Audit

/aeo-audit <url>

Runs the full 13-factor audit and returns a formatted report.

AEO Fix

/aeo-fix <url>

Audits a deployed URL, then fixes AEO issues directly in the working codebase.

Schema Validate

/aeo-schema-validate <url>

Focuses on JSON-LD validation, schema completeness, and entity consistency.

llms.txt Generate

/aeo-llms-generate [url]

Generates optimized llms.txt assets from existing site content.

AEO Monitor

/aeo-monitor <url>

Tracks AEO scores over time or compares multiple URLs.

The package documents the skill suite directly.

The verified install instructions live in the public README for @ainyc/aeo-audit. This page keeps the wording simple while preserving the exact public commands.

The packaged workflow layer is also published on ClawHub, which gives external readers a direct public package URL instead of only an internal explainer page.

  • Clone the public repository to a temporary directory.
  • Copy the /skills directory into a personal or project-level skills folder.
  • Run the exact command documented for the workflow you want to use.
git clone https://github.com/AINYC/aeo-audit.git /tmp/aeo-audit
cp -r /tmp/aeo-audit/skills/* ~/.claude/skills/

Canonry - The ultimate AEO monitoring tool, open source.

Why open source AEO monitoring is important and how Canonry makes it easy.

Read the article

We Open-Sourced Our AEO Audit Engine

Why AI NYC published @ainyc/aeo-audit, what the 13-factor model measures, and what teams can learn from it.

Read the article

Use the workflows directly, or start with the free audit.

If you want to see how the workflow maps to your own site, start with the free audit. If you want the technical details, explore the toolkit and package documentation.