local-server

Run Claude orchestrator locally with Cloudflare tunneling. Use when user asks to run locally, start local server, or test webhooks locally.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "local-server" with this command: npx skills add aiagentwithdhruv/skills/aiagentwithdhruv-skills-local-server

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

Endpoints

Same as Modal deployment:

  • /directive?slug={slug} - Execute directive
  • /list-webhooks - List webhooks
  • /general-agent - General agent tasks

Development Use

  • Faster iteration than Modal deploys
  • Full access to local files and credentials
  • Real-time debugging with print statements

Environment

Uses local .env file directly (unlike Modal which uses secrets).


Schema

Inputs

NameTypeRequiredDescription
portintegerNoServer port (default: 8000)

Outputs

NameTypeDescription
server_urlstringLocal server URL (http://localhost:8000)
tunnel_urlstringCloudflare tunnel URL (if enabled)

Composable With

Skills that chain well with this one: add-webhook

Cost

Free (local execution)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

image-to-video

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

excalidraw-visuals

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

gmaps-leads

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

whisper-voice

No summary provided by upstream source.

Repository SourceNeeds Review