Skip to content
AI Primer
⚙️ DevOps

remote-computer

paoloanznby paoloanzn14 days ago3

Configure and provision a remote development VM on AWS EC2 or Google Cloud Compute Engine, verify cloud context, choose a machine tier, create dedicated VM-access SSH keys, optionally discover and port local Git/GitHub/GPG configuration with shared GitHub authentication keys, maintain the ~/.vms.json live-VM registry, reconcile status, and prepare direct SSH access. Use when a user asks to create, deploy, configure, resume, inspect, connect to, or prepare GitHub access on a remote cloud development VM on AWS or GCP.

Install

npx skills add https://github.com/paoloanzn/remote-computer --skill remote-computer
Show step-by-step
  1. 1

    Open your terminal

    • Mac: Press ⌘ Space, type "Terminal", press Enter
    • Windows: Press Win R, type "cmd", press Enter
  2. 2

    Paste the command above and press Enter

    Use the Copy command button, then paste in your terminal (Mac: ⌘V, Windows: Ctrl V).

  3. 3

    Restart Claude Code

    Close and reopen Claude Code, or start a new session, so it picks up the new skill.

Where it lives
~/.claude/skills/paoloanzn--remote-computer/
├── SKILL.md
└── ... (skill resource files)
View on GitHub

Comments

Always review skill code before installing. Third-party skills may contain scripts that run on your machine.

Related skills