convex-logs
✓從 CLI 檢查並傳輸 Convex 部署日誌。在調試凸操作、401/500 錯誤、失敗的查詢或突變時,或在需要查看運行的函數及其輸出時使用。
SKILL.md
Use this skill when you need to inspect what is happening in a Convex deployment: failed actions, validation errors, 401 unauthorized from external APIs, or which functions ran and how long they took.
Important: By default, convex logs and convex env target the dev deployment. For production issues (e.g. openagents.com), you must pass --prod.
Same for env vars: npx convex env list shows dev; npx convex env list --prod shows production.
從 CLI 檢查並傳輸 Convex 部署日誌。在調試凸操作、401/500 錯誤、失敗的查詢或突變時,或在需要查看運行的函數及其輸出時使用。 來源:openagentsinc/openagents。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/openagentsinc/openagents --skill convex-logs- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-11
- 更新時間
- 2026-02-18
快速解答
什麼是 convex-logs?
從 CLI 檢查並傳輸 Convex 部署日誌。在調試凸操作、401/500 錯誤、失敗的查詢或突變時,或在需要查看運行的函數及其輸出時使用。 來源:openagentsinc/openagents。
如何安裝 convex-logs?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/openagentsinc/openagents --skill convex-logs 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/openagentsinc/openagents