Overview
- Skill Key
- haohanyang92/openclaw-backup-tool
- Author
- haohanyang92
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/haohanyang92/openclaw-backup-tool
- Latest Commit SHA
- 6210eea98bddd6a12616ffea243803aee09bd0a2
OpenClaw 备份还原工具。每次安装调试功能前自动备份,支持终端一键还原和重启。让技术小白也能放心折腾。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-backup 技能。 若已安装,则直接安装 openclaw-backup 技能。
# OpenClaw 备份还原工具 保护你的 OpenClaw 配置,防止折腾坏掉没退路。 ## 功能 1. **自动备份** - 每次安装/调试功能前自动备份 2. **一键还原** - 终端输入命令选择时间节点恢复 3. **重启网关** - 一条命令重启 OpenClaw Gateway ## 使用方法 ### 备份脚本 ```bash bash ~/.openclaw/workspace/skills/openclaw-backup/scripts/backup.sh ``` 或通过 alias(需添加到 ~/.zshrc): ```bash alias ocl-backup="bash ~/.openclaw/workspace/skills/openclaw-backup/scripts/backup.sh" ``` ### 还原脚本 ```bash bash ~/.openclaw/workspace/skills/openclaw-backup/scripts/restore.sh ``` 会列出所有可用备份,选择后确认还原。 ### 重启 Gateway ```bash bash ~/.openclaw/workspace/skills/openclaw-backup/scripts/restart.sh ``` 或通过 alias: ```bash alias ocl-restart="bash ~/.openclaw/workspace/skills/openclaw-backup/scripts/restart.sh" ``` ## 备份内容 - IDENTITY.md - USER.md - MEMORY.md - SOUL.md - TOOLS.md - openclaw.json - memory/ 目录 ## 添加 Alias(推荐) 在 ~/.zshrc 中添加: ```bash alias ocl-backup="bash ~/.openclaw/workspace/skills/openclaw-backup/scripts/backup.sh" alias ocl-restore="bash ~/.openclaw/workspace/skills/openclaw-backup/scripts/restore.sh" alias ocl-restart="bash ~/.openclaw/workspace/skills/openclaw-backup/scripts/restart.sh" ``` 然后执行 `source ~/.zshrc` 生效。 ## 规则 **重要**:当用户让你安装、调试、配置任何 OpenClaw 功能之前,必须先运行备份脚本!
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.