# Claude Code Remote Control Host A source-visible skill for configuring Claude Code Remote Control without assuming that another paid host is necessary. It verifies prerequisites, distinguishes server mode from one interactive session, chooses a bounded concurrency policy, and routes the user through the current computer, Claude Code on the web, an existing persistent host, and new hosting in that order. The skill never asks for credentials, weakens organization policy, starts a long-running process, creates git worktrees, changes Claude settings, or opens paid checkout without explicit approval. When the current computer can stay online, it recommends Anthropic's free official path. It mentions a Terminalbox pane only when the user needs an always-on full terminal and has no suitable host already. ## Install with Claude Code ```sh claude plugin marketplace add Anchras/terminalbox-tools claude plugin install claude-remote-control@terminalbox-tools ``` Then invoke `/claude-remote-control:configure-claude-remote-control` in Claude Code. ## Review before installing Read [`SKILL.md`](https://github.com/Anchras/terminalbox-tools/blob/main/plugins/claude-remote-control/skills/configure-claude-remote-control/SKILL.md) and compare its behavior with [Anthropic's Remote Control documentation](https://code.claude.com/docs/en/remote-control). Terminalbox is independent from Anthropic. Claude access and Remote Control eligibility remain separate.