mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-05 07:41:40 +00:00
96 lines
2.2 KiB
JSON
96 lines
2.2 KiB
JSON
{
|
|
"name": "@openclaw/buzz",
|
|
"version": "2026.7.2-beta.6",
|
|
"description": "Connect OpenClaw agents to Buzz rooms",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"nostr-tools": "2.24.1",
|
|
"zod": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.7.2-beta.6"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts",
|
|
"channel": {
|
|
"id": "buzz",
|
|
"configuredState": {
|
|
"env": {
|
|
"allOf": [
|
|
"BUZZ_RELAY_URL",
|
|
"BUZZ_PRIVATE_KEY"
|
|
]
|
|
}
|
|
},
|
|
"label": "Buzz",
|
|
"selectionLabel": "Buzz",
|
|
"docsPath": "/channels/buzz",
|
|
"docsLabel": "buzz",
|
|
"blurb": "Connect OpenClaw agents to Buzz team rooms.",
|
|
"markdownCapable": true,
|
|
"order": 56,
|
|
"setup": {
|
|
"fields": [
|
|
{
|
|
"key": "relayUrl",
|
|
"kind": "string",
|
|
"cli": {
|
|
"flags": "--relay-url <url>",
|
|
"description": "Buzz relay WebSocket URL"
|
|
}
|
|
},
|
|
{
|
|
"key": "privateKey",
|
|
"kind": "string",
|
|
"sensitive": true,
|
|
"cli": {
|
|
"flags": "--private-key <key>",
|
|
"description": "Buzz bot Nostr private key"
|
|
}
|
|
},
|
|
{
|
|
"key": "useEnv",
|
|
"kind": "boolean",
|
|
"cli": {
|
|
"flags": "--use-env",
|
|
"description": "Use BUZZ_PRIVATE_KEY with the supplied relay URL"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"install": {
|
|
"clawhubSpec": "clawhub:@openclaw/buzz",
|
|
"npmSpec": "@openclaw/buzz",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.7.2-beta.3"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.7.2-beta.6"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.7.2-beta.6"
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|