Files
openclaw/extensions/oc-path/openclaw.plugin.json
T
2026-08-16 05:43:35 -07:00

28 lines
545 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": {}
}
}