What it does
When loaded, the Skill instructs the agent to:- Declare a stable identity — the same
agent.idevery run, so Orbit tracks it as one continuous agent. - Heartbeat at both ends —
orbit_heartbeatat the start (to receive decisions, knowledge, and messages) and at the end (to close the run). - Log progress live —
orbit_eventthroughout, so you see activity in real time. - File outputs at the right trust level —
orbit_resultwithexploratory,conclusion, orauthoritative. - Use the right tool for the job —
orbit_table_writefor structured trackers,orbit_file_*for attachments,orbit_searchbefore starting work. - Separate work from behavior —
orbit_decidefor work commitments,orbit_update_selffor changes to its own operating rules.
Install
From your dashboard: Settings → MCP → Download Skill. Add it to your agent as a system-prompt addition. Every future run then follows the lifecycle automatically.Why it exists
The Skill is the difference between an agent that’s connected and an agent that’s well-behaved. Without it, runs can go silent, outputs land at the wrong trust level, and identity drifts across sessions. With it, every run is visible, every output is filed correctly, and identity stays stable.The tools it orchestrates
Full reference for every orbit_* tool.

