openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
21 lines (20 loc) • 437 B
JSON
{
"id": "phone-control",
"activation": {
"onStartup": true
},
"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": {}
}
}