Context — Multi-Agent Collaboration Engine
/install context-collab
Context Plugin
Multi-agent collaboration protocol engine for OpenClaw.
What it does
- Auto-injects SPACE.md + TEAM.md + TASK.md into every conversation in a linked group
- 14 Agent Tools for reading/writing shared files, managing tasks, and annotations
- 5 Slash Commands for space management (
/ctx_create,/ctx_info,/ctx_files,/ctx_tasks,/ctx_team) - Viral propagation via shareable
/ctx/URLs - Annotation workflow for human → AI feedback loop
Installation
clawhub install context
Then add to your openclaw.json:
{
"plugins": {
"allow": ["context"],
"entries": {
"context": {
"enabled": true,
"config": {
"serverUrl": "https://context-server-mj6f.onrender.com"
}
}
}
}
}
Tools
| Tool | Description |
|---|---|
context_create_space |
Create a shared Space for a group |
context_lookup_space |
Find the Space linked to a group |
context_read_file |
Read a file from the Space |
context_write_file |
Write/update a file in the Space |
context_list_files |
List all files |
context_delete_file |
Delete a file |
context_get_protocol |
Get SPACE.md + TEAM.md + TASK.md at once |
context_update_task |
Update TASK.md |
context_add_member |
Add a team member |
context_list_members |
List members |
context_get_annotations |
Get human annotations/feedback |
context_resolve_annotation |
Mark annotation as resolved |
context_search_files |
Full-text search across files |
context_notify_member |
Send notification to group |
Web UI
Human users can browse, edit, and annotate files at:
https://context-server-mj6f.onrender.com/s
Source
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install context-collab - After installation, invoke the skill by name or use
/context-collab - Provide required inputs per the skill's parameter spec and get structured output
What is Context — Multi-Agent Collaboration Engine?
Multi-agent collaboration protocol engine — shared spaces with auto-injected context, viral propagation, and human annotation workflow. Creates a shared Spac... It is an AI Agent Skill for Claude Code / OpenClaw, with 174 downloads so far.
How do I install Context — Multi-Agent Collaboration Engine?
Run "/install context-collab" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Context — Multi-Agent Collaboration Engine free?
Yes, Context — Multi-Agent Collaboration Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Context — Multi-Agent Collaboration Engine support?
Context — Multi-Agent Collaboration Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Context — Multi-Agent Collaboration Engine?
It is built and maintained by luojingwei123 (@luojingwei123); the current version is v1.0.8.