letterly-exporter
4
总安装量
4
周安装量
#50717
全站排名
安装命令
npx skills add https://github.com/psycho-baller/ai-agents-config --skill letterly-exporter
Agent 安装分布
openclaw
4
antigravity
4
claude-code
4
github-copilot
4
codex
4
kimi-cli
4
Skill 文档
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