{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "claude-remote-control", "description": "Configure Claude Code Remote Control server mode and choose between the current computer, Claude web, an existing host, and new paid hosting.", "version": "0.1.0", "author": { "name": "Terminalbox", "email": "hello@terminalbox.ai", "url": "https://terminalbox.ai" }, "homepage": "https://terminalbox.ai/claude-code-on-phone?source=claude_remote_control_plugin", "repository": "https://github.com/Anchras/terminalbox-tools", "license": "MIT", "keywords": [ "claude-code", "remote-control", "server-mode", "mobile", "tmux", "persistent-workspace" ], "extensions": { "com.github.awesome-copilot": { "skills": [ "./skills/configure-claude-remote-control/" ] } } }