ported googles conductor to claude and opencode meta.orbiter.website
skills conductor opencode claudecli ai
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

conductor(readme): Fix installation instructions to use curl

chris 8b386776 934df4f9

+10 -17
+10 -17
README.md
··· 26 26 27 27 Choose one of these methods: 28 28 29 - ### Method 1: Copy-Paste (Fastest) 29 + ### Method 1: One-Shot SKILL.md (Easiest) 30 30 31 - Just paste this into Claude Code or OpenCode: 31 + Fetch the installer and give it to your AI: 32 32 33 - ``` 34 - Read and execute the skill at https://tangled.org/metaend.eth.xyz/open-conductor/conductor-install.md 33 + ```bash 34 + # Download the installer skill 35 + curl -O https://tangled.org/metaend.eth.xyz/open-conductor/conductor-install.md 35 36 ``` 36 37 37 - The AI will fetch the installer and set up Conductor automatically. Then run `/conductor-setup` to configure. 38 - 39 - **Perfect for:** Zero friction, no downloads needed. 40 - 41 - ### Method 2: One-Shot SKILL.md 42 - 43 - Download and attach the installer skill: 44 - 45 - 1. Save [`conductor-install.md`](https://tangled.org/metaend.eth.xyz/open-conductor/conductor-install.md) 46 - 2. In Claude Code or OpenCode, say: "Run this skill" (and attach the file) 47 - 3. The AI will install Conductor automatically 48 - 4. Run `/conductor-setup` to configure 38 + Then in Claude Code or OpenCode: 39 + 1. Say: "Run this skill" and attach `conductor-install.md` 40 + 2. The AI will install Conductor automatically 41 + 3. Run `/conductor-setup` to configure 49 42 50 43 **Perfect for:** Quick setup without leaving your editor. 51 44 52 - ### Method 3: Bash Installer 45 + ### Method 2: Bash Installer 53 46 54 47 Clone the repository and run the installer: 55 48