local-server

Installation
SKILL.md

Local Server Execution

Goal

Run the Claude orchestrator locally with Cloudflare tunnel for external webhook access.

Start Server

python3 execution/local_server.py

Starts FastAPI server on port 8000.

Cloudflare Tunnel

For external access (webhooks), use Cloudflare tunnel:

cloudflared tunnel --url http://localhost:8000
Installs
28
GitHub Stars
11
First Seen
Mar 6, 2026
local-server — aiagentwithdhruv/skills