zeabur-template-publish

Publish and manage Zeabur marketplace templates via the Zeabur CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of publishing new Zeabur templates to the marketplace or updating existing ones, ensuring your templates are accessible and current.

Core Features & Use Cases

  • Publish New Templates: Upload a new template YAML file to the Zeabur marketplace.
  • Update Existing Templates: Modify and republish a template using its unique code.
  • Delete Templates: Remove outdated templates from the marketplace.
  • Use Case: A developer has created a new boilerplate for a common web application stack and wants to share it with the Zeabur community via the template marketplace.

Quick Start

Use the zeabur-template-publish skill to publish the local file 'my-new-template.yaml' to the Zeabur marketplace.

Frequently Asked Questions about zeabur-template-publish

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

FAQPage Schema
How do I publish a Zeabur template to the marketplace?

You can update an existing Zeabur template by modifying its YAML configuration and republishing it to the marketplace using the template's unique code through the Zeabur CLI.

Can I delete a deployed template from the Zeabur marketplace?

Yes, you can delete outdated templates from the Zeabur marketplace. This Skill manages template removal directly through the Zeabur CLI to keep your published offerings current.

Do I need the Zeabur CLI installed to publish templates?

Yes, the Zeabur CLI is required to be installed and accessible via npx to handle the creation, updating, and deletion of your YAML-based templates on the marketplace.

What format is required for uploading templates to Zeabur?

Templates must be formatted as YAML configuration files. This Skill processes these local YAML files to create, update, or delete your templates on the Zeabur marketplace.

Why use YAML files for Zeabur template deployment?

YAML files define the configuration for your Zeabur templates. Using them streamlines the publishing process, ensuring your boilerplate application stacks are correctly structured for marketplace deployment.