worker-logs
✓從 CLI 追蹤並檢查 Cloudflare Worker 日誌。在偵錯 API 401/500、openclaw auth 或 Web 應用程式錯誤時使用。涵蓋主頁工作器 (apps/web) 和 API 工作器 (apps/api)。
SKILL.md
Use this skill when you need to see what is happening inside the deployed Workers: request paths, response status, console.log output, and errors. Both the main site and the API are separate Cloudflare Workers.
| openagents-api | apps/api/wrangler.toml | openagents.com/api/ | Rust API: openclaw, control, D1, R2, etc. | | openagents-web-app | apps/web/wrangler.jsonc | openagents.com (main site) | TanStack/React app (Node compat). |
Run wrangler tail from the app directory that contains that worker's config (or use --config / --cwd).
從 CLI 追蹤並檢查 Cloudflare Worker 日誌。在偵錯 API 401/500、openclaw auth 或 Web 應用程式錯誤時使用。涵蓋主頁工作器 (apps/web) 和 API 工作器 (apps/api)。 來源:openagentsinc/openagents。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/openagentsinc/openagents --skill worker-logs- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-11
- 更新時間
- 2026-02-18
快速解答
什麼是 worker-logs?
從 CLI 追蹤並檢查 Cloudflare Worker 日誌。在偵錯 API 401/500、openclaw auth 或 Web 應用程式錯誤時使用。涵蓋主頁工作器 (apps/web) 和 API 工作器 (apps/api)。 來源:openagentsinc/openagents。
如何安裝 worker-logs?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/openagentsinc/openagents --skill worker-logs 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/openagentsinc/openagents