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.
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
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...