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 Jul 2, 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.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...
Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目...