From dispatch-http
Expose the local dispatch-http server to the internet via a Cloudflare quick tunnel
npx claudepluginhub runbear-io/skills --plugin dispatch-httpThis skill uses the workspace's default tool permissions.
- The dispatch-http server must already be running (use the `dispatch-http` skill first)
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
dispatch-http skill first)cloudflared must be installed (brew install cloudflared on macOS)cloudflared tunnel --config /dev/null --url http://localhost:${PORT:-3000} $ARGUMENTS
Run this in the background so the conversation can continue.
Pass a custom port if the dispatch-http server is not running on the default port 3000.
Watch the background task output for a line like:
https://<random>.trycloudflare.com
That is the public URL. Test it:
curl -s https://<random>.trycloudflare.com/health
Expect {"ok":true}.
DISPATCH_HTTP_API_KEY env var on the dispatch-http server to require Bearer token auth.