letterly-exporter
letterly-exporter
This skill automates the process of exporting data from Letterly and saving it to your Obsidian vault.
Prerequisites
- Python 3.8+
- Playwright: A browser automation library.
Installation
pip install -r requirements.txt
playwright install chromium
Usage
Run the script:
python3 export_letterly.py
How it Works
- Browser: The script uses Playwright's bundled Chromium. This is a standalone browser binary (about ~100MB) that won't touch your existing browsers (Arc, Brave, Zen).
- Persistent Session: Your login session is stored in the
chrome_context/folder, so you only log in once. - Automation:
- Navigates to
https://web.letterly.app. - Clicks "Settings".
- Clicks "Export Data".
- Downloads the CSV file.
- Moves the file to
My Outputs/Transcriptions/in your vault.
- Navigates to
More from psycho-baller/ai-agents-config
cmux-and-worktrees
Manage parallel development with cmux-style git worktrees in one repository. Use this skill whenever the user asks to run multiple agents in parallel, create or resume isolated worktrees, list/switch/merge/remove worktrees, set up `.cmux/setup`, or recover from worktree conflicts. Use `cmux` commands in this environment.
39letterly-automation
Comprehensive automation for Letterly transcriptions. This skill exports the latest CSV from Letterly, processes "magic" notes into Obsidian markdown with custom metadata, semantically links them using a vector database, and moves them to the final Transcriptions directory. Use when the user asks to "process new letterly transcriptions", "sync letterly", or "import magic notes from letterly".
6letterly-export
Automates the process of exporting your data from Letterly as a CSV file to your Obsidian vault's unprocessed directory. Used as the first step in the Letterly automation pipeline.
1letterly-process
Reads the Letterly CSV export in the unprocessed folder, extracts "magic" notes, and converts them into Markdown notes with frontmatter.
1intent-calendar-planner
Plan Rami's day or tomorrow from conversation, Google Calendar, and Obsidian project context. Use this whenever the user wants to plan the day, schedule tasks, patch `Actions`, decide what to work on, prioritize competing work, or turn loose intentions into time blocks, even if they do not explicitly mention calendars.
1