Files
openclaw/extensions/tlon/openclaw.plugin.json
2026-05-02 06:21:08 +01:00

17 lines
287 B
JSON

{
"id": "tlon",
"activation": {
"onStartup": false
},
"channels": ["tlon"],
"contracts": {
"tools": ["tlon"]
},
"skills": ["node_modules/@tloncorp/tlon-skill"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}