zeabur-variables

Create, list, and delete Zeabur service environment variables via CLI.

40|9|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-variables
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zeabur-variables
Source: https://github.com/zeabur/zeabur-claude-plugin/tree/main/skills/zeabur-variables
Command: npx skills add https://github.com/zeabur/zeabur-claude-plugin --skill zeabur-variables

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps manage environment variables for Zeabur services, addressing issues with empty variables or service connection errors caused by misconfigurations.

Core Features & Use Cases

  • Create Variables: Add new key-value pairs for services.
  • List Variables: View existing environment variables for a service.
  • Delete Variables: Remove specific environment variables.
  • Use Case: When a service fails because a required environment variable like DATABASE_URL is not set, this skill can be used to create or update it.

Quick Start

Use the zeabur-variables skill to create a new environment variable named API_KEY with the value 'your_secret_key' for service ID 'svc-123'.

Frequently Asked Questions about zeabur-variables

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Zeabur environment variables for a service?

To manage Zeabur environment variables, you can use a CLI interface to create, list, and delete key-value pairs for specific service configurations. This is done by invoking the Zeabur CLI via npx.

Why does my Zeabur service return a SERVICE_NOT_FOUND error?

A SERVICE_NOT_FOUND error during Zeabur environment variable management often indicates a service connection issue or misconfiguration. You can resolve this by verifying the service ID and using the CLI to ensure variables are correctly configured.

How do I create a new environment variable for a Zeabur deployment?

To create a new environment variable for a Zeabur deployment, invoke the Zeabur CLI via npx. You can then add a new key-value pair, such as a required DATABASE_URL, to the target service ID to fix misconfigurations.

Can I list and delete existing environment variables through the Zeabur CLI?

Yes, you can list and delete existing environment variables through the Zeabur CLI. The interface allows you to view current service configurations and remove specific variables to address issues with empty or unset values.

Do I need the Zeabur CLI to update service configuration variables?

Yes, you need the Zeabur CLI to update service configuration variables. The skill requires the CLI to be invoked via npx to interact with the service and manage environment variables like API_KEY or DATABASE_URL.

What is the best way to fix empty environment variables in Zeabur services?

The best way to fix empty environment variables in Zeabur services is to use the Zeabur CLI via npx. You can identify the unset variable, such as a missing API_KEY, and create or update the key-value pair for the service.