cloud-weaver-computer-setup
Installation
SKILL.md
Computer Setup
CloudWeaver v2 needs three tools locally — everything else runs in GitHub Actions. The skill detects the OS and tries install methods from most convenient to most universally compatible.
Required tools: gh (GitHub CLI) · ssh (OpenSSH client) · python3
git and jq are not required: provisioning and deployment run in CI,
and jq is built into gh via --jq.
Step 1 — Detect OS and available tools
import platform, shutil, os