← 返回 Skills 市场
roryyu

Workspace Zip Backup

作者 Rory · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
162
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install workspace-zip-backup
功能描述
OpenClaw workspace 核心 markdown 文件快速压缩备份与还原工具,只备份 .md 文件并保持文件夹结构 | Fast backup & restore tool for OpenClaw workspace core markdown files, preserves directory...
安全使用建议
This skill appears to do exactly what it says: local backup/restore of .md files. Before using: (1) review and run the scripts locally on a small test folder to confirm behavior, (2) avoid placing the output zip inside the source directory (or change the script to write the archive outside the source) to prevent the archive being re-included, (3) consider improving the scripts: fix argument checks so they don't reference $1 when no args are given (or remove set -u), use find -print0 and xargs -0 to safely handle filenames with spaces/newlines, and optionally exclude the output zip name from the find results, (4) don't run as root and save backups to an external location if they contain sensitive notes, and (5) there are no network calls or credential requests in this skill. If you want these fixes but cannot edit scripts yourself, ask the author for an updated version that addresses the points above.
功能分析
Type: OpenClaw Skill Name: workspace-zip-backup Version: 0.1.0 The workspace-zip-backup skill provides standard bash scripts (backup-workspace.sh and restore-workspace.sh) for managing markdown files. The scripts use common utilities like find, zip, and unzip to perform their stated tasks without any evidence of data exfiltration, obfuscation, or unauthorized network activity. While the restore script uses 'unzip -o' (which overwrites files) and the backup script could potentially include absolute paths if configured by the user, these are functional characteristics of the tools rather than malicious intent, and the skill includes documentation and confirmation prompts to mitigate accidental data loss.
能力评估
Purpose & Capability
Name and description match the provided instructions: the SKILL.md contains shell scripts to find and zip .md files from a workspace and to restore them. There are no unrelated binaries, env vars, or config paths requested.
Instruction Scope
Instructions are limited to local filesystem operations (find/zip/unzip) and to copying the provided script blocks into executable files. They do not reference network endpoints or request secrets. Small issues: the scripts use set -euo pipefail but their argument/help checks reference $1 even when no args are provided (this can cause immediate failure due to 'set -u'); find|xargs is used without -print0/-0 handling so files with whitespace/newlines may break; if the output zip is placed inside the source directory it could be picked up by find and included in the archive (self-inclusion/recursion risk). These are correctness/usability problems, not indicators of malicious intent.
Install Mechanism
This is instruction-only (no install spec, no downloads). The README/SKILL.md tell the user to copy code blocks into scripts and place them in ~/.local/bin; no external code is fetched and nothing is written by the platform itself.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The scripts operate on local files only and default to a workspace path under the user home directory, which is consistent with the described purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. The provided instructions advise installing scripts into the user's ~/.local/bin; nothing in the skill attempts to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workspace-zip-backup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workspace-zip-backup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of workspace-zip-backup: a fast backup & restore tool for OpenClaw workspace markdown files. - Backs up only `.md` files, preserving the entire directory structure - Ignores binaries, node_modules, and build files for a slimmer backup - Provides simple bash scripts for both backup and restore with helpful usage instructions - Restore script includes a safety confirmation before extraction - Ideal for migrations, sharing, or regular workspace backups
元数据
Slug workspace-zip-backup
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Workspace Zip Backup 是什么?

OpenClaw workspace 核心 markdown 文件快速压缩备份与还原工具,只备份 .md 文件并保持文件夹结构 | Fast backup & restore tool for OpenClaw workspace core markdown files, preserves directory... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。

如何安装 Workspace Zip Backup?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install workspace-zip-backup」即可一键安装,无需额外配置。

Workspace Zip Backup 是免费的吗?

是的,Workspace Zip Backup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Workspace Zip Backup 支持哪些平台?

Workspace Zip Backup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Workspace Zip Backup?

由 Rory(@roryyu)开发并维护,当前版本 v0.1.0。

💬 留言讨论