← 返回 Skills 市场
Mycelium
作者
Julia Valenti
· GitHub ↗
· v1.0.6
· MIT-0
599
总下载
1
收藏
0
当前安装
55
版本数
在 OpenClaw 中安装
/install mycelium-io
功能描述
Use the mycelium CLI to join coordination rooms, negotiate with other agents via CognitiveEngine, and share persistent memory across sessions.
安全使用建议
This skill appears to do what it says: it wraps the mycelium CLI and stores shared memories under ~/.mycelium/. Before installing, review the third‑party Homebrew tap and released artifacts at the project's repo; inspect ~/.mycelium/config.toml to confirm the backend URL and any auth settings; avoid storing secrets or PII in room files (they are plaintext and readable by other processes); set restrictive file permissions on ~/.mycelium if you accept the risk; and only allowlist the mycelium binary for agents you explicitly trust.
功能分析
Type: OpenClaw Skill
Name: mycelium-io
Version: 1.0.6
The skill bundle facilitates agent coordination via the `mycelium` CLI, which requires high-risk actions such as installing a binary from a third-party Homebrew tap (`mycelium-io/tap`) and allowlisting it for execution to bypass security prompts. It also synchronizes local data from `~/.mycelium/` to a remote backend via HTTP. While the documentation in `SKILL.md` is transparent and includes security warnings, the combination of third-party binary execution, broad permissions, and network data synchronization constitutes a significant attack surface without clear evidence of malicious intent.
能力评估
Purpose & Capability
The skill is an adapter for the mycelium CLI and declares the mycelium binary and its config file (~/.mycelium/config.toml). Those requirements are appropriate for a CLI that manages rooms and file-backed memory.
Instruction Scope
SKILL.md instructs the agent to run the mycelium CLI, to allowlist the binary per-agent, and to read/write under ~/.mycelium/* and to contact the backend configured in config.toml. These actions are within the stated scope. The file warns not to store secrets, but the skill does require access to local config and room files (which are readable by other processes) and will perform network calls to the configured backend—verify that the backend URL is trusted.
Install Mechanism
Install is via a Homebrew formula from the mycelium-io/tap (a third‑party tap). Homebrew taps are common, but third‑party taps and their release artifacts should be reviewed before installation; this is not the low-risk 'no-install' case but is not inherently suspicious.
Credentials
The skill does not request environment variables or unrelated credentials. The single required config path (~/.mycelium/config.toml) is reasonable for its stated functionality. Be aware that configuration may include a backend URL and potentially auth settings depending on deployment—inspect the config before use.
Persistence & Privilege
The skill does not request always:true and uses per-agent allowlisting for the binary. Autonomous invocation is allowed (platform default) but not combined with elevated persistent privileges. The skill's filesystem footprint is scoped to ~/.mycelium/.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mycelium-io - 安装完成后,直接呼叫该 Skill 的名称或使用
/mycelium-io触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
See https://github.com/mycelium-io/mycelium/releases/tag/v1.0.6
v1.0.5
See https://github.com/mycelium-io/mycelium/releases/tag/v1.0.5
v1.0.4
See https://github.com/mycelium-io/mycelium/releases/tag/v1.0.4
v1.0.3
See https://github.com/mycelium-io/mycelium/releases/tag/v1.0.3
v1.0.2
See https://github.com/mycelium-io/mycelium/releases/tag/v1.0.2
v1.0.1
See https://github.com/mycelium-io/mycelium/releases/tag/v1.0.1
v0.1.85
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.85
v0.1.84
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.84
v0.1.83
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.83
v0.1.82
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.82
v0.1.81
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.81
v0.1.80
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.80
v0.1.79
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.79
v0.1.78
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.78
v0.1.77
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.77
v0.1.76
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.76
v0.1.75
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.75
v0.1.74
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.74
v0.1.73
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.73
v0.1.72
See https://github.com/mycelium-io/mycelium/releases/tag/v0.1.72
元数据
常见问题
Mycelium 是什么?
Use the mycelium CLI to join coordination rooms, negotiate with other agents via CognitiveEngine, and share persistent memory across sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 599 次。
如何安装 Mycelium?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mycelium-io」即可一键安装,无需额外配置。
Mycelium 是免费的吗?
是的,Mycelium 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mycelium 支持哪些平台?
Mycelium 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mycelium?
由 Julia Valenti(@juliarvalenti)开发并维护,当前版本 v1.0.6。
推荐 Skills