Skip to content

Getting Started (Agent Users)

Terminal window
# Homebrew (macOS)
brew tap swm-gpu/swm && brew install swm
# or Python (3.11+)
pipx install swm-gpu

Verify: swm --version

Terminal window
swm config set runpod.api_key YOUR_RUNPOD_KEY
# Optional: storage for workspace sync
swm config set b2.key_id YOUR_B2_KEY
swm config set b2.app_key YOUR_B2_SECRET
swm config set b2.bucket my-swm-bucket

The skill teaches your agent how to use swm. Install it for your platform:

  1. Open Settings (Cmd+Shift+J) → RulesAdd RuleRemote Rule (GitHub)
  2. Paste: https://github.com/swm-gpu/swm

Or copy manually:

Terminal window
mkdir -p .agents/skills/swm-gpu-workflow
curl -sL https://raw.githubusercontent.com/swm-gpu/swm/main/.agents/skills/swm-gpu-workflow/SKILL.md \
-o .agents/skills/swm-gpu-workflow/SKILL.md
Terminal window
mkdir -p .claude/skills/swm-gpu-workflow
curl -sL https://raw.githubusercontent.com/swm-gpu/swm/main/.agents/skills/swm-gpu-workflow/SKILL.md \
-o .claude/skills/swm-gpu-workflow/SKILL.md
Terminal window
mkdir -p .codex/skills/swm-gpu-workflow
curl -sL https://raw.githubusercontent.com/swm-gpu/swm/main/.agents/skills/swm-gpu-workflow/SKILL.md \
-o .codex/skills/swm-gpu-workflow/SKILL.md
Terminal window
mkdir -p .agents/skills/swm-gpu-workflow
curl -sL https://raw.githubusercontent.com/swm-gpu/swm/main/.agents/skills/swm-gpu-workflow/SKILL.md \
-o .agents/skills/swm-gpu-workflow/SKILL.md

See Supported Platforms for the full reference.

Once the skill is installed, just ask your agent:

  • “Spin up an H100 and install vLLM”
  • “Find the cheapest A100 and fine-tune with Axolotl”
  • “Set up ComfyUI with auto-down after 20 minutes”
  • “How much have I spent on GPUs this week?”
  • “Pull Qwen3-235B and serve it with vLLM”

Your agent will search 10 clouds, provision the cheapest GPU, install your framework, verify everything works, and hand you a URL.