zeabur-project-create

Create Zeabur projects with region selection and project ID retrieval.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Zeabur projects, ensuring correct region selection and project ID retrieval for subsequent deployments.

Core Features & Use Cases

  • Project Creation: Create new Zeabur projects with specified names and regions.
  • Region Selection: Guides users to select appropriate servers and derive region codes, preventing errors with deprecated codes.
  • Project ID Retrieval: Fetches the unique project ID for use in deployment commands.
  • Use Case: When a user wants to deploy a new application, this skill helps them set up the foundational project in Zeabur, selecting the right server and region.

Quick Start

Use the zeabur-project-create skill to create a new project named 'my-app' in the 'server-abc123' region.

Frequently Asked Questions about zeabur-project-create

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

FAQPage Schema
How do I create a new Zeabur project and retrieve the project ID for deployment?

To create a new Zeabur project, use this skill to generate the project with a specified name and region, then parse the output with jq to retrieve the unique project ID needed for deployment commands.

How does region selection work when deploying a new application to Zeabur?

Region selection for Zeabur deployments involves deriving the correct server ID from available servers to obtain a valid region code, preventing errors that occur when using deprecated region codes.

Do I need the zeabur CLI and jq to manage project creation?

Yes, managing Zeabur project creation requires the npx zeabur CLI to execute creation commands and jq to parse the JSON output for extracting server IDs and project IDs.

Can I deploy a template into a new Zeabur project?

Yes, this skill handles scenarios for both standard new project creation and template deployment into new projects by fetching the required project ID and establishing the foundational setup.

What is the best way to prevent deprecated region code errors during Zeabur server management?

The best way to prevent deprecated region code errors is to query available servers, select a target server to derive its current region code, and use that code for your Zeabur project setup.