···26262727Choose one of these methods:
28282929-### Method 1: Copy-Paste (Fastest)
2929+### Method 1: One-Shot SKILL.md (Easiest)
30303131-Just paste this into Claude Code or OpenCode:
3131+Fetch the installer and give it to your AI:
32323333-```
3434-Read and execute the skill at https://tangled.org/metaend.eth.xyz/open-conductor/conductor-install.md
3333+```bash
3434+# Download the installer skill
3535+curl -O https://tangled.org/metaend.eth.xyz/open-conductor/conductor-install.md
3536```
36373737-The AI will fetch the installer and set up Conductor automatically. Then run `/conductor-setup` to configure.
3838-3939-**Perfect for:** Zero friction, no downloads needed.
4040-4141-### Method 2: One-Shot SKILL.md
4242-4343-Download and attach the installer skill:
4444-4545-1. Save [`conductor-install.md`](https://tangled.org/metaend.eth.xyz/open-conductor/conductor-install.md)
4646-2. In Claude Code or OpenCode, say: "Run this skill" (and attach the file)
4747-3. The AI will install Conductor automatically
4848-4. Run `/conductor-setup` to configure
3838+Then in Claude Code or OpenCode:
3939+1. Say: "Run this skill" and attach `conductor-install.md`
4040+2. The AI will install Conductor automatically
4141+3. Run `/conductor-setup` to configure
49425043**Perfect for:** Quick setup without leaving your editor.
51445252-### Method 3: Bash Installer
4545+### Method 2: Bash Installer
53465447Clone the repository and run the installer:
5548