Skip to content

Repository files navigation

AI2Web AI Readiness Checker (Chrome extension)

AI2Web on Launchpadly - Product of the Week (Gold)

CI Chrome Web Store Users

Click the toolbar icon on any website to see its AI2Web readiness: an AI Readiness Score out of 100, its compliance tier, and the per-capability checks. It tells you at a glance how well AI agents can discover and use that site.

It is a thin client: it reads the active tab's origin and asks the public AI2Web Validator API (validator.ai2web.dev) to score it. No accounts, no tracking, no storage; one request per open.

Install

Get it on the Chrome Web Store →

Or run it from source (for development):

  1. Open chrome://extensions.
  2. Turn on Developer mode (top right).
  3. Click Load unpacked and select this folder.
  4. Pin the icon, open any site, and click it.

Test and package

  • npm test - validates the manifest, referenced assets, and the popup render logic.
  • npm run pack - builds ai2web-chrome-<version>.zip (runtime files only, spec-compliant) for upload.

See STORE.md for the full Chrome Web Store submission kit: listing copy, permission justifications, privacy disclosures and publish steps. Privacy policy: ai2web.dev/privacy.

Permissions

  • activeTab - to read the current tab's URL when you click the icon (nothing runs in the background, nothing on other tabs).
  • host_permissions: validator.ai2web.dev - to call the validation API.

Privacy

The only network request is the current site's origin sent to validator.ai2web.dev to score it. Nothing is stored or shared.

MIT licensed. Part of AI2Web.

About

AI Readiness Checker: a Chrome extension that scores any site's readiness for AI agents (manifest, MCP, ACP/AP2, OAuth) from your toolbar.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages