一键导入
local-server
Run Claude orchestrator locally with Cloudflare tunneling. Use when user asks to run locally, start local server, or test webhooks locally.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run Claude orchestrator locally with Cloudflare tunneling. Use when user asks to run locally, start local server, or test webhooks locally.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | local-server |
| description | Run Claude orchestrator locally with Cloudflare tunneling. Use when user asks to run locally, start local server, or test webhooks locally. |
| allowed-tools | Bash, Read, Write, Edit, Glob, Grep |
Run the Claude orchestrator locally with Cloudflare tunnel for external webhook access.
python3 execution/local_server.py
Starts FastAPI server on port 8000.
For external access (webhooks), use Cloudflare tunnel:
cloudflared tunnel --url http://localhost:8000
Same as Modal deployment:
/directive?slug={slug} - Execute directive/list-webhooks - List webhooks/general-agent - General agent tasksUses local .env file directly (unlike Modal which uses secrets).
| Name | Type | Required | Description |
|---|---|---|---|
port | integer | No | Server port (default: 8000) |
| Name | Type | Description |
|---|---|---|
server_url | string | Local server URL (http://localhost:8000) |
tunnel_url | string | Cloudflare tunnel URL (if enabled) |
Skills that chain well with this one: add-webhook
Free (local execution)
DEPRECATED. Koyeb removed its free tier. Use github-actions-deploy or n8n-workflow-deploy instead.
Deploy any automation to run on schedule using GitHub Actions. Use when user asks to deploy with cron, schedule an automation, run code automatically, or deploy for free.
Deploy serverless Python functions and AI workloads to Modal. Use when user needs GPU, AI inference, serverless Python, or scheduled AI tasks.
Deploy automations as n8n workflows — visual, webhook-driven, multi-step. Use when user asks to create a workflow, connect services visually, or deploy to n8n.
Deploy frontends, dashboards, webhooks, and API endpoints to Vercel. Use when user needs a web UI, dashboard, webhook receiver, or Next.js/React frontend.
Add 6-layer guardrail pipeline to any AI agent — RBAC, injection defense, output filtering, monitoring