Files
openclaw/extensions/oc-path/openclaw.plugin.json
2026-05-09 01:48:35 -04:00

21 lines
385 B
JSON

{
"id": "oc-path",
"name": "OC Path",
"description": "Adds the openclaw path CLI for oc:// workspace file addressing.",
"activation": {
"onStartup": false,
"onCommands": ["path"]
},
"commandAliases": [
{
"name": "path",
"kind": "cli"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}