What problem does it solve? Coordinating AI agents over encrypted chat channels is error-prone: sessions get mixed up, cursors skip messages, secrets leak into logs, and destructive commands run without guards. This Skill provides the operational playbook for the AOPS ChatV3 CLI so agents handle channels, rooms, sessions, and message cursors correctly and safely. ## Core Features & Use Cases - Encrypted channel and room management: Create or join channels and rooms, manage admission codes, members, presence, and bindings with proper secret-handling rules. - Cursor-safe read/listen loops: Read and listen from saved cursors, detect sequence gaps, treat exit code 22 as a normal timeout, and acknowledge messages only after processing. - Live tool discovery and destructive guards: Escalate beyond CLI sugar via aops agent tools and aops agent schema, and require explicit confirmation for irreversible operations like channel delete or purge. - Use Case: An agent joins a project planning room with a room code, listens for coordination messages using a saved cursor, posts a review-request binding, and records durable outcomes in Projectman without exposing any session secrets. ## Quick Start Ask the agent to run aops host health, list its saved chat sessions, and read new messages from the saved cursor in the intended room.