aeo
A one-stop website auditing and optimization tool that supports multi-dimensional inspection and remediation across SEO, performance, compliance, and more.
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: A one-stop website auditing and optimization tool that supports multi-dimensional inspection and remediation across SEO, performance, compliance, and more. Full Skill content: https://321skill.com/skills/aeo-x/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 challenge of comprehensively evaluating and automatically fixing website quality. In real-world development, engineers often need to manually check SEO meta tags, page performance, structured data compliance, and generate AI visibility files (e.g., llms.txt), a process that is both tedious and prone to oversights. AEO consolidates these disparate auditing tasks into a one-stop automated solution.
Usage is straightforward: simply execute a single npx command in the terminal, specifying the target URL and audit mode. You will then receive a detailed JSON-formatted report containing an overall score, issue summaries, remediation suggestions, and more. For example, you can run npx @ainyc/aeo-audit@1 "https://example.com" --sitemap --format json to perform an in-depth audit of the entire sitemap.
It is ideal for teams or individuals requiring continuous monitoring and improvement of website quality. This is particularly useful for developers, operations staff, and marketers who already have production websites and need to perform SEO optimization, performance tuning, compliance checks (e.g., Schema validation), or prepare for AI search visibility. The branch audit and static output modes are especially practical for teams managing multiple preview branches or statically generated sites.
We recommend integrating this tool into your CI/CD pipeline as a quality gate before code merges or deployments. Note that its primary focus is on auditing the website frontend and accessibility layer; deep analysis of backend business logic or database performance is not its core function. When using it, be sure to follow its parameter security guidelines and avoid directly concatenating unprocessed user input into commands.
Key Features
Unlike traditional single-function auditing tools (e.g., those focused solely on SEO checks or performance testing), AEO integrates multiple workflows—auditing, remediation, schema validation, AI visibility file generation, and monitoring comparisons—into a single command. It natively supports auditing preview branches, local servers, and static output directories without requiring complex proxy configurations.
Limitations
This tool primarily relies on the Node.js environment (via npx). The depth and accuracy of its audits are influenced by the target website's accessibility, network conditions, and the update frequency of the tool's own rule library.
FAQ
Can AEO fix the issues it finds?
Yes, using the `fix` mode (e.g., `npx @ainyc/aeo-audit@1 "https://example.com" fix`), the tool will attempt to automatically apply code fixes. However, it is recommended to review the changes before applying them.
How can I integrate AEO into a CI process like GitHub Actions?
Add a step to your CI configuration that runs the AEO audit command. Use flags like `--require-meta` to set exit codes, which will cause the CI process to fail automatically if the audit does not meet the required standards.
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/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/raw/index.md