← 返回 Skills 市场
ToolFlow OpenClaw Operator
作者
mcg-tries-to-code
· GitHub ↗
· v0.3.0
· MIT-0
74
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install toolflow-openclaw-operator
功能描述
Enables running jobs as durable, stepwise ToolFlow workflows with approvals, recovery, and progress tracking via OpenClaw integration.
安全使用建议
This package appears to do what it claims: it bundles a ToolFlow plugin and provides scripts to link it into OpenClaw. Before installing: (1) be aware the installer expects the openclaw CLI and node on your host (metadata omitted these requirements); (2) review the bundled dist/entry.js and runtime-cli.js (they are included) or run the installer in an isolated environment if you cannot audit them fully; (3) do not enable 'enableElevated' or broad 'elevatedAllowedCommands' unless you trust the plugin and want it to run shell commands on your host; (4) watch out for example workflows with absolute paths (they are examples and not auto-run, but if executed they can read local files); and (5) prefer to install only from a known source (canonical GitHub repo cited) and confirm upstream provenance if possible.
功能分析
Type: OpenClaw Skill
Name: toolflow-openclaw-operator
Version: 0.3.0
The bundle provides a structured workflow management system ('ToolFlow') for OpenClaw agents, designed to handle multi-step tasks with durable state and recovery. While the system includes high-risk capabilities such as file reading and command execution (defined in 'toolflow-bundle/plugin/dist/entry.js'), these are the stated purpose of the tool and are implemented with significant security controls, including a cryptographic 'grant' and 'receipt' system (HMAC-SHA256), command allowlists, and mandatory approval boundaries for elevated work. The installation script ('scripts/install-toolflow-openclaw.sh') uses standard local linking for OpenClaw plugins and does not perform unauthorized network requests or persistence modifications.
能力标签
能力评估
Purpose & Capability
Name/description match the actual contents: the skill bundles a ToolFlow OpenClaw plugin and installer scripts. However the registry metadata declares no required binaries while the included scripts expect an openclaw CLI and node to be present; that mismatch is likely an oversight in metadata rather than malicious behavior.
Instruction Scope
SKILL.md instructs the agent/operator to run installer and verification scripts that link the bundled plugin into OpenClaw and run doctor/validate checks. The runtime instructions do not ask the agent to exfiltrate data or read unrelated system state. Note: example workflows include 'read_file' steps and one example references absolute user paths (/Users/jarvis/...), so example workflows could read local files if executed.
Install Mechanism
There is no remote download: the plugin/runtime payload is bundled in the skill and the installer uses openclaw plugins install --link and local node scripts. No external URLs, shorteners, or archive extraction from unknown hosts are used.
Credentials
The skill requests no environment variables or credentials. The bundled plugin explicitly models 'elevated' actions (exec_command, apply_patch) and a configurable 'progressUpdates.sink' that can be set to run a command — these are expected for a workflow operator but grant the plugin the ability to execute shell commands if 'enableElevated' is turned on or misconfigured. Ensure you only enable elevated features and allowed commands intentionally.
Persistence & Privilege
always:false (normal). Installing the skill runs openclaw plugins install --link, which registers the bundled dist/entry.js as an OpenClaw extension — this gives the plugin code execution inside OpenClaw. That behavior is consistent with an operator skill, but it is a significant privilege within your OpenClaw instance and should be reviewed before enabling.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install toolflow-openclaw-operator - 安装完成后,直接呼叫该 Skill 的名称或使用
/toolflow-openclaw-operator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
Publish the flattened bundled OpenClaw installer after clean-host validation. Includes Bash-portable install/verify scripts, bundle-local example workflows, bundled runtime/plugin payload, and successful smoke tests on a clean Ubuntu VPS.
v0.2.0
Republished as a bundled installer skill. Includes the local ToolFlow plugin/runtime payload plus installer and verification scripts for a one-path OpenClaw setup.
v0.1.1
Clarified install path so OpenClaw users get copy-paste runtime setup steps instead of assuming the skill installs the full ToolFlow runtime.
v0.1.0
Initial public release. Hardened safe profile, clarified deployment posture, and documented security assessment.
元数据
常见问题
ToolFlow OpenClaw Operator 是什么?
Enables running jobs as durable, stepwise ToolFlow workflows with approvals, recovery, and progress tracking via OpenClaw integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。
如何安装 ToolFlow OpenClaw Operator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install toolflow-openclaw-operator」即可一键安装,无需额外配置。
ToolFlow OpenClaw Operator 是免费的吗?
是的,ToolFlow OpenClaw Operator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ToolFlow OpenClaw Operator 支持哪些平台?
ToolFlow OpenClaw Operator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ToolFlow OpenClaw Operator?
由 mcg-tries-to-code(@mcg-tries-to-code)开发并维护,当前版本 v0.3.0。
推荐 Skills