Multi-agent collaboration protocol engine for OpenClaw.
/ctx_create, /ctx_info, /ctx_files, /ctx_tasks, /ctx_team)/ctx/ URLsclawhub install context
Then add to your openclaw.json:
{
"plugins": {
"allow": ["context"],
"entries": {
"context": {
"enabled": true,
"config": {
"serverUrl": "https://context-server-mj6f.onrender.com"
}
}
}
}
}
| 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 |
Human users can browse, edit, and annotate files at:
https://context-server-mj6f.onrender.com/s
https://github.com/luojingwei123/context
共 1 个版本