zeabur-service-exec

Execute arbitrary commands inside a specified Zeabur service container.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to run commands directly inside a Zeabur service's container, enabling in-depth debugging and inspection of the running environment.

Core Features & Use Cases

  • Remote Command Execution: Run any shell command within a specified service container.
  • Debugging & Inspection: Check environment variables, inspect files, monitor running processes, or test network connectivity from within the container.
  • Use Case: If a service is experiencing connection issues to its database, you can use this Skill to exec into the service's container and run nc -zv <database-host> <database-port> to diagnose the network path.

Quick Start

Use the zeabur-service-exec skill to list all files in the root directory of the service with ID 'my-service-id'.

Frequently Asked Questions about zeabur-service-exec

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

FAQPage Schema
How do I execute commands in a Zeabur service container for debugging?

To execute commands in a Zeabur service container for debugging, you provide a valid service ID and the command to run. This allows direct access to the container's filesystem, environment, and network stack for inspection.

Can I test network connectivity from within my Zeabur service container?

Yes, you can test network connectivity from within your Zeabur service container by running diagnostic commands like nc or curl. This helps diagnose connection issues between your service and its database or external endpoints.

What do I need to run shell commands inside a running Zeabur container?

To run shell commands inside a running Zeabur container, you need the specific service ID of the target container and the command to execute. Optional environment and name flags are available for precise targeting.

How does running commands directly inside a container help with service inspection?

Running commands directly inside a container helps with service inspection by enabling you to check environment variables, inspect filesystem contents, and monitor running processes in real-time within the actual deployment environment.

Are there limitations to executing arbitrary commands in Zeabur service containers?

Executing arbitrary commands in Zeabur service containers requires a valid service ID and depends on the container's current state. It is designed for debugging and inspection rather than persistent configuration changes.