zeabur-domain-url

Manage Zeabur service domains and URL configurations via CLI commands.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users configure public URLs for their Zeabur services, resolving issues with redirects, CORS errors, and incorrect trailing slashes in web addresses. It also facilitates the creation and deletion of both Zeabur-managed and custom domains.

Core Features & Use Cases

  • URL Configuration: Ensures services have correct public URLs for redirects and CORS compliance.
  • Domain Management: Allows listing, creating (Zeabur-managed or custom), and deleting domains for services.
  • Use Case: A user needs to set up a custom domain myapp.example.com for their Zeabur service and is encountering redirect errors due to a trailing slash in the ZEABUR_WEB_URL environment variable.

Quick Start

Use the zeabur-domain-url skill to create a Zeabur-managed domain for service ID 'my-service-id' with the prefix 'myapp'.

Frequently Asked Questions about zeabur-domain-url

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

FAQPage Schema
How do I configure a custom domain for my Zeabur service?

To configure a custom domain for your Zeabur service, use this Skill to create and bind custom domains via CLI commands. It handles domain binding and ensures your service is publicly accessible through your specific URL.

Why does my Zeabur service have CORS errors and incorrect redirects?

CORS errors and incorrect redirects often occur due to misconfigured public URLs or trailing slashes in the ZEABUR_WEB_URL environment variable. This Skill resolves these issues by ensuring correct URL configuration for your service.

How do I fix trailing slash issues in my Zeabur public URL?

Fix trailing slash issues in your Zeabur public URL by properly configuring the URL settings through this Skill. It ensures services have correct public URLs, resolving redirect errors caused by trailing slashes in environment variables.

How do I list and delete Zeabur-managed subdomains for my application?

List and delete Zeabur-managed subdomains by invoking Zeabur CLI commands through this Skill. It supports listing existing domains and deleting both Zeabur-managed subdomains and custom domain bindings for your services.

Do I need the Zeabur CLI to create a managed subdomain with a specific prefix?

Yes, you need the Zeabur CLI to create a managed subdomain. This Skill requires invoking the CLI via `npx zeabur@latest` to execute commands for creating Zeabur-managed subdomains with your desired prefix.