Categories
Indexed Skills (3)
deploy
Deploy the crosbynews Worker to Cloudflare and verify it's live. Syntax-checks src/index.js, surfaces branch/working-tree state, runs `npx wrangler deploy`, then curls the live site. Use when asked to deploy, ship, or push the Worker live.
kv
Inspect and (carefully) edit the production WEATHER KV namespace — the cache behind crosbynews.com. Always uses `--remote` so it reads real production state, not local miniflare. Knows the seven keys, `weather` + `calendar` + `water` + `tropics` + `pollen` + `traffic` (cron-owned) and `news` (routine-owned). Use to check cache freshness or debug /news, /calendar, /water, /tropics, /pollen, /traffic, and the weather pages.
verify-site
Health-check the live crosbynews.com deploy with curl — key routes return 200, security headers present, canonical redirects are one hop, markdown negotiation works, unknown paths 404. Run after a deploy.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.