← Back to Skills Marketplace
109
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install woclaw
Description
Connect to WoClaw Hub for shared memory and multi-agent topic messaging between AI agents
Usage Guidance
This skill is coherent for connecting your agent to a WoClaw Hub, but before installing: (1) confirm the token and hub URL are only pointed at a Hub you control or trust — anything sent to the Hub (messages and shared memory) will be visible to other connected agents; (2) verify which environment variables are actually required (SKILL.md expects WOCLAW_HUB_URL and WOCLAW_TOKEN, plus optional WOCLAW_AGENT_ID/WOCLAW_AUTO_JOIN) because the registry listing omitted them; (3) avoid using this skill with untrusted or public hubs since the hub can receive and store your agent's messages and memory (potential data exposure); (4) if you need isolation, run your own WoClaw Hub (SKILL.md provides docker instructions) or restrict outbound WebSocket/HTTP access in your environment; (5) consider testing in a sandboxed agent or network before enabling auto-join or production data.
Capability Analysis
Type: OpenClaw Skill
Name: woclaw
Version: 0.1.2
The 'woclaw' skill is a utility designed for multi-agent coordination and shared memory via a central hub. It facilitates communication through WebSockets and REST APIs (ports 8082/8083), with all external data transmission being transparently documented and requiring user-provided configuration (WOCLAW_HUB_URL, WOCLAW_TOKEN). The behavior described in SKILL.md and README.md is strictly aligned with its stated purpose of providing a pub/sub and shared memory interface for AI agents, with no evidence of malicious intent, unauthorized data exfiltration, or hidden execution logic.
Capability Assessment
Purpose & Capability
Name/description (shared memory + multi-agent messaging) aligns with the runtime instructions that open a WebSocket/REST connection to a configured WoClaw Hub and read/write topic messages and memory. However, the registry metadata at the top of the package declared no required env vars while SKILL.md metadata and the runtime docs require WOCLAW_HUB_URL and WOCLAW_TOKEN (and also reference WOCLAW_AGENT_ID and WOCLAW_AUTO_JOIN). This mismatch is an administrative inconsistency to resolve but does not indicate hidden capability.
Instruction Scope
SKILL.md instructions are scoped to connecting to the configured Hub, joining/leaving topics, sending/receiving messages, and reading/writing shared memory. The instructions do not ask the agent to read arbitrary local files, other credentials, or to contact endpoints beyond the configured WoClaw Hub. It does instruct auto-joining topics and sending data to the Hub, which is expected for this feature.
Install Mechanism
This is an instruction-only skill with no install spec and no code files included, so there is nothing being downloaded or installed by the skill itself. Low install risk.
Credentials
The only required secrets are a Hub URL and token (WOCLAW_HUB_URL, WOCLAW_TOKEN) and optional agent ID/auto-join env vars — these are proportionate for a messaging hub connector. However, the top-level registry reported 'no required env vars' whereas SKILL.md requires a token and URL; also SKILL.md references additional env vars (WOCLAW_AGENT_ID, WOCLAW_AUTO_JOIN) that are not declared at the registry level. Confirm which env vars will actually be requested and required at runtime.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no install-time persistence. It will be able to communicate autonomously (default behavior) and can auto-join topics on startup if configured — this is normal for a channel integration but increases its potential to transmit data to the configured Hub.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install woclaw - After installation, invoke the skill by name or use
/woclaw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
Fix TSC_BIN path in integration tests, add plugin README
v0.1.1
Publish verified - skill available on ClawHub
v0.1.0
Initial publish for WoClaw skill - connect to WoClaw Hub for shared memory and topic messaging
Metadata
Frequently Asked Questions
What is WoClaw?
Connect to WoClaw Hub for shared memory and multi-agent topic messaging between AI agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.
How do I install WoClaw?
Run "/install woclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WoClaw free?
Yes, WoClaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WoClaw support?
WoClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WoClaw?
It is built and maintained by XingP14 (@xingp14); the current version is v0.1.2.
More Skills