← 返回 Skills 市场
1083
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install fullbackup
功能描述
Create a full local backup of the OpenClaw workspace and configuration using the existing backup-local.sh script. Use for /fullbackup in Telegram or when the user asks for a complete local backup.
使用说明 (SKILL.md)
Full Backup (local archive)
Overview
Run the local full-backup script and store the archive in /root/.openclaw/backups.
Quick start
Run the bundled wrapper:
bash /root/.openclaw/workspace/skills/fullbackup/scripts/full-backup.sh
Output
Print the archive path and size.
Notes
- The backup script already applies safe exclusions (caches/logs).
- Do not delete older archives.
安全使用建议
This skill simply runs your workspace's backup-local.sh. Before installing or invoking it: (1) review /root/.openclaw/workspace/scripts/backup-local.sh to confirm it only creates local archives and does not upload data or leak secrets, (2) verify the archive location and contents (look for secrets or unexpected files), (3) run the backup manually in a safe environment or with a dry-run option if available, and (4) prefer a skill with a known source or include the actual backup script in the bundle so it can be audited. Because the source is unknown and the real work happens in an external script, treat this as potentially risky until you inspect that script.
功能分析
Type: OpenClaw Skill
Name: fullbackup
Version: 0.1.0
The skill is a simple wrapper designed to execute an existing OpenClaw system backup script (`/root/.openclaw/workspace/scripts/backup-local.sh`). The `SKILL.md` instructions are clear and align with the stated purpose of creating a local backup, showing no signs of prompt injection. The `scripts/full-backup.sh` merely calls the system script after checking its existence and executability. There is no evidence of data exfiltration, malicious execution (beyond invoking a legitimate system utility), persistence, or obfuscation within this skill bundle. Its behavior is entirely consistent with its stated purpose.
能力评估
Purpose & Capability
Name/description match the behavior: the skill runs an existing workspace backup script. It does not request unrelated credentials or extras. However it relies on /root/.openclaw/workspace/scripts/backup-local.sh (not included in the skill bundle), so correctness and safety depend entirely on that external script.
Instruction Scope
SKILL.md instructs running the bundled wrapper which simply executes the workspace's backup-local.sh. The wrapper/skill does not inspect or limit what the backup script does — the backup script could read arbitrary files, include secrets, or upload archives to remote endpoints. The SKILL.md expects the script to 'print the archive path and size' but neither the wrapper nor the SKILL.md enforce or verify that behavior.
Install Mechanism
No install spec (instruction-only plus a tiny wrapper script). Nothing is downloaded or extracted by the skill itself; that is low install risk.
Credentials
The skill requires no environment variables or credentials. That is proportionate. Still, it operates over files under /root/.openclaw (sensitive workspace and config paths), so it needs file-system access to sensitive data even though no explicit secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills. The agent could invoke the skill autonomously (platform default), but that is not elevated here — the main risk is what the external backup script does when executed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fullbackup - 安装完成后,直接呼叫该 Skill 的名称或使用
/fullbackup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publish
元数据
常见问题
fullbackup 是什么?
Create a full local backup of the OpenClaw workspace and configuration using the existing backup-local.sh script. Use for /fullbackup in Telegram or when the user asks for a complete local backup. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1083 次。
如何安装 fullbackup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fullbackup」即可一键安装,无需额外配置。
fullbackup 是免费的吗?
是的,fullbackup 完全免费(开源免费),可自由下载、安装和使用。
fullbackup 支持哪些平台?
fullbackup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 fullbackup?
由 Trumppo(@trumppo)开发并维护,当前版本 v0.1.0。
推荐 Skills