📦 Event Orchestrator — 事件编排器
v0.1.0基于事件驱动架构的多技能编排器,支持事件发布订阅、中间件链处理及状态机管理,实现复杂业务流程协同。
0· 77·1 当前·1 累计
下载技能包
最后更新
2026/4/10
安全扫描
OpenClaw
安全
high confidenceThe files, instructions, and requirements are internally consistent with an event-driven orchestrator: no unexplained credential requests, no obscure install URLs, and the code implements the described event bus / middleware / state machine.
评估建议
This skill appears coherent and implements the described orchestrator. Before installing: (1) run the tests locally (npm test) in an isolated environment, (2) inspect package-lock.json for unexpected dependencies, and (3) review src/*.js for any network calls or use of eval if you plan to run it in production. Note the registry entry had no homepage while clawhub.json contains a homepage URL — if provenance matters, verify the author/repository independently. Finally, be aware that installing ru...详细分析 ▾
✓ 用途与能力
Name/description match the included source files (src/event-bus.js, middleware-chain.js, state-machine.js, src/index.js). No required env vars, binaries, or config paths that are unrelated to an orchestrator are declared.
✓ 指令范围
SKILL.md usage and examples are limited to requiring the local module, subscribing/publishing events, and adding middleware. The runtime instructions ask to run `npm install` in the skill folder and demonstrate using the local API; they do not instruct the agent to read unrelated files, exfiltrate data, or call unknown external endpoints. A minor note: SKILL.md lists CLI-style commands (openclaw event ...) but the package does not include a published CLI wrapper — these appear to be usage conventions rather than hidden behavior.
✓ 安装机制
No registry install spec was provided; the SKILL.md recommends running `npm install` in the skill directory. package.json has only devDependencies (jest, eslint) and no external install URLs or archive downloads. There are no extract-from-URL installs or non-standard binary placements.
✓ 凭证需求
The skill declares no required environment variables, no primary credential, and no config path access. The code and docs do not reference secrets or unrelated service tokens.
✓ 持久化与权限
Registry flags are default (always:false, user-invocable:true, model invocation allowed). The skill does not request persistent system-wide privileges, nor does it indicate modifying other skills or global agent settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.1.02026/4/10
event-orchestrator v0.1.0 初始发布: - 提供基于事件驱动架构的技能编排能力,支持事件总线和事件发布/订阅 - 引入中间件链机制,支持日志、验证、重试等自定义中间件功能 - 集成任务状态机,实现任务从 pending 到 completed/failed 的管理 - 支持多技能协同及复杂流程编排 - 提供 CLI 命令工具与测试用例,覆盖率达 94.14%
● 无害
安装命令
点击复制官方npx clawhub@latest install event-orchestrator
镜像加速npx clawhub@latest install event-orchestrator --registry https://cn.longxiaskill.com