← Back to Skills Marketplace
Master Agent Workflow Global
by
shujianming
· GitHub ↗
· v2.0.0
· MIT-0
99
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install master-agent-workflow-global
Description
支持跨平台的一键安装全局主控代理工作流,具备多级代理调度、错误处理、配置迁移和模板管理能力。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install master-agent-workflow-global - After installation, invoke the skill by name or use
/master-agent-workflow-global - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
全局可迁移的主控代理工作流技能
Metadata
Frequently Asked Questions
What is Master Agent Workflow Global?
支持跨平台的一键安装全局主控代理工作流,具备多级代理调度、错误处理、配置迁移和模板管理能力。 It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Master Agent Workflow Global?
Run "/install master-agent-workflow-global" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Master Agent Workflow Global free?
Yes, Master Agent Workflow Global is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Master Agent Workflow Global support?
Master Agent Workflow Global is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Master Agent Workflow Global?
It is built and maintained by shujianming (@shujianming); the current version is v2.0.0.
More Skills