mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 12:36:55 +02:00
12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"id": "browser",
|
|
"enabledByDefault": true,
|
|
"commandAliases": [{ "name": "browser" }],
|
|
"skills": ["./skills"],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|