From sundial-org-awesome-openclaw-skills-4
Creates and manages isolated Docker workspaces on Tailscale tailnet with pre-installed Claude Code and OpenCode. Use for Perry workspaces, coding agents, or remote development environments.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Isolated Docker workspaces on your tailnet with coding agents pre-installed.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Isolated Docker workspaces on your tailnet with coding agents pre-installed.
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 workspace@<name> # User is always 'workspace'
ssh workspace@<IP> # Use IP if MagicDNS fails
http://<workspace>:4096 (web UI) or attach via CLIperry shell then claude)Projects clone to ~/<name>, not /workspace:
cd ~/my-project # Correct
tailscale status, use IP instead of hostnameworkspace, not your local user