Token导航 LogoToken导航TokenDH.com
效率操作浏览器clawhub未标认证来源可访问clear审计通过

octooloctool 效率

Agent Skill

octool 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,008

周安装

383

GitHub Stars

公开资料未说明

下载量

3,156
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:octool(octool 效率)
来源仓库:https://github.com/donnieclaw/octool
安装命令:
openclaw skills install octool
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install octool

简介

octool 是 OpenClaw 的可视化配置助手,支持本地备份与迁移。

  • 适用于工作区配置管理和 Git 备份流程自动化。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 通过 clawhub 安装,提供安全向导辅助操作。
  • 涉及系统配置修改时需谨慎,建议提前做好数据备份。
  • octool 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
octool
description
Openclaw Visual Configuration Assistant. Provides secure wizard for local/Git backup and workspace migration.
homepage
https://github.com/donnieclaw/octool
metadata
{"clawdbot":{"emoji":"🖥️"}}

Openclaw Backup Assistant (oc-tool)

🌍 English Description Below | 中文介绍在上方

这是一个纯前端的安全、可视化的 Openclaw 配置管理助手。它旨在帮助用户管理 Openclaw 的配置备份、Agent 灵魂文件(MEMORY/SOUL/IDENTITY)以及系统环境迁移。

主要功能:

  • Git / 本地双模备份:支持将配置备份至本地目录或私有 GitHub 仓库。
  • 安全配置向导:运行于浏览器本地沙箱,为用户生成可供手动执行的环境配置脚本。
  • Agent 数据保护:生成覆盖 workspace 目录下关键文件(如 openclaw.jsonMEMORY.md)的 cp/rsync 命令,防止数据丢失。所有命令均需手动执行。
  • 终端快捷指令生成:为用户提供 oc(智能代理启动)、oc-save(备份当前环境及自定义文件)、oc-rec(一键恢复设定版本)等常用指令的文本示例,方便在终端中手动使用。
  • 灵活的自定义备份:界面提供直观的文件拖拽区,支持用户根据自身需求,随时增减需要一同打包备份的额外文件夹或特定文件。

🔒 隐私与安全声明 (使用前必读)

  • 真正的零外部请求:本工具已移除所有外部字体和资源依赖,100% 仅在本地浏览器沙箱运行。除了在 Git 模式下直接请求官方的 api.github.com 接口外,不存在任何向第三方服务器发送请求的代码。可断网运行以验证安全性。
  • 凭据存留说明:Git 模式下,您提供的 GitHub PAT 仅用于两个 api.github.com 接口调用(仓库验证 + 文件写入)。Token 保存在浏览器 sessionStorage 中,关闭标签页后自动清除,绝不写入 localStorage,绝不发送至任何第三方服务器。强烈建议使用仅具备目标仓库 Contents: Read and Write 权限的 fine-grained PAT。
  • 代理检测说明oc() 命令使用原生 macOS scutil --proxy 配合 awk 读取系统代理配置,为只读操作,无 node -e、无 eval、无动态代码执行。
  • 脚本生成说明:本工具生成的 sedrsynccpgit 命令均以纯文本展示供您审阅,需手动复制到终端执行。工具本身不自动执行任何系统命令。写入 ~/.bash_profile 的命令带幂等检查,重复执行安全。所有流入 shell 命令的用户输入(路径名、tag、commit message、排除目录)在生成时均经过严格验证,包含非法字符时拒绝生成并提示错误。
  • 本地文件读取限定:文件拖拽区仅通过浏览器 File API 解析您主动拖入的文件,不会在后台读取其他磁盘文件。

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.

Core Features:

  • Dual Backup Modes (Git / Local): Supports backing up configurations to local directories or private GitHub repositories.
  • Secure Configuration Wizard: Runs in a local browser sandbox, generating environment configuration scripts for manual terminal execution.
  • Agent Data Protection: Generates 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.
  • Terminal Command Generator: Provides text-based command snippets for manual terminal use, including oc (smart proxy startup), oc-save (backup current environment & custom files), and oc-rec (restore specific versions).
  • Flexible Custom Backups: The UI features an intuitive drag-and-drop area, allowing users to easily add or remove extra folders/files to be included in the backup package.

🔒 Privacy & Security (Please Read)

  • True Zero External Tracking: All external dependencies have been removed. This tool runs 100% client-side in your local browser sandbox. The only external call is to 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.
  • Credential Handling: The GitHub PAT is used only for two 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.
  • Proxy Detection: The generated 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.
  • Shell Command Generation: This tool generates 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.
  • Local File Reading: Files are read only when you explicitly drag them into the drop zone via the browser File API. No background disk access occurs.

How to start / 启动方式

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.89%
按下载量换算2,774

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills