mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 17:51:22 +00:00
18 lines
392 B
JSON
18 lines
392 B
JSON
{
|
|
"id": "phone-control",
|
|
"enabledByDefault": true,
|
|
"name": "Phone Control",
|
|
"description": "Arm/disarm high-risk phone node commands (camera/screen/writes) with an optional auto-expiry.",
|
|
"commandAliases": [
|
|
{
|
|
"name": "phone",
|
|
"kind": "runtime-slash"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|