Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @trumppo Updated 6/28/2026 1,558 downloads 0 stars Security: Pass

Gitbackup OpenClaw Plugin & Skill | ClawHub

Looking to integrate Gitbackup into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

Create a local Git bundle backup of the OpenClaw workspace repository. Use when running /gitbackup in Telegram or when the user asks to back up Git history/refs to a local file.

Install

ClawHub CLI
openclaw skills install @trumppo/gitbackup
Node.js (npx)
npx clawhub@latest install gitbackup

Full SKILL.md

Open original
Metadata table.
namedescription
gitbackupCreate a local Git bundle backup of the OpenClaw workspace repository. Use when running /gitbackup in Telegram or when the user asks to back up Git history/refs to a local file.

SKILL.md content below is scrollable.

Git Backup (local bundle)

Overview

Create a self-contained Git bundle of the workspace repo and store it in /root/.openclaw/backups.

Quick start

Run the bundled script:

bash /root/.openclaw/workspace/skills/gitbackup/scripts/git-backup.sh

Output

Print the bundle path and size. The bundle filename includes UTC timestamp.

Notes

  • If the workspace is not a Git repo, exit with a clear error.
  • Do not delete older bundles.
ClawHub Registry URL: https://clawhub.ai/trumppo/skills/gitbackup

Related skills

If this matches your use case, these are close alternatives in the same category.