openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
23 lines (22 loc) • 397 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": {}
}
}