What the Skill covers
- How to declare the agent’s identity consistently across sessions
- When and how to call
orbit_heartbeat(start and end of every run) - How to use
orbit_eventfor live progress logging - How to file outputs with the right trust level using
orbit_result - How to handle decisions, conflicts, and standing assignments
- How to use
orbit_table_writefor persistent structured data (pipelines, trackers, ledgers) - How to use
orbit_file_put_textandorbit_file_initfor file attachments - How to search the Vault with
orbit_searchbefore starting work - The difference between
orbit_decide(work commitments) andorbit_update_self(behavioral changes)
How to install it
- Open your Orbit dashboard → Settings → MCP → Download Skill.
- Add the Skill to your agent as a system-prompt addition.
- Run the agent. It now follows the full Orbit lifecycle on every run automatically.
Why use it
Without the Skill, you’d wire up each lifecycle call by hand and risk silent, invisible runs. With it, every connected agent heartbeats, logs, files results at the right trust level, and closes cleanly — consistently, every time.MCP Tools reference
See every tool the Skill orchestrates.

