← 返回 Skills 市场
Multi-Agent Engine v8
作者
bjmrcft-hash
· GitHub ↗
· v8.2.1
· MIT-0
88
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-agent-engine-v8
功能描述
Multi-Agent Orchestrator v8.2.1 - Enhanced stability (Node.js v24 compatibility, lazy environment detection, third-party environment adaptation). Supports go...
安全使用建议
This skill appears to be what it says: a local multi-agent orchestrator that manages agent workspaces, aggregates outputs, archives results, and validates environment compatibility. Before installing or running it: 1) Review ~/.openclaw/openclaw.json and other workspace files for any stored secrets—the skill reads that file to discover models (it does not appear to send it anywhere). 2) Expect the skill to create and modify files under ~/.openclaw/workspace (profiles, agents/, shared/, archive/, logs/, etc.) and to create .bak backups. 3) Run the provided check_env first to see any compatibility messages; note the code may call process.exit on fatal errors and stop the host process. 4) If you are concerned about side effects, run it in a sandboxed environment or a throwaway account first. 5) If you need stronger assurance, review the remaining truncated files (the bundle contains many modules) for any network calls or unexpected behavior before granting persistent use.
功能分析
Type: OpenClaw Skill
Name: multi-agent-engine-v8
Version: 8.2.1
The multi-agent-engine-v8 bundle is a complex framework for orchestrating AI agents using the OpenClaw sessions_spawn API. A significant security vulnerability is present in lib/modelSelector.js, which uses eval() to parse the openclaw.json configuration file, creating a risk of Arbitrary Code Execution (RCE). Furthermore, the bundle includes scripts like lib/create_fsm.js and lib/generate_stateMachine.js that programmatically generate and write JavaScript files to the filesystem. While these capabilities are aligned with the stated purpose of managing research workflows, the use of unsafe execution primitives and dynamic code generation represents a high-risk attack surface.
能力评估
Purpose & Capability
The name/description match the bundled code: this is a multi-agent orchestrator that manages agents, plans, aggregation, archiving and workspace directories. The requested capabilities (filesystem access, config reading, model config inspection) are coherent with that purpose.
Instruction Scope
The SKILL.md exposes CLI-like commands (check_env, run, plan) which map to the code. At runtime the code reads/writes many files under ~/.openclaw/workspace (profiles, workflows, shared outputs, agent workspaces), performs archiving/cleanup, and may call process.exit on fatal environment checks. These file operations are expected for this skill but constitute persistent local changes and should be noted.
Install Mechanism
There is no external install spec (no downloads or remote installers). The bundle includes many local JS modules that will be executed by the agent environment. No remote URLs, package downloads, or archive extraction were observed in the provided snippets.
Credentials
The skill declares no required env vars, but the code reads process.env.OPENCLAW_VERSION and HOME/USERPROFILE. It also reads ~/.openclaw/openclaw.json to inspect provider/model configuration. That is proportional to adapting to the host environment, but users should be aware that the skill reads local OpenClaw config files (which might contain provider metadata and, depending on user setup, sensitive fields).
Persistence & Privilege
always:false and no elevated platform privileges were requested. The skill creates and persists directories and files under the user's home (~/.openclaw/workspace), writes backups (.bak), archives workflows, and can delete files within its shared/ area. This is expected behaviour for an orchestrator but is persistent and modifies user files.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multi-agent-engine-v8 - 安装完成后,直接呼叫该 Skill 的名称或使用
/multi-agent-engine-v8触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v8.2.1
v8.2.1: No hardcoded model IDs (adapts to third-party environments)
元数据
常见问题
Multi-Agent Engine v8 是什么?
Multi-Agent Orchestrator v8.2.1 - Enhanced stability (Node.js v24 compatibility, lazy environment detection, third-party environment adaptation). Supports go... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。
如何安装 Multi-Agent Engine v8?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-agent-engine-v8」即可一键安装,无需额外配置。
Multi-Agent Engine v8 是免费的吗?
是的,Multi-Agent Engine v8 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Multi-Agent Engine v8 支持哪些平台?
Multi-Agent Engine v8 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Multi-Agent Engine v8?
由 bjmrcft-hash(@bjmrcft-hash)开发并维护,当前版本 v8.2.1。
推荐 Skills