convex-env

安装量: 10K
排名: #1579

安装

npx skills add https://github.com/get-convex/agent-skills --skill convex-env

Manage env vars + secrets Store secrets as Convex deployment env vars (npx convex env set), read them with process.env in actions, never commit them. Workflow npx convex env set KEY value (per deployment). Read via process.env.KEY inside actions (not queries/mutations). Never hardcode or commit secrets; add to .env.local only for local. Confirm with npx convex env list . Rules Secrets live in Convex env vars, never in code or git. process.env only in actions ('use node' if needed), not queries/mutations. Different deployments need their own values. Installs 913 Repository get-convex/agent-skills GitHub Stars 42 First Seen 2 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜