aeo
An all-in-one tool for website SEO and performance auditing, remediation, and monitoring.
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 tool for website SEO and performance auditing, remediation, and monitoring. Full Skill content: https://321skill.com/skills/aeo-x-4/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 fragmented processes and multitude of tools that website developers and operators face in SEO optimization, performance auditing, code remediation, and continuous monitoring. In practice, developers often need to use Lighthouse, SEO scanners, and code inspection tools separately to evaluate a website, which is not only time-consuming but also makes it difficult to manage audit results and remediation plans uniformly. AEO integrates multiple workflows—auditing, previewing, remediation, schema validation, and monitoring—into a single command-line tool, significantly simplifying the website quality assurance process.
Usage is straightforward: you simply run a single npx command in the terminal, specifying the target URL and mode. For example, executing npx @ainyc/aeo-audit@1 "https://example.com" --sitemap --format json audits the entire sitemap and outputs a detailed report in JSON format. You can then use natural language instructions to get an overall score, a summary of issues, remediation suggestions, or even directly run the fix mode to automatically apply code changes.
It is well-suited for teams or individuals who need to systematically improve website visibility, performance, and code quality. This is especially true for front-end developers, full-stack developers, SEO specialists, and product managers who already have a website and wish to establish an automated auditing process. For scenarios involving A/B testing, preview branch deployments, or needing to compare differences between production and testing environments, AEO's preview branch auditing and regression comparison features are particularly useful.
It is recommended to integrate AEO's audit mode with the --require-meta flag into your CI/CD pipeline as a quality gate before code merges. Note that it primarily focuses on auditing and remediating a website's HTML, metadata, structured data, performance metrics, and SEO best practices. Deep optimization of backend API logic or database layers is not its core function. Also, when performing local or private preview audits, be sure to explicitly use the --allow-local flag to ensure security.
Key Features
Unlike traditional single-function auditing tools (such as Lighthouse, which only performs performance analysis), AEO integrates five core workflows—auditing, automatic remediation, schema validation, llms.txt generation, and monitoring/comparison—into one. It can also handle URL mapping issues between preview and production environments using flags like `--rewrite-sitemap-origin`, which is highly practical in multi-environment development.
Limitations
The tool primarily relies on a Node.js environment to run (invoked via npx). Auditing purely static output files (`./out` mode) requires the local presence of build artifacts, and some advanced features (such as deep integration with specific CI platforms) may require additional configuration.
FAQ
Can AEO fix all the issues on my website?
No. AEO primarily fixes issues related to SEO, meta tags, structured data, and basic performance (e.g., missing meta descriptions, incorrect JSON-LD). Complex business logic or visual layout issues still require manual handling.
How do I integrate AEO into GitHub Actions?
You can directly run the npx command in a workflow step, use `--format json` to output results, combine it with the `compare` mode to benchmark against a baseline report, and use the exit code to determine whether the CI process passes or fails.
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-4/raw/index.md to read the original Skill definition (Markdown format) for aeo, and install it according to the instructions.
Raw Markdown URL for AI: /skills/aeo-x-4/raw/index.md