AEO Audit
/aeo-audit <url>Runs the full 13-factor audit and returns a formatted report.
OpenClaw / Claude Code 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.
Five Public Workflows
Runs the full 13-factor audit and returns a formatted report.
Audits a deployed URL, then fixes AEO issues directly in the working codebase.
Focuses on JSON-LD validation, schema completeness, and entity consistency.
Generates optimized llms.txt assets from existing site content.
Tracks AEO scores over time or compares multiple URLs.
Install Example
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.
git clone https://github.com/AINYC/aeo-audit.git /tmp/aeo-audit
cp -r /tmp/aeo-audit/skills/* ~/.claude/skills/From Our Blog
Why open source AEO monitoring is important and how Canonry makes it easy.
Read the articleWhy AI NYC published @ainyc/aeo-audit, what the 13-factor model measures, and what teams can learn from it.
Read the articleIf 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.