# Letterly 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.

- Skill: `rami-maalouf/letterly-export` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add rami-maalouf/letterly-export`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rami-maalouf/letterly-export/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: rami-maalouf (https://skillmd.com/u/rami-maalouf)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rami-maalouf/letterly-export

---


# Letterly Export

This skill automates the process of exporting data from [Letterly](https://web.letterly.app) and saving it to your Obsidian vault.

## Usage

This skill is typically orchestrated by the main `letterly-automation` skill, but can be run independently:

```bash
uv run python scripts/export.py
```

