🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Master Agent Workflow Global

by @shujianming

支持跨平台的一键安装全局主控代理工作流,具备多级代理调度、错误处理、配置迁移和模板管理能力。

Versionv2.0.0
📋 Tips & Best Practices

#### Q1: 安装失败 原因: 权限问题或依赖缺失 解决:

# 检查权限
ls -la ~/.openclaw/

重新安装

./install.sh --force

#### Q2: 命令未找到 原因: 环境变量未生效 解决:

# 重新加载shell配置
source ~/.bashrc  # 或 source ~/.zshrc

或直接使用完整路径

~/.openclaw/global-skills/master-agent-workflow/scripts/maw.sh

#### Q3: 配置导入失败 原因: 版本不兼容或文件损坏 解决:

# 检查文件格式
file backup.json

使用兼容模式

maw migrate import backup.json --force

调试模式

# 启用详细日志
export MAW_DEBUG=true
maw "任务" --dry-run

查看日志

cat ~/.openclaw/global-skills/master-agent-workflow/logs/debug.log

View on ClawHub
TERMINAL
clawhub install master-agent-workflow-global

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →