What problem does it solve? Sense captures activities and conversations across the wearable, mobile app, and desktop, but reviewing that captured data requires knowing where each record type lives and which commands expose it. This Skill maps the read-only CLI surface so an agent can list and read activities and conversations without guessing at scopes or flags. ## Core Features & Use Cases - Activity browsing: List and inspect personal-core activities (what you were doing, with start/end times) using gobi personal activities list and get with pagination. - Conversation reading: Retrieve a conversation's four components — summary, side notes, note artifact, and diarized transcript — from personal or space scopes. - Scope-aware listing: Distinguish ambient (sense) versus intentional (mobile/desktop) capture, filter space conversations with --mine, and paginate with --limit/--before. - Use Case: An agent reviews your morning: it runs gobi --json personal activities list --limit 30 to see what you worked on, then gobi --json personal conversations get o0123456789 to pull the transcript of a meeting Sense recorded. ## Quick Start Ask the agent to list your recent Sense conversations and read the transcript of the most recent one using gobi-cli in JSON mode.