setup-opencode-remote
Installation
SKILL.md
Cloud Workspace for OpenCode
Create a cloud computer and connect the OpenCode desktop app to it for remote AI coding.
Tell the user: "I'll set up a cloud workspace for you — takes about 5 minutes."
Use simple language: say "cloud computer" not "GCE instance", "your files" not "persistent home disk".
Step 0: Detect OS and load the right reference
Run uname -s. If it returns Darwin → macOS. If it fails or returns nothing → Windows.
After detecting the OS, read the appropriate reference file:
- macOS/Linux: Read
references/mac.mdfrom this skill directory - Windows: Read
references/win.mdfrom this skill directory
The reference file contains ALL the exact commands for every step. Follow it precisely.