agentminds-cli
v0.1.0
Published
AgentMinds CLI — free site scans, AEO audits, and llms.txt checks from your terminal. No signup, no API key.
Maintainers
Readme
agentminds-cli
Free CLI for AgentMinds — scan sites, check llms.txt, audit AEO from your terminal. No signup. No API key.
npx agentminds scan https://yoursite.dev https://yoursite.dev B (78/100)
next.js · vercel · 412ms
Security
▸ Content-Security-Policy header missing
▸ Permissions-Policy header missing
SEO / AEO
▸ FAQPage schema missing
▸ Description length 88 (optimal: 150-160)
share: https://agentminds.dev/scan/abc123def
badge: https://api.agentminds.dev/api/v1/badge/abc123def.svgInstall
One-shot (no install):
npx agentminds scan https://example.comGlobal:
npm install -g agentminds-cli
agentminds scan https://example.comCommands (zero-friction — no auth needed)
scan <url>
Full site scan: security headers, SEO, AEO, performance. Returns a grade + top issues + a shareable report URL.
agentminds scan https://yoursite.dev
agentminds scan yoursite.dev --json | jq '.grade'llms-txt <url>
Check whether a site has a quality llms.txt and grade it for AI engine readiness (ChatGPT, Perplexity, Claude citations).
agentminds llms-txt openai.comaeo <url>
Quick Answer Engine Optimization audit. Checks 6 signals + AI bot blocking.
agentminds aeo yoursite.devCommands (registered sites)
For continuous monitoring, push your agent's data into the network and pull personalized recommendations back.
agentminds init # detect project + setup
agentminds connect # register with AgentMinds Central
agentminds status # agent status + scores
agentminds sync --push # push your brain to the network
agentminds sync --pull # pull collective wisdom
agentminds report # latest cross-site analysisUse in CI
- run: npx agentminds scan ${{ env.PREVIEW_URL }} --json > scan.jsonFor richer GitHub Action with PR comments, use agentminds/scan-action.
Configuration
Environment variables (all optional):
AGENTMINDS_API=https://api.agentminds.dev # default
AGENTMINDS_API_KEY=sk_... # only needed for connect/sync/pushLinks
- Site: https://agentminds.dev
- Free single-purpose tools: https://agentminds.dev/tools
- Pattern library (public, indexable): https://agentminds.dev/patterns
- Docs: https://agentminds.dev/docs
- GitHub: https://github.com/UzunGridera/agentminds
License
MIT.
