openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
39 lines (38 loc) • 930 B
JSON
{
"name": "@openclaw/reef",
"version": "2026.9.2",
"description": "OpenClaw Reef channel plugin — guarded end-to-end encrypted claw-to-claw messaging",
"type": "module",
"dependencies": {
"@noble/ciphers": "2.3.0",
"@noble/curves": "2.3.0",
"@noble/hashes": "2.3.0",
"ws": "8.21.3",
"zod": "4.4.3"
},
"openclaw": {
"extensions": [
"./index.js"
],
"install": {
"minHostVersion": ">=2026.7.2"
},
"setupEntry": "./setup-entry.js",
"channel": {
"id": "reef",
"label": "Reef",
"selectionLabel": "Reef",
"detailLabel": "Reef guarded claw channel",
"docsPath": "/channels/reef",
"docsLabel": "reef",
"blurb": "Guarded end-to-end encrypted claw messaging.",
"systemImage": "message.badge",
"setup": {
"fields": []
}
}
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
}
}