openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
30 lines (29 loc) • 557 B
JSON
{
"id": "oc-path",
"name": "OC Path",
"description": "Adds the openclaw path CLI for oc:// workspace file addressing.",
"cliCommands": [
{
"name": "path",
"description": "Inspect and edit workspace files via oc:// paths",
"hasSubcommands": true
}
],
"activation": {
"onStartup": false,
"onCommands": [
"path"
]
},
"commandAliases": [
{
"name": "path",
"kind": "cli"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}