# Remote Control

> Control remote desktop and Android devices - execute commands, transfer files, manage processes, sync clipboard

- Skill: `chainlesschain/remote-control` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add chainlesschain/remote-control`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chainlesschain/remote-control/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: chainlesschain (https://skillmd.com/u/chainlesschain)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chainlesschain/remote-control

---


# Remote Control Skill

Control connected remote desktop and Android devices via P2P.

## Usage

```
/remote-control <action> [args]
```

## Actions

| Action             | Description                   | Example                                            |
| ------------------ | ----------------------------- | -------------------------------------------------- |
| `list-devices`     | Show connected devices        | `/remote-control list-devices`                     |
| `execute` / `exec` | Run command on remote device  | `/remote-control exec ls -la`                      |
| `file-transfer`    | Transfer file to/from device  | `/remote-control file-transfer send /path/to/file` |
| `clipboard-sync`   | Sync clipboard content        | `/remote-control clipboard-sync`                   |
| `system-info`      | Get remote system information | `/remote-control system-info`                      |
| `process-list`     | List running processes        | `/remote-control process-list`                     |

## Requirements

- Active P2P connection via WebRTC signaling server (port 9001)
- At least one paired device

