← 返回 Skills 市场
118
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zouroboros-swarm-gate
功能描述
Zero-cost task classifier (~2ms) that decides if a task needs multi-agent orchestration. 7 weighted signals, no API calls. Part of the Zouroboros ecosystem.
安全使用建议
This package appears to be what it says: a small, local regex-based task classifier. Before installing: verify the exact npm package name and publisher on npmjs.com (SKILL.md/README package name differs from package-lock), inspect package.json on the published package to confirm the 'bin' entry points, and review the published package contents for unexpected network calls or postinstall scripts. As with any global Node package, consider installing in a sandbox or limited environment first and avoid granting extra credentials or system permissions unless you review and trust the maintainer. If you need higher assurance, confirm the GitHub repository and npm publisher identity (signatures, stars, recent activity).
功能分析
Type: OpenClaw Skill
Name: zouroboros-swarm-gate
Version: 1.0.0
The zouroboros-swarm-gate bundle is a task complexity classifier that uses regex-based heuristics to determine if a task warrants multi-agent orchestration. Analysis of the source code (src/index.ts) and compiled outputs (dist/cli.js) confirms the logic is limited to string processing and scoring based on weighted signals like parallelism and scope breadth. There are no instances of network activity, file system access, or shell execution, and the SKILL.md instructions are strictly aligned with the tool's stated purpose.
能力标签
能力评估
Purpose & Capability
Name/description (task-complexity classifier) align with the shipped code: evaluate() and a CLI that runs local regex/heuristics. Minor inconsistency: SKILL.md and README reference the package name 'zouroboros-swarm-gate' / import name 'zouroboros-swarm-gate', while package-lock.json shows '@zouroboros/swarm-gate' (namespaced). This is likely a packaging/naming mismatch but not indicative of malicious behavior.
Instruction Scope
SKILL.md only documents local CLI and programmatic use, thresholds, and signals. The runtime instructions do not ask the agent to read unrelated files, environment variables, or call external endpoints.
Install Mechanism
Install spec uses npm (node package) and provides a binary 'swarm-gate' — expected for a Node CLI. No external arbitrary URL downloads or extract steps. Note: package-lock references many esbuild/platform dev artifacts (normal for JS packages) and there is the package-name discrepancy noted above; you should confirm the exact npm package name/publisher before install.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code excerpts show only local text analysis (regex/heuristics), so no secrets are requested or needed.
Persistence & Privilege
Skill does not request always:true and uses normal user-invocable/autonomous defaults. Install produces its own binary and package files only; it does not modify other skills or system-wide agent settings in the provided artifacts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zouroboros-swarm-gate - 安装完成后,直接呼叫该 Skill 的名称或使用
/zouroboros-swarm-gate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial ClawHub release. Zero-cost task classifier (~2ms, 7 weighted signals) that decides if a task needs multi-agent orchestration.
元数据
常见问题
Zouroboros Swarm Gate 是什么?
Zero-cost task classifier (~2ms) that decides if a task needs multi-agent orchestration. 7 weighted signals, no API calls. Part of the Zouroboros ecosystem. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。
如何安装 Zouroboros Swarm Gate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zouroboros-swarm-gate」即可一键安装,无需额外配置。
Zouroboros Swarm Gate 是免费的吗?
是的,Zouroboros Swarm Gate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Zouroboros Swarm Gate 支持哪些平台?
Zouroboros Swarm Gate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zouroboros Swarm Gate?
由 marlandoj(@marlandoj)开发并维护,当前版本 v1.0.0。
推荐 Skills