mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"id": "browser",
|
|
"enabledByDefault": true,
|
|
"activation": {
|
|
"onStartup": true,
|
|
"onConfigPaths": ["browser"]
|
|
},
|
|
"contracts": {
|
|
"tools": ["browser"]
|
|
},
|
|
"commandAliases": [{ "name": "browser" }],
|
|
"skills": ["./skills"],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|