En

aeo

An all-in-one website SEO and quality auditing tool that supports auditing, fixing, monitoring, and compliance checks.

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 quality auditing tool that supports auditing, fixing, monitoring, and compliance checks.
Full Skill content: https://321skill.com/skills/aeo-x-7/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 performing SEO optimization, performance audits, content compliance checks, and cross-environment comparisons, which typically involve switching between multiple tools, cumbersome processes, and a lack of unified standards. In practice, developers often need to manually run Lighthouse, check structured data, generate AI visibility files (e.g., llms.txt), and compare differences between production and preview environments—a time-consuming process prone to missing critical issues.

Usage is straightforward: simply run a single npx command in the terminal, specifying the target URL and the desired mode (e.g., audit, fix, schema). You can then use natural language instructions to obtain detailed audit reports, automatically fix code issues, validate JSON-LD structured data, or generate llms.txt files to enhance AI search visibility. The entire workflow supports various scenarios, including local previews, static file audits, and branch comparisons.

It is well-suited for front-end and back-end development teams, SEO specialists, and product managers who require continuous monitoring and optimization of website quality. This is especially true for teams already using static site generators, managing multiple preview environments (e.g., Staging, branch deployments), and looking to integrate website quality checks into their CI/CD pipelines. For content creators and e-commerce operators, it also helps ensure page content complies with search engine and AI assistant crawling standards.

It is recommended to use this tool for automated audits uniformly before code merges or production releases. Note that it primarily focuses on technical SEO, performance, accessibility, and content structure aspects of websites. For in-depth business logic testing or complex visual UI testing, other specialized tools may be required. Additionally, to ensure security, always follow its parameter security guidelines and avoid directly concatenating unvalidated user input into commands.

Key Features

Unlike traditional single-purpose SEO auditing tools (e.g., Lighthouse CLI), it integrates multiple workflows—auditing, automatic fixes, structured data validation, AI visibility file generation, and cross-environment regression comparison—into a single command, with native support for securely auditing local development servers, static build outputs, and private preview branches.

Limitations

The tool is based on the Node.js environment and requires Node.js and npm/npx to run. Full-site audits for large-scale websites (e.g., thousands of pages) may require significant execution time.

FAQ

How do I audit a locally running development server?

Use the command `npx @ainyc/aeo-audit@1 "http://localhost:3000" --allow-local`. Parameters such as `--sitemap --rewrite-sitemap-origin` can be used to handle sitemaps for local sites.

Can it automatically block quality regressions in a CI/CD pipeline?

Yes. Use the `audit` mode with the `--require-meta` flag, or compare two JSON reports in `compare` mode. The tool will return a non-zero exit code based on preset rules, causing the CI process to fail.

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-7/raw/index.md to read the original Skill definition (Markdown format) for aeo, and install it according to the instructions.