원클릭으로
deployment-wizard
Deploy local websites to the internet instantly via Cloudflare Tunnel. Zero hosting, zero domain needed.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Deploy local websites to the internet instantly via Cloudflare Tunnel. Zero hosting, zero domain needed.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Auto-generate concise, visually stunning README.md with project auto-scanning, badges, and 3 style modes.
Generate unit/integration tests with smart edge case analysis (Zero Token Skeleton + Smart Mode).
Persistent team profiles — carry your coding style, rules, and bug-fix knowledge across projects. 3-tier memory (Hot/Warm/Cold) with TF-IDF search.
Suggests suitable tech stack based on project requirements using local database.
Analyzes market trends, hot features, and user expectations.
Creative idea advisor. Brainstorm frameworks, product archetypes, industry data, and monetization models. Zero-token data retrieval via script.
| name | deployment-wizard |
| description | Deploy local websites to the internet instantly via Cloudflare Tunnel. Zero hosting, zero domain needed. |
Expose any local server to the internet using Cloudflare Tunnel. No account, no domain, no hosting needed.
# Find free port + get serve command for your stack:
python .agent/skills/deployment-wizard/scripts/tunnel.py --find-port --serve-cmd static --quiet
# → FREE_PORT=3000
# → SERVE_CMD=python -m http.server 3000
# Start tunnel:
python .agent/skills/deployment-wizard/scripts/tunnel.py --port 3000 --quiet
# → TUNNEL_URL=https://xxx.trycloudflare.com
📖 Read the compact recipe: .agent/skills/deployment-wizard/data/deploy_recipe.md
static · react · vite · nextjs · nuxt · django · flask · fastapi · express · php · hugo · ruby · custom
--check # Check cloudflared installed
--install # Auto-install cloudflared
--find-port # Find free port (pre-flight)
--serve-cmd STACK # Get serve command for stack
--find-port --serve-cmd X # Combined: free port + serve cmd