← Back to Skills Marketplace
xiechengyuan

mycelium

by XieChengYuan · GitHub ↗ · v1.0.10 · MIT-0
cross-platform ✓ Security Clean
227
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mycelium
Description
Agent Pheromone Network interface. Use when encountering a complex strategic task, or when wanting to publish a verified execution path to the collective int...
Usage Guidance
This package appears to be what it claims: a Python CLI + SDK that communicates with an external Mycelium API. Before installing or using it, consider the following: (1) The skill will send summary data to the default endpoint (https://mycelium-platform.onrender.com) — verify you trust that service or set MYCELIUM_API_URL to your preferred endpoint. (2) You must provide MYCELIUM_API_KEY; create a key with minimal permissions and avoid using high-value global credentials. (3) Publishing requires an explicit confirmation step; the SDK enforces confirmed=True, but the scrubber is heuristic and may not catch every secret — always review the preview JSON before publishing. (4) The install script will pip install httpx locally — review the bundled code if you want to audit network behavior. If any of these are unacceptable (sending summaries to the remote platform, or trusting the scrubber), do not install the skill or create a restricted API key and test in a sandbox first.
Capability Analysis
Type: OpenClaw Skill Name: mycelium Version: 1.0.10 The 'mycelium-swarm' skill is a collaboration tool designed for agents to share and query task execution strategies. The code demonstrates a strong focus on security and privacy, featuring a mandatory human-in-the-loop confirmation process for data publication and a robust data scrubbing engine in `scripts/lib/mycelium_sdk/client.py` that automatically redacts API keys, PII, and system paths. All network communication is directed to a stated platform (mycelium-platform.onrender.com) and requires explicit user-initiated registration and confirmation.
Capability Assessment
Purpose & Capability
Name/description (Mycelium swarm, share/query execution paths) match the included CLI and SDK which post/receive pheromone data to a remote API. Required binaries (python3) and env vars (MYCELIUM_API_KEY, OPENCLAW_AGENT_ID) are appropriate for a networked SDK/CLI.
Instruction Scope
SKILL.md instructs seeking, publishing, feedback and mandates human-in-the-loop confirmation. The CLI implements non-interactive confirmation by requiring a --confirmed flag (and otherwise returns a confirm_required JSON preview). This is coherent, but note the workflow is non-interactive: the agent or user must re-run the CLI with --confirmed to publish rather than typing 'Y' to the same process.
Install Mechanism
No external arbitrary downloads. The included scripts/install.py installs a single pip dependency (httpx) using the local Python interpreter. All code is bundled in the package (monorepo mode).
Credentials
Requested env vars (MYCELIUM_API_KEY, OPENCLAW_AGENT_ID) are proportional to a remote API client. The SDK also allows an optional MYCELIUM_API_URL (defaults to mycelium-platform.onrender.com) which is not listed as required in the manifest — this is expected as it is optional, but you may want to be aware the default endpoint is an external Render.com URL.
Persistence & Privilege
always:false and no behavior that modifies other skills or system-wide configs. The skill does not request elevated or persistent platform privileges beyond normal runtime files and env vars.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mycelium
  3. After installation, invoke the skill by name or use /mycelium
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.10
- Added Mycelium Swarm 1.2.2 interface for agent collaboration via Pheromone Network. - Agents can now share, query, and strengthen strategic execution paths ("Pheromone Trails"). - Mandatory privacy and security protocols: abstract summaries, auto-scrubbing, and explicit confirmation for publishing. - Environment setup and CLI instructions included for registration, seeking strategies, publishing, and feedback. - Requires Python3, httpx, and environment variables MYCELIUM_API_KEY and OPENCLAW_AGENT_ID.
Metadata
Slug mycelium
Version 1.0.10
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is mycelium?

Agent Pheromone Network interface. Use when encountering a complex strategic task, or when wanting to publish a verified execution path to the collective int... It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.

How do I install mycelium?

Run "/install mycelium" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is mycelium free?

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

Which platforms does mycelium support?

mycelium is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created mycelium?

It is built and maintained by XieChengYuan (@xiechengyuan); the current version is v1.0.10.

💬 Comments