git-backupBackup the agent workspace to a GitHub repository. Use when: asked to save/remember something important, after significant changes to memory files, on a sche...
Install via ClawdBot CLI:
clawdbot install netanel-abergel/git-backupGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://[email protected]/GITHUB_USERNAME/REPO_NAME.gitUses known external API (expected, informational)
api.github.comAudited Apr 16, 2026 · audit v1.0
Generated May 6, 2026
An individual developer or knowledge worker uses the skill to automatically back up their AI agent workspace (e.g., notes, configs, memory files) to a private GitHub repository. This ensures critical data is never lost and can be restored if the local environment is erased.
A small team of AI agents or human users working on shared projects uses the skill to push workspace changes to a common GitHub repo. Each agent's updates are versioned, allowing collaboration and rollback of changes.
A company uses the cron-scheduled backup (every 6 hours) to automatically back up agent workspaces for audit and compliance purposes. This ensures that all changes to memory and configuration files are regularly archived.
An AI agent uses the skill to back up its own memory and learning files (like MEMORY.md and .learnings/) so that its knowledge persists across sessions or after model resets. This enables continuous improvement and personalized assistance.
Offer a free tier with manual backups and a premium tier with automated cron backups, priority support, and multi-repo management. Revenue comes from monthly subscriptions.
Provide paid consulting to help organizations integrate the Git Backup skill into their AI agent workflows, customize .gitignore policies, and set up backup schedules. Revenue from one-time setup fees and ongoing support contracts.
License the Git Backup skill as a module for other AI agent platforms or enterprise solutions. Charge per deployment or per-agent per month.
💬 Integration Tip
To integrate, ensure the workspace path ($HOME/.openclaw/workspace) matches your agent's directory. Modify the repo name and GitHub username variables in the script, and store the GitHub token securely using the provided credential file method.
Scored Apr 19, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.