Onboarding Script
A guided first run for merchants, agencies, and developers.
TL;DR: Start with
npx -y @getcolter/cli check https://your-store.com --json, read the verdict, then move to the next command for your role. Keep the first pass to check, verify, and diff.
1. Run A Free Check
npx -y @getcolter/cli check https://your-store.com --json
Look for:
verdict- protocol detection for UCP, ACP, and MCP
- discovery signals such as JSON-LD, sitemap, robots.txt, and Open Graph
This output is structured JSON optimized for AI agent and CI consumption.
2. Share The Result
- Website checks can be shared from the hosted report page.
- Agencies should prefer expiring share links and PDF exports for client delivery.
3. Take The Next Step
Merchant
Use the check result to fix the highest-impact gaps first.
/guides/shopify-ai-ready/guides/understanding-your-report
Agency
colter batch clients.txt --format csv --output portfolio.csv
Developer
colter verify https://your-store.com --out ./evidence --json
colter diff ./evidence-before ./evidence-after --json
colter replay ./evidence --json