Skip to main content

Commands

Steering while work is in-flight

When your teammate is mid-task in the local chat REPL, steer it the same way you would in the hosted Console: send another message. There are no special slash commands — steering is a first-class part of the runtime, not a REPL feature. Text: use msg at the > prompt:
Each msg publishes a normal inbound chat message. The ConversationManager wakes the slow brain, which can answer you or redirect in-flight Actor work through its usual action-steering tools. Voice: type meet to open a LiveKit browser session, then speak through your mic — see Voice. Debugging: use trace, tree, or show_logs to inspect what’s happening while work is in-flight.

What this feels like

Every operation — at every level of the call stack — returns a live steerable handle, so corrections propagate down into whatever the runtime is currently doing without restarting it. The mechanics are covered in Developers.

Importing skills from other assistants

OpenClaw and Hermes Agent both represent skills as SKILL.md files (the agentskills.io standard). That maps almost one-to-one onto a GuidanceManager entry, so either skill library can be imported off-the-shelf as guidance:
Each script looks for a sibling checkout (../openclaw, ../hermes-agent) by default; pass --repo-root to point elsewhere. Re-runs skip titles that already exist; pass --conflict overwrite to update them in place instead.