GPUtw-ai

Gputw Debug — DevOps skill for Claude Code

DevOps community

排查 GPUtw API 錯誤(Cloudflare 403、401、403 scope、402、404、409、429、504)、部署卡住、FAILED / crash loop.

How to install Gputw Debug

Installs to ~/.claude/skills/gputw-ai-gputw-skill-gputw-debug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/gputw-ai-gputw-skill-gputw-debug && curl -fsSL https://raw.githubusercontent.com/GPUtw-ai/GPUtw-Skill/HEAD/commands/gputw-debug.md -o ~/.claude/skills/gputw-ai-gputw-skill-gputw-debug/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Gputw Debug does


description: 排查 GPUtw API 錯誤(Cloudflare 403、401、403 scope、402、404、409、429、504)、部署卡住、FAILED / crash loop

**你需要這個指令嗎?**

  • 目標:某個呼叫回錯誤、部署一直 DEPLOYING、執行個體 FAILED、上傳段被拒 → ✅ 是
  • 目標:從零寫部署腳本 → ❌ 改用 /gputw-deploy

使用者遇到 GPUtw API 問題。請依以下步驟:

  1. 先要到:HTTP 狀態碼、完整回應 body、呼叫的方法 + 路徑 + 主機名、用的 preset / scopes、(部署問題)GET /instances/{id}/status 的輸出
  2. 讀取 guides/10-errors-and-troubleshooting.md 的「遇到錯誤怎麼查?」樹與狀態碼總表
  3. 依序排除:
    • body 不是 JSON 信封 → User-Agent
    • 401 → 金鑰;`403 missing required

Alternatives in DevOps

  • Cloudflare Deploy — Deploy apps to Cloudflare using Workers, Pages, and platform services 14.6k ★
  • Kubeshark — Cluster-wide network observability for Kubernetes 11.8k ★
  • Vinext — Vite plugin that reimplements the Next.js API surface — deploy anywhere 8.7k ★

Full documentation available on GitHub

View Source Repository