Use when setting up or verifying Zeabur API access for Toolkit skills. Use when ZEABUR_API_KEY is missing, when any Zeabur GraphQL call returns an authentication error, or when the user asks "how do I log in to Zeabur", "set up my Zeabur token", or "am I…
zeabur/toolkit-skills
SkillsMP has collected 11 skills from zeabur/toolkit-skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 11
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 11 of 11 collected skills.
Use when turning a Git repository into a container image with Zeabur CI/CD — a one-off build or a reusable branch source. Use when the user says "build my repo into an image", "deploy my own code" (build first, then deploy), or "rebuild that branch". Works…
Use when deploying anything onto a Zeabur-rented server — a public image like nginx, a website, an app. This skill picks the path; read it before installing anything on the machine. Use when the user says "run nginx on my server", "host my site on the VPS",…
Use when browsing servers available for rent on Zeabur — providers, regions, plans, specs, and monthly prices. Use when the user asks "what servers can I rent", "show me VPS options", "cheapest server in Europe", or before renting with the server-rent skill.…
Use when managing an existing Zeabur-rented server — checking status, listing servers, powering on/off, rebooting, or reinstalling the OS. Use when the user says "restart my server", "is my server up", "wipe and reinstall", or "list my servers". Prefer this…
Use when renting a new VPS on Zeabur. Use when the user wants to buy or provision a server, or after picking a plan from the server-catalog skill. Renting gives a clean Ubuntu VPS with root SSH access — no Zeabur project is created and nothing is…
Use when binding a zeabur.app subdomain to a server — claiming <label>.zeabur.app, pointing it at a VPS IP, getting an HTTPS certificate for it, changing the target IP, or deleting a binding. Use when the user says "give my server a domain", "bind a…
Manage Zeabur Kubernetes networking directly with kubectl: create Service or NodePort exposure, route a domain through Ingress and TLS, or diagnose zeabur.internal service communication. Use whenever a service needs internal or external network reachability…
Capture and diagnose Zeabur Kubernetes service logs, events, and resource metrics directly with kubectl. Use whenever a request asks for service logs, pod output, CPU or memory usage, restart causes, or Kubernetes-side observability without the Zeabur backend.
Manage Zeabur Kubernetes persistent storage directly with kubectl: create or mount PVCs, resize storage, and inspect, copy, or edit files on a service volume. Use whenever a service needs durable disks or volume-file operations without the Zeabur backend.
Manage Zeabur Kubernetes workloads directly with kubectl: create or update Deployments, inject Zeabur IDs and environment variables, change commands, limits, replicas, health checks, or scheduled restarts. Use whenever a request changes a service's running…