Install
openclaw skills install octoolOpenclaw Visual Configuration Assistant. Provides secure wizard for local/Git backup and workspace migration.
openclaw skills install octool🌍 English Description Below | 中文介绍在上方
这是一个纯前端的安全、可视化的 Openclaw 配置管理助手。它旨在帮助用户管理 Openclaw 的配置备份、Agent 灵魂文件(MEMORY/SOUL/IDENTITY)以及系统环境迁移。
openclaw.json、MEMORY.md)的 cp/rsync 命令,防止数据丢失。所有命令均需手动执行。oc(智能代理启动)、oc-save(备份当前环境及自定义文件)、oc-rec(一键恢复设定版本)等常用指令的文本示例,方便在终端中手动使用。api.github.com 接口外,不存在任何向第三方服务器发送请求的代码。可断网运行以验证安全性。api.github.com 接口调用(仓库验证 + 文件写入)。Token 保存在浏览器 sessionStorage 中,关闭标签页后自动清除,绝不写入 localStorage,绝不发送至任何第三方服务器。强烈建议使用仅具备目标仓库 Contents: Read and Write 权限的 fine-grained PAT。oc() 命令使用原生 macOS scutil --proxy 配合 awk 读取系统代理配置,为只读操作,无 node -e、无 eval、无动态代码执行。sed、rsync、cp、git 命令均以纯文本展示供您审阅,需手动复制到终端执行。工具本身不自动执行任何系统命令。写入 ~/.bash_profile 的命令带幂等检查,重复执行安全。所有流入 shell 命令的用户输入(路径名、tag、commit message、排除目录)在生成时均经过严格验证,包含非法字符时拒绝生成并提示错误。This is a frontend-only, secure, visual configuration assistant for Openclaw. It helps users manage configuration backups, Agent persona files (MEMORY/SOUL/IDENTITY), and system environment migrations.
cp/rsync commands targeting specific, user-selected files (e.g. openclaw.json, MEMORY.md). No files are read or copied automatically — all generated commands require manual review and execution in your terminal.oc (smart proxy startup), oc-save (backup current environment & custom files), and oc-rec (restore specific versions).api.github.com when you explicitly opt into Git mode. You can verify offline safety by opening DevTools > Network — zero requests without a GitHub token.api.github.com calls: GET /repos/{owner}/{repo} (verify access) and PUT /repos/{owner}/{repo}/contents/{path} (write backup). The token is stored in sessionStorage only — it is automatically cleared when the tab is closed and is never written to localStorage. We recommend a fine-grained PAT scoped to Contents: Read and Write on the target repo only.oc() command detects system proxy using native macOS scutil --proxy piped through awk. No node -e, no eval, no dynamic code execution. Read-only syscall only.sed, rsync, cp, and git commands displayed as plaintext for your review. No commands are auto-executed. The bash_profile write command includes an idempotent guard (OC_TOOL_BLOCK marker check) — safe to run multiple times. All user inputs that flow into generated shell commands (paths, tags, commit messages, rsync excludes) are validated at generation time; inputs containing shell metacharacters are rejected with a visible error.After installation, open the file below in your browser.
If installed to a custom workspace, replace ~/.openclaw/skills with your workspace path.
安装完成后,用浏览器打开以下文件。如安装在自定义 workspace 下,请将路径替换为对应目录。
~/.openclaw/skills/octool/oc-tool.html