claude-remote
Installation
SKILL.md
Claude Remote Session Manager
Manage Claude Code --remote-control sessions running in Terminal.app. Designed for remote desktop clients that let users control Claude Code from mobile devices.
State Directory
All session state lives in ~/.claude-remote/. On every skill invocation, always run the cleanup script first to sync state with reality.
Scripts
This skill bundles a session manager script. All paths below are relative to the skill directory:
scripts/session-manager.sh— handles create, list, remove, cleanup, and stop operations
Get the script path:
SKILL_DIR="$(dirname "$(dirname "$(realpath "$0")")")"
# Or just use the known absolute path after reading it from the skill location