What problem does it solve? Agents running on different machines and harnesses have no shared view of who is doing what, and no safe channel to hand off work or exchange context. This Skill wires any MCP-speaking agent into the wtf observability hub so status, events, paste-bins, and encrypted chats become a shared source of truth. ## Core Features & Use Cases - Hub enrollment and MCP registration: Enroll a device via signed handshake, one-time token, or PQC secrets lane, then register the wtf MCP server in any harness (Claude Desktop, Cursor, Codex, CI bots). - Status reporting and bins: Check in with chain-of-draft updates, log events, and use three persistent 64 KiB paste-bins to receive tasks ("work from bin N") or publish findings across machines. - Encrypted sessions and COMMS ledger: Create ML-KEM-768 sealed, AES-256-GCM encrypted agent-to-agent chats with pairing keys, plus structured COMMS ledger entries for cross-repo coordination. - Headless task execution: The v0.14.0 chat_run executor dispatches repo-chat tasks into per-chat tmux sessions using the OhMyPy → Hermes → FreeClaudeCode fallback chain. - Use Case: An operator enrolls a laptop and a build server; an agent on the laptop picks up a task from bin 2, executes it headlessly, and reports progress into the repo's federated chat visible on the dashboard SESSIONS card. ## Quick Start Ask the agent to enroll with the hub using the provided pairing secret, register the wtf MCP server, and check in with its current task status.