perry
Self-hosted Docker workspaces with coding agents over Tailscale
All Skills in This Repository (6)
Pure Emerald Level Indicatorswarden-skill
Analyze local code changes with Warden to generate structured findings.
vercel-react-best-practices
Apply React and Next.js performance patterns to reduce rendering bottlenecks.
security-review
Identify exploitable security vulnerabilities in code during code reviews.
validate
Route changed files to fast checks or full validation via git status.
release
Automate Perry project releases by versioning, committing, tagging, and pushing to CI.
perry
Provision and manage isolated Docker workspaces with preinstalled coding agents.
Frequently Asked Questions
FAQPage SchemaHow to install Perry?โผ
Run `npx skills add gricha/perry --all -g -y` in your terminal to install all skills in this suite globally.
What does Perry do?โผ
Perry runs a local daemon that creates isolated Docker workspaces with coding agents pre-installed and registers them on your Tailscale network. You can then connect from any device via CLI, web UI, or SSH.
How do I create a remote coding workspace?โผ
Start the agent with `perry agent run`, then run `perry start my-proj --clone <repo-url>` to spin up a containerized workspace. Use `perry shell my-proj` to jump inside it.
Which coding agents work inside Perry workspaces?โผ
Claude Code, OpenCode, and Codex CLI come pre-installed, and Perry syncs their credentials and configs from your host machine automatically.
Is Perry safe to expose on the public internet?โผ
No. Perry's web UI and API have no authentication by design, so it should only run inside a trusted private network like Tailscale.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core