convex-logs
Installation
SKILL.md
Check Convex logs
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.
When to use this skill
- User reports an error from Convex (e.g. "unauthorized", "ArgumentValidationError", action timeout).
- You need to confirm which Convex deployment (dev vs prod) is being used.
- You need to see recent function executions (queries, mutations, actions) and their success/failure.
- You are debugging Convex env vars (e.g. OA_INTERNAL_KEY, PUBLIC_API_URL) and want to correlate with API responses in logs.
Prerequisites
- The project must use Convex and have
npx convex(orconvexCLI) available. - Run Convex commands from the app directory that contains the
convex/folder (e.g.apps/webin a monorepo). - You must be logged in and have the correct Convex project linked (
npx convex dashboardto verify).