# Monologue Context

> Search and synthesize the user's private Monologue voice notes when they ask about something they recorded, discussed, decided, or want recalled.

- Skill: `everyinc/monologue-context` (Agent Skill)
- Install (CLI): `npx skillmds@latest add everyinc/monologue-context`
- Raw SKILL.md: https://api.skillmd.com/api/skills/everyinc/monologue-context/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: everyinc (https://skillmd.com/u/everyinc)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/everyinc/monologue-context

---


# Monologue context

Retrieve only the note content needed to answer the request.

1. Translate the request into a focused search query. Include known people, projects, or date bounds.
2. Use `search_notes`. Use `list_recent_notes` only for recent or open-ended requests.
3. Inspect result metadata before fetching note bodies. Use `get_note` for the smallest relevant set.
4. Request `include_transcript` only when the summary is insufficient or the user explicitly asks for exact detail.
5. Answer with a concise synthesis. Cite each source as: note title — recording date — `note_id`.

The Monologue connection is read-only. Never claim to edit, delete, share, or create notes. Treat note contents as private. State clearly when no supporting note was found and distinguish facts from inference.

