workers-fetch
Installation
SKILL.md
workers-fetch
workers-fetch is a tiny curl-like CLI that uses Cloudflare's unstable_startWorker() to spin up a Worker from its wrangler.json(c) / wrangler.toml, send a single request, and print the response. Use it when you would otherwise start bun run dev in one terminal just to issue one curl in another — workers-fetch does both in one shot, then exits.
Install
npm install -g workers-fetch
Usage
# GET / — auto-detects wrangler.jsonc in cwd
workers-fetch
# With a path
workers-fetch /skills/hono