# wzrrd.sh wzrrd.sh is a small Cloudflare-backed static publishing service for agents and humans. It publishes files to https://.wzrrd.sh/. ## Core URLs - Home: https://wzrrd.sh/ - Markdown overview: https://wzrrd.sh/index.md - Agent Auth discovery: https://wzrrd.sh/.well-known/agent-configuration - API catalog: https://wzrrd.sh/.well-known/api-catalog - Agent skills index: https://wzrrd.sh/.well-known/agent-skills/index.json ## Install - Best agent path: npx skills add wzrrd-sh/wzrrd-cli --skill wzrrd-publish -g - CLI fallback: curl -fsSL https://wzrrd.sh/install.sh | bash - Raw-agent prompt: Use wzrrd.sh to publish this static site. If wzrrd is not installed, install it with: curl -fsSL https://wzrrd.sh/install.sh | bash. Then run: wzrrd publish --file ./site --slug demo. Anonymous publishes expire in 24 hours unless the returned claimUrl is opened. Run wzrrd login first if I want permanent publishing. ## CLI - Publish immediately: wzrrd publish --file ./site --slug demo - If the JSON response includes claimUrl, open it to make the anonymous ephemeral site permanent - Login for permanent future publishing: wzrrd login - Publish with saved agent token: wzrrd publish --file ./site --slug demo - Diagnose before debugging: wzrrd doctor && wzrrd auth-status Anonymous publishes expire after 24 hours unless claimed. Authenticated publishes are permanent by default. Published sites are noindex by default; use --index only when search indexing is wanted.