Files
openclaw/extensions/tlon/openclaw.plugin.json

16 lines
342 B
JSON

{
"id": "tlon",
"name": "Tlon/Urbit",
"description": "OpenClaw Tlon/Urbit channel plugin for chat workflows.",
"activation": {
"onStartup": false
},
"channels": ["tlon"],
"skills": ["node_modules/@tloncorp/tlon-skill"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}