perry-workspaces
⚠Review·Scanned 2/18/2026
This skill manages isolated Docker workspaces and provides CLI and SSH access to coding agents. It contains explicit shell/network operations such as perry start <name> --clone git@github.com:user/repo.git, perry shell <name>, and ssh workspace@<IP>.
from clawhub.ai·ve1b2803·1.3 KB·0 installs
Scanned from 1.1.0 at e1b2803 · Transparency log ↗
$ vett add clawhub.ai/gricha/perry-workspacesReview findings below
Perry Workspaces
Isolated Docker workspaces on your tailnet with coding agents pre-installed.
Commands
perry start <name> --clone git@github.com:user/repo.git # Create
perry ls # List
perry stop <name> # Stop
perry remove <name> # Delete
perry shell <name> # Interactive shell
SSH Access
ssh workspace@<name> # User is always 'workspace'
ssh workspace@<IP> # Use IP if MagicDNS fails
Coding Agents
- OpenCode:
http://<workspace>:4096(web UI) or attach via CLI - Claude Code: Run inside workspace shell (
perry shellthenclaude)
Project Location
Projects clone to ~/<name>, not /workspace:
cd ~/my-project # Correct
Troubleshooting
- Can't reach: Check
tailscale status, use IP instead of hostname - SSH fails: User must be
workspace, not your local user - Slow start: Check web UI for progress