Notes
Create and manage markdown notes with search.
zero-config6 tools
Works immediately. Stores notes in ~/.conductor/notes/
A personal note-taking system backed by markdown files. Create, read, search, and organize notes. Notes are stored in ~/.conductor/notes/ by default.
Setup
terminal
Zero-config. Notes stored in ~/.conductor/notes/Install
Built-in — no installation needed. Works immediately.
Tools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
notes_create | Create a new note | title, content | — |
notes_read | Read a note by title | title | — |
notes_list | List all notes | filter? | — |
notes_search | Search notes by content | query | — |
notes_delete | Delete a note | title | required |
notes_update | Update an existing note | title, content | required |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“Create a note called 'meeting-notes' with today's notes”
notes_create“Find all notes about AI”
notes_search