AICW Visibility

AICW Visibility is an open-source CLI for website AI visibility audits. Run it directly with npx, or let Claude, Codex, or another AI agent call it from the terminal to inspect crawler access, answer-engine readiness, JavaScript rendering, and public dataset presence.

AICW Visibility HTML report

Run a visibility check from the terminal:

npx aicw-visibility example.com

Standalone or agent-driven

Use it as a human-run command-line tool, or plug the command into your favorite AI workflow. Claude, Codex, or any agent with terminal access can run the audit, read the HTML and JSON outputs, and turn the findings into site fixes.

What it checks

Why it exists

Classic SEO tools tell you whether a page is crawlable for search. AICW Visibility focuses on the newer AI discovery path: whether AI crawlers can reach the site, whether technical signals are present, whether JavaScript content survives rendering, and whether the domain shows up in public datasets that answer engines may use.

It pairs well with AICW AI Mentions. Visibility answers, “Can AI systems reach and interpret this site?” AI Mentions answers, “Do AI systems mention or cite this brand?”

Screenshots

AICW Visibility CLI overview

The CLI summarizes the audit plan, server checks, AI crawler access, and dataset checks while the scan runs.

AICW Visibility JavaScript rendering check

Browser rendering compares desktop and mobile output so JavaScript-heavy pages do not get a false pass from raw HTML alone.

AICW Visibility report table

The generated HTML report is designed for review and sharing, with pass/warn status rows and point scores for each check.

Install

Run without installing:

npx aicw-visibility example.com

Or install globally:

npm install -g aicw-visibility
aicw-visibility example.com

If Puppeteer’s browser is missing locally:

npx puppeteer browsers install chrome

Skip browser rendering checks when you need a faster server-only run:

aicw-visibility example.com --no-browser

Open source

Open source on GitHub

Loading PDF…