← 返回 Skills 市场
Master Agent Workflow Global
作者
shujianming
· GitHub ↗
· v2.0.0
· MIT-0
99
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install master-agent-workflow-global
功能描述
支持跨平台的一键安装全局主控代理工作流,具备多级代理调度、错误处理、配置迁移和模板管理能力。
安全使用建议
This package appears to be what it claims (a global OpenClaw master-agent workflow), but review a few risky spots before installing: 1) Inspect hooks/openclaw/handler.js (or request the full generateExecutionCommand implementation) — the handler builds a command string from free-form task text and returns it; ensure the platform will not execute unsanitized shell lines or allow command injection. 2) The installer and activator modify ~/.openclaw/config.json and append to your shell rc (adds MAW_HOME and aliases); back up those files first. 3) The docs contain examples that use curl | bash from an external site — never run curl|bash on unfamiliar URLs; prefer installing from local package files or from a trusted registry. 4) Check what data is exported/imported by the migrate/backup tools (they include config, templates, logs) so you do not accidentally include sensitive data in backups. 5) Run the install/activation first in a sandbox or test account, and examine the created scripts (especially any maw.sh or execution wrappers) before enabling on production. If you want, I can (a) point out exact locations in handler.js to review for sanitization, (b) search for generateExecutionCommand in the truncated portion and analyze it, or (c) produce a safe checklist for manual installation/rollback.
功能分析
Type: OpenClaw Skill
Name: master-agent-workflow-global
Version: 2.0.0
The skill bundle is a legitimate workflow management tool for OpenClaw, providing parallel task execution and agent hierarchy. The included scripts (install.sh, activator.sh, migrate.sh) and the Node.js hook handler (handler.js) perform standard administrative tasks such as directory creation, configuration management, and command parsing. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the behavior is consistent with the stated purpose of providing a global, migratable master-agent workflow.
能力评估
Purpose & Capability
Name/description, skill.json requirements (OpenClaw, Node) and the provided scripts/hooks are coherent: this is a global OpenClaw skill that installs files under ~/.openclaw, registers itself with OpenClaw, and exposes migrate/template/execute features. The included Node hook, shell installers and migration tools match the stated purpose.
Instruction Scope
Runtime instructions and scripts modify ~/.openclaw/config.json and the user's shell RC (adds MAW_HOME and PATH/aliases), create symlinks and write files under the user's home — this is expected for a global skill but is broad. The hook (hooks/openclaw/handler.js) constructs and returns a shell command string (type:'command') based on free-form task text; if the platform executes that command without sanitization it could allow execution of arbitrary shell commands. The docs/migration examples also show a curl | bash installation example (migration-guide / auto-migrate script), which is risky if used.
Install Mechanism
No network download/install spec in the package itself; install.sh copies files locally and updates configs. There is no remote URL download or archive extraction in the provided install.sh. The documentation contains an example using curl | bash from an external domain (clawhub.com), but that is only in docs/examples, not in the provided install.sh.
Credentials
The skill declares no required environment variables or secret credentials. It sets its own MAW_HOME in the shell rc and uses home-directory paths for configs/logs/templates. The declared runtime requirements (OpenClaw, Node, jq) align with the code that invokes node and jq. No unrelated cloud credentials or secrets are requested by the package.
Persistence & Privilege
The skill writes to user config (~/.openclaw/config.json) and appends to shell rc to add MAW_HOME/aliases; it also creates symlinks/shortcuts. That is consistent with a global skill but is persistent and modifies global user config. always:false (not force-installed) which reduces risk, but installing will change user shell/profile and OpenClaw configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install master-agent-workflow-global - 安装完成后,直接呼叫该 Skill 的名称或使用
/master-agent-workflow-global触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.3
**v2.0.3 (2026-03-27) — 一致性修复版**
- 明确强调“只返回结构化数据”,去除所有shell命令示例与环境变量支持。
- 安装和卸载流程更加安全:无系统文件改动、无环境变量、路径全部固定且可预期。
- 更新所有文档描述与命令示例,保证100%与实际实现一致。
- HOOK文档和技能声明优化,突出手动调用与无自动注册特性。
- 对安全模式、配置与迁移方式进行简化和说明,便于验证和合规使用。
v2.0.2
- migration-guide.md、publish-to-clawdhub.sh、scripts/activator.sh、scripts/migrate.sh 等4个文件被移除
- 文档相关的迁移步骤、脚本、指南和迁移工具的说明仍在SKILL.md中保留
- 技能主体和功能不变,仅清理辅助文档和脚本目录
- 主要影响开发者与维护者,最终功能和用户指引不变
v2.0.1
- 新增安全说明文档 SECURITY.md,提升技能安全性信息透明度
- 无功能变更或代码调整,仅增加安全相关文档
v2.0.0
全局可迁移的主控代理工作流技能
元数据
常见问题
Master Agent Workflow Global 是什么?
支持跨平台的一键安装全局主控代理工作流,具备多级代理调度、错误处理、配置迁移和模板管理能力。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Master Agent Workflow Global?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install master-agent-workflow-global」即可一键安装,无需额外配置。
Master Agent Workflow Global 是免费的吗?
是的,Master Agent Workflow Global 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Master Agent Workflow Global 支持哪些平台?
Master Agent Workflow Global 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Master Agent Workflow Global?
由 shujianming(@shujianming)开发并维护,当前版本 v2.0.0。
推荐 Skills