Use when managing Zeabur environment variables via CLI. Use when variables are empty or SERVICE_NOT_FOUND errors.
Install
npx skillscat add zeabur/zeabur-claude-plugin/zeabur-variables Install via the SkillsCat registry.
SKILL.md
Zeabur Variables Management
Known Issues
- Use
--idnot--name- name lookup unreliable ${VAR}gets empty - shell expands before CLI receivesvariable updatemay clear all vars - bug in CLI
Create Variables
# ✅ Use service ID
npx zeabur@latest variable create --id <service-id> \
--key "KEY1=value1" \
--key "KEY2=value2" \
-y -i=falseVariable References
# ❌ FAILS - shell expands ${VAR} to empty
--key "REDIS_URL=${REDIS_URI_INTERNAL}"
# ✅ Set references in Dashboard insteadList Variables
npx zeabur@latest variable list --id <service-id> -i=falseFor ${VAR} references → Use Zeabur Dashboard, not CLI.