> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wednesdayai.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Phone Control

# Phone Control (plugin)

Arm/disarm high-risk phone node commands (camera, screen, writes) with an optional auto-expiry.

## Install

```bash theme={"dark"}
wednesdayai plugins install @wednesdayai/phone-control
```

Local checkout:

```bash theme={"dark"}
wednesdayai plugins install ./extensions/phone-control
```

## What it does

* Gates high-risk phone node operations (camera capture, screen access, file writes) behind an armed/disarmed state.
* Auto-expiry restores the disarmed (safe) state after a configurable timeout.
* Prevents unintended phone node actions when the operator is not actively supervising.

## Related

* [Plugins](/tools/plugin)
* [Devices](/cli/devices)
