Files
openclaw/extensions/nostr/openclaw.plugin.json
2026-04-06 19:53:27 +01:00

13 lines
210 B
JSON

{
"id": "nostr",
"channels": ["nostr"],
"channelEnvVars": {
"nostr": ["NOSTR_PRIVATE_KEY"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}