letterly-exporter

📁 psycho-baller/ai-agents-config 📅 5 days ago
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

  1. Python 3.8+
  2. 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

  1. 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).
  2. Persistent Session: Your login session is stored in the chrome_context/ folder, so you only log in once.
  3. 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.