Gives Claude the ability to inspect environment variables in your Cloud environments through the mcloud CLI. It can list all variables for an environment, retrieve specific ones by key or ID, and even export them to .env files. The most important thing to know is that it won't reveal secret values unless you explicitly ask for them, which is good since those values end up in terminal history and logs. You can query by variable ID without needing project context, but lookups by key name require the full organization, project, and environment specified. Useful when you need to audit what's configured, debug missing variables, or understand what's available at build versus runtime.
npx skills add https://github.com/medusajs/medusa-agent-skills --skill mcloud-variables