zeabur-template-backup

zeabur-template-backup is a skill for Claude Code from zeabur/agent-skills. It costs 58 tokens per session (974 once invoked), scanned A, original, no licence file.

A backup helper for saving a Zeabur deployment template to a Git repository. Zeabur templates describe how services are set up, and Git records file changes over time.

In plain words
What is it for?
Use it with a Zeabur template URL when you want to save the template, back it up, or download its YAML configuration.
Why use it?
It helps keep a restorable copy of a template instead of leaving the only copy in Zeabur.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the zeabur plugin — 31 skills shipped together

Good fit Use it with a Zeabur template URL when you want to save the template, back it up, or download its YAML configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zeabur/agent-skills/zeabur-template-backup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zeabur/agent-skills --skill zeabur-template-backup
Clone the repo
git clone --depth 1 https://github.com/zeabur/agent-skills

Made for: Claude Code.

Or install zeabur, the plugin that ships this one along with the rest of its 31 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for zeabur-template-backup

README.md
[![agentmods](https://agentmods.dev/badge/skills/zeabur/agent-skills/zeabur-template-backup/github.svg)](https://agentmods.dev/skills/zeabur/agent-skills/zeabur-template-backup)
Your own site
<a href="https://agentmods.dev/skills/zeabur/agent-skills/zeabur-template-backup"><img src="https://agentmods.dev/badge/skills/zeabur/agent-skills/zeabur-template-backup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for zeabur-template-backup

Your own site · 80×15
<a href="https://agentmods.dev/skills/zeabur/agent-skills/zeabur-template-backup"><img src="https://agentmods.dev/badge/skills/zeabur/agent-skills/zeabur-template-backup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 974 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.00974
Opus 5 $0.00029 $0.00487
Sonnet 5 $0.00012 $0.00195
Haiku 4.5 $0.00006 $0.00097

Measured 12d ago against content hash 682d4cccabca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

zeabur-template-backup scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Use `curl` to download:
plugins/zeabur/skills/zeabur-template-backup/SKILL.md · 127 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 127 lines · 58 tokens per session scan A 682d4cccabca

Subscribe to this mod's changes

zeabur-template-backup is a skill published in the GitHub repository zeabur/agent-skills (40 stars, last pushed 6d ago), with no licence file. It adds 58 tokens to every session and 974 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

skillshare-changelog

Generate CHANGELOG.md entry from recent commits in conventional format. Also syncs the website changelog page. Use this skill whenever the user asks to: generate a changelog, document what changed between tags, or create a new CHANGELOG entry. If you see requests like "write the changelog for v0.17", "what changed…

runkids/skillshare · 134 tokens

skillshare-release

End-to-end release workflow for skillshare. Runs tests, generates changelog (via /changelog), optionally writes local RELEASENOTES, updates version numbers, commits, and drafts announcements. Use when the user says "release", "prepare release", "cut a release", "release v0.19", or any request to publish a new version.…

runkids/skillshare · 87 tokens

doris-repo-review

Review an Apache Doris PR from a local clone with the same multi-agent, shared-ledger convergence workflow as the CI Code Review Runner. Use when the user supplies a PR to /doris-repo-review, asks to review a Doris PR locally, or asks for the CI-style review flow. Safely align only the current worktree to the exact PR…

apache/doris-skills · 180 tokens

doris-debug-import

Use for Doris Stream/Broker/Routine Load issues and Group Commit asyncmode WAL pile-up. Tunables: table groupcommitintervalms / groupcommitdatabytes; BE groupcommitinsertthreads, groupcommitwalpath, groupcommitwalmaxdisklimit.

apache/doris-skills · 58 tokens

reskill-usage

Teaches AI agents how to use reskill — a Git-based package manager for AI agent skills. Covers CLI commands, install formats, configuration, publishing, and common workflows.

kanyun-inc/reskill · 40 tokens

commit-simple

Branch, commit, and push changes. Use when preparing a commit or pushing work.

edonadei/caliper · 20 tokens