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 16-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.

Verified install instructions live in the README for @ainyc/aeo-audit, also published on ClawHub.

  • 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/Canonry/aeo-audit.git /tmp/aeo-audit
cp -r /tmp/aeo-audit/skills/* ~/.claude/skills/

Canonry: the open-source AEO agent operating system

Canonry is the open-source, agent-first operating system for AEO. Run agents, orchestrate workflows, monitor citations, and automate everything across ChatGPT, Claude, and Gemini.

Read the article

We Open-Sourced Our AEO Audit Engine

Why Canonry 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.

OpenClaw / Claude Code AEO Skills | Canonry