Manage environment variables across Vercel environments. Sync with Vercel CLI, handle local overrides, and load env vars in scripts.
env-workflow-vercel follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: env-workflow-vercel description: Manage environment variables across Vercel environments. Sync with Vercel CLI, handle local overrides, and load env vars in scripts. --- # Environment Variable Management with Vercel To set up Environment Variable Management with Vercel, refer to the fullstackrecipes MCP server resource: **Resource URI:** `recipe://fullstackrecipes.com/env-workflow-vercel` If the MCP server is not configured, fetch the recipe directly: ```bash curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/env-workflow-vercel ```