En

aeo

An all-in-one website SEO and performance auditing tool, supporting multiple audit modes and automated fixes.

前端开发 排查网站SEO问题生成审计报告做SEO审计监控服务状态执行回归测试 claudecursor通用 ★ 2.7k Updated 2026-08-02

Install & Use

Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:

Help me install this AI Skill: aeo.
It is used for: An all-in-one website SEO and performance auditing tool, supporting multiple audit modes and automated fixes.
Full Skill content: https://321skill.com/skills/aeo-x-10/raw/index.md
Read that page and install it.

The prompt includes a link to the full Skill content. You can also view the full content.

This Skill addresses the challenges faced by website developers and operators when conducting SEO audits, performance diagnostics, and compliance checks—such as the need to switch between multiple tools, manually analyze reports, and the difficulty of automating these tasks within CI/CD pipelines. In practice, developers often need to assess the SEO impact of new features, compare differences between production and preview environments, or generate compliant AI search files (e.g., llms.txt) for statically generated sites—tasks that are tedious and error-prone.

Usage is straightforward: simply run npx @ainyc/aeo-audit@1 "<url>" [flags] --format json via the command line, specifying different modes (e.g., audit, fix, schema, llms, monitor). You can then use natural language instructions to obtain detailed JSON-formatted reports, which include overall scores, issue summaries, fix suggestions, and even automatically apply code fixes, generate or optimize llms.txt files, and perform regression comparisons.

It is well-suited for frontend/backend developers, DevOps engineers, and SEO specialists who require continuous monitoring and optimization of website quality—particularly teams or individuals using static site generators, managing multiple preview branches (e.g., Staging), or needing to ensure website content is friendly to AI search engines. For product managers and data analysts, it also provides objective data to evaluate website health.

It is recommended to integrate this tool into automated audits before code merges or within daily build pipelines to identify issues early. Note that it primarily focuses on technical SEO and basic performance metrics; for in-depth content strategy analysis or complex user experience optimization, other specialized tools may be needed. Additionally, when using local or private preview URLs, security parameters such as --allow-local must be explicitly added.

Key Features

Unlike traditional single-function SEO checkers (e.g., Lighthouse CLI), it integrates multiple workflows—auditing, fixing, schema validation, AI search file generation, and monitoring/comparison—into one tool. It natively supports offline auditing of static output directories (e.g., `./out`) and offers flexible handling of preview environments via parameters like `--rewrite-sitemap-origin`.

Limitations

The tool primarily relies on the Node.js environment (run via npx). Full-site audits for large-scale sites (using `--sitemap` mode) may incur performance and time overheads, and some advanced features (e.g., Lighthouse integration) require additional browser environment support.

FAQ

How do I audit a website on a local development server?

Use the `--allow-local` flag, e.g.: `npx @ainyc/aeo-audit@1 "http://localhost:3000" --allow-local`.

Can I audit only recently changed pages?

Yes. When auditing preview branches, you can combine parameters like `--changed` and `--base` to audit only pages that have changed relative to a baseline branch (e.g., main), improving efficiency.

Installation guide for AI assistants

If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:

Visit https://321skill.com/skills/aeo-x-10/raw/index.md to read the original Skill definition (Markdown format) for aeo, and install it according to the instructions.