Help us improve
Share bugs, ideas, or general feedback.
From gitchain-vercel
Manage Vercel environment variables for GitChain deployments
npx claudepluginhub c-0711/0711-tools --plugin gitchain-vercelHow this skill is triggered — by the user, by Claude, or both
Slash command
/gitchain-vercel:envThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage environment variables for GitChain deployments on Vercel.
Configures Vercel projects for development, preview, and production environments with scoped secrets using CLI and REST API.
Provides expert guidance on Vercel environment variables: .env file hierarchy and load order, secrets management rules, vercel env CLI commands (pull/add/rm/ls), OIDC tokens. Activates on .env patterns and vercel env bash commands.
Deploys and manages Vercel projects using token-based authentication. Automatically locates VERCEL_TOKEN and project IDs from environment or .env files, then runs CLI commands without exposing secrets.
Share bugs, ideas, or general feedback.
Manage environment variables for GitChain deployments on Vercel.
$ARGUMENTS for action:
list — Show all env vars for a projectset [key] [value] — Set/update an env varsync — Sync all required GitChain vars from current config| Variable | Description | Example |
|---|---|---|
GITCHAIN_API_URL | Backend API URL | https://api.gitchain.0711.io |
NEXT_PUBLIC_NAMESPACE | Default namespace | bosch |
NEXT_PUBLIC_TITLE | Site title | GitChain Product Explorer |
API_SECRET | Internal auth | [generated] |
# Environment Variables: [project]
| Variable | Environment | Status |
|----------|-------------|--------|
| GITCHAIN_API_URL | production | ✅ set |
| NEXT_PUBLIC_NAMESPACE | all | ✅ set |
⚠️ Changes require redeployment to take effect.
production, preview, development scopes appropriately