Install
openclaw skills install @scikkk/realtime-agentManage SenseAudio realtime agents by listing agents, starting or continuing sessions, querying status, and leaving sessions with proper error handling.
openclaw skills install @scikkk/realtime-agentUse this skill for SenseAudio Agent session lifecycle integration.
references/agent.mdagent_id.new_dialogue=true for new session.new_dialogue=false with conv_id for continuity.conv_id and room_id in your application state (database or session store), never in client-side code or logs./invoke are short-lived — treat them like passwords: do not log, do not embed in URLs, and discard after the session ends via /leave./invoke again with the same conv_id; do not reuse expired tokens.