← Back to Skills Marketplace
bjmrcft-hash

Multi-Agent Engine v8

by bjmrcft-hash · GitHub ↗ · v8.2.1 · MIT-0
cross-platform ⚠ suspicious
88
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install multi-agent-engine-v8
Description
Multi-Agent Orchestrator v8.2.1 - Enhanced stability (Node.js v24 compatibility, lazy environment detection, third-party environment adaptation). Supports go...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install multi-agent-engine-v8
  3. After installation, invoke the skill by name or use /multi-agent-engine-v8
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v8.2.1
v8.2.1: No hardcoded model IDs (adapts to third-party environments)
Metadata
Slug multi-agent-engine-v8
Version 8.2.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 88 downloads so far.

How do I install Multi-Agent Engine v8?

Run "/install multi-agent-engine-v8" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Multi-Agent Engine v8 free?

Yes, Multi-Agent Engine v8 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Multi-Agent Engine v8 support?

Multi-Agent Engine v8 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Multi-Agent Engine v8?

It is built and maintained by bjmrcft-hash (@bjmrcft-hash); the current version is v8.2.1.

💬 Comments