What problem does it solve? Managing an Aside daemon's configuration, session history, and messaging channel connections normally requires digging through settings files and internal state. This Skill exposes a structured aside global in the REPL so you can read and modify account settings, Projects, sessions, routines, and Slack/Telegram/Discord connections programmatically. ## Core Features & Use Cases - Settings Management: Read and update daemon settings such as defaultModel, memory, compaction, and retry with schema validation, always preserving unrelated fields. - Session & Transcript Inspection: List, filter, and read sessions, message transcripts, message row IDs, and child/subagent sessions, plus update safe metadata like title, model, permissionMode, and runtimeConfig. - Routines & Channels: List and fetch routine definitions read-only, and create, update, or restart Slack, Telegram, and Discord channel connections. - Use Case: A user asks why a scheduled routine stopped posting to Slack. You list routines to find the paused one, inspect the related session transcript for errors, then restart the Slack connection with aside.channels.restart. ## Quick Start Use the aside skill to list my recent sessions and show the current memory settings.