Install Medley
Claude Code#
Inside a Claude Code session:
/plugin marketplace add Spine-AI/medley
/plugin install medley
That is the whole install. Your next session downloads the engine automatically — a single code-signed binary from engine.getmedley.ai, with the public GitHub Release as a fallback. No token, no npm, no --plugin-dir.
Codex CLI#
Codex 0.145 or newer:
codex plugin marketplace add https://github.com/Spine-AI/medley
codex plugin add medley@medley
Two differences to expect on Codex:
- The skill is invoked as
$medley:mission, because Codex plugins cannot add slash commands. - Codex asks you to approve Medley's hooks the first time each one fires. Approve them all — the
Stophook is how a mission keeps supervising itself on that host.
What happens on first session#
- The plugin resolves an engine path and downloads the pinned engine version.
- The download is verified against the release
SHA256SUMS. - A single background daemon starts and binds to
127.0.0.1:8730. - In Claude Code, a mission statusline is wired into your settings — see the statusline guide.
Once that settles, type /mission and go to your first mission.
Next steps#
- Requirements — check your Mac and CLIs are supported.
- Your first mission — run something real.
- Troubleshooting — if the
medleytools are not registered yet.
