En

aeo

An all-in-one website SEO and performance auditing tool supporting multi-mode diagnostics and fixes.

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 multi-mode diagnostics and fixes.
Full Skill content: https://321skill.com/skills/aeo/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 tedious tasks of website SEO optimization, performance diagnostics, and code compliance checking. In practical development, developers often need to manually use multiple tools to evaluate a site's accessibility, search engine friendliness, and technical debt—a time-consuming process prone to missing critical issues. AEO automates these auditing workflows, providing an all-in-one comprehensive score and actionable recommendations.

Usage is simple: just run the command npx @ainyc/aeo-audit@1 in your terminal and specify the target URL or local path. You can then add different mode flags (such as audit, fix, schema) to perform comprehensive audits, automatically fix code issues, validate structured data, or generate AI visibility files (llms.txt).

It is well-suited for teams or individuals needing continuous monitoring and optimization of website quality. This is especially relevant for front-end developers, full-stack developers, and DevOps engineers who already have online businesses, require SEO audits, competitive analysis, or need to ensure code adheres to best practices. For marketing specialists and content creators, it can also help diagnose content visibility issues.

It is recommended to integrate this tool into CI/CD pipelines or use it for automated audits before releasing new features. Note that it primarily analyzes static and dynamic website content; for scenarios requiring deep backend logic testing or complex user interactions, other testing tools may be needed in combination.

Key Features

Unlike traditional single-function auditing tools (e.g., Lighthouse), it integrates multiple workflows—including auditing, fixing, schema validation, AI visibility file generation, and competitive comparison—into one platform. It also supports secure auditing of local build artifacts (static output mode) and private preview branches.

Limitations

This tool requires a Node.js environment and is primarily designed for auditing web technology stacks. Its capabilities for deep analysis of non-web applications or specific proprietary systems are limited.

FAQ

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

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

Can I audit only a subset of a website's pages?

Yes. Use `--sitemap --limit N` to limit the number of pages audited, or use the `--changed` mode to audit only pages that have changed relative to a specified branch.

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