aeo
An all-in-one tool for website SEO, performance, and compliance auditing and remediation.
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, performance, and compliance auditing and remediation. Full Skill content: https://321skill.com/skills/aeo-x-6/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 lack of systematic diagnosis and automated remediation for website issues related to search engine optimization (SEO), performance, code compliance, and AI visibility. In practice, developers or operators often need to manually check dozens of metrics—such as meta tags, structured data, page performance, and external link quality—a process that is both tedious and prone to missing critical issues, ultimately leading to poor search rankings or degraded user experience.
Usage is straightforward: simply run a single npx command in your terminal, specifying the target URL and desired mode (e.g., audit, fix, schema). You can then use natural language instructions to obtain a detailed JSON-formatted audit report, which includes an overall score, a summary of issues, strengths, and items requiring remediation. For issues that need fixing, you can use the fix mode to automatically apply code changes.
It is well-suited for teams or individuals who need continuous monitoring and optimization of website health. This is especially valuable for developers, SEO specialists, and product managers who already use static site generators, maintain preview branches, or require competitive analysis. Whether for pre-launch compliance checks or routine SEO monitoring, this tool provides a standardized auditing workflow.
We recommend integrating it into your CI/CD pipeline, using flags like --require-meta as quality gates. Note that the tool primarily audits and remediates front-end presentation layers and SEO-related configurations; it does not cover backend business logic or database performance issues.
Key Features
Unlike traditional single-purpose SEO checkers, it integrates multiple modes—including AEO auditing, code remediation, schema validation, `llms.txt` generation, and regression comparison—into one tool. It can handle special scenarios like local previews and static output, and supports bulk analysis of entire websites via `sitemap`.
Limitations
The tool requires a Node.js environment and is primarily executed via `npx`. Deep, full-site audits for large-scale websites may incur performance and time costs. Some advanced features, such as Lighthouse integration, may require additional configuration or permissions.
FAQ
How do I use the AEO tool to audit a website in local development?
Use the `audit` mode with the `--allow-local` flag, for example: `npx @ainyc/aeo-audit@1 "http://localhost:3000" --allow-local`.
My AEO audit report shows a low score. How can I fix it quickly?
Run the `fix` mode, for example: `npx @ainyc/aeo-audit@1 "https://example.com" fix`. The tool will attempt to automatically apply the suggested code changes.
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-6/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-6/raw/index.md