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: usemsg at the > prompt:
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
Importing skills from other assistants
OpenClaw and Hermes Agent both represent skills asSKILL.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:
../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.