Specialized agents are built from harnesses.
A harness is a small directory that teaches an AI agent how to do one job well. It can include instructions, scripts, local databases, service integrations, browser actions, and setup notes.
The Opensteer CLI is open source. It lets Claude Code, Codex, Cursor, or another local agent control your browser and call Python code inside the current directory as tools. That is how a generic coding agent becomes specialized for the folder it is in.
$ curl -fsSL https://opensteer.com/install.sh | sh
› agent harness templates are open source
› each harness is just a directory with skills/, actions/, scripts/, and state
› skills/ tells the agent how to think and operate for that job
› actions/ and scripts/ are code the agent can call as tools
› opensteer cli gives the agent browser control when an app has no API
› run the same harness locally, or run it in Opensteer Cloud so it can keep working 24/7
