voice-inbox

Installation
SKILL.md

Voice Inbox

Turn recent voice notes into a reviewable inbox without silently promoting thoughts into commitments or taking external action.

Workflow

  1. Determine the time window and the user's timezone. Resolve relative dates in that timezone and state the exact interval. If the user only says "recent," use the previous seven calendar days through now and say so.

  2. Invoke $monologue-notes for all Monologue access. If setup is required, have the user run monologue onboarding in their own terminal; never request or accept an API token in chat.

  3. Retrieve the complete note list with pagination. Do not use creation-time filters as recording-time filters; delayed uploads can be created later:

    monologue notes all
    

    Select the requested interval locally using recorded_at in the user's timezone. If it is absent, use created_at as a disclosed fallback. If the library is too large for exhaustive retrieval, ask before applying a creation-time optimization and disclose the resulting coverage limit.

Installs
1
GitHub Stars
55
First Seen
4 days ago
voice-inbox — everyinc/monologue-toolkit