Horsie
Description
An open-source managed agent harness: bring your own key and runtime.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
horsie
**An open-source managed agent harness.**
The project is under active development.
📖 **[docs.horsie.dev](https://docs.horsie.dev)** — guides, operations, CLI reference, and how it works.
[](https://youtu.be/saoVBeuFrT4)
▶ **[Watch the two-minute walkthrough](https://youtu.be/saoVBeuFrT4)** — a session end to end, a sandbox on your own machine, and an agent building a workflow that another agent then runs.
Quick start
docker compose -f docker/docker-compose.yml up -d
Server and web UI on port 3789, no external database and no config file; data persists in a `horsie-data` Docker volume. Open , sign in as `admin` with the password the first boot printed, and add a provider and a model under **Settings → Models** — a fresh server has none, and sessions cannot run a turn without one.
Then give it a sandbox. On the machine holding the code you want the agent to work on:
curl -fsSL https://get.horsie.dev | sh
horsie auth login --server http://localhost:3789
horsie connect --server http://localhost:3789 --workspace .
That registers the current directory and holds a connection open, dialling *out*, so there is no port to open. It spawns one sandbox per session. Keep it running for as long as you want that machine reachable — or configure a cloud vendor in Settings and skip it entirely.
Back in the UI: **New** → pick a model and a sandbox → send a message.
The full walkthrough is [the quickstart](https://docs.horsie.dev/start-here/quickstart/).
Deploy it somewhere else
[](https://render.com/deploy?repo=https://github.com/blossomstack/horsie)
Runs the published image with a managed PostgreSQL database instead of a lo
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11