letterly-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".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "letterly-automation" with this command: npx skills add psycho-baller/ai-agents-config/psycho-baller-ai-agents-config-letterly-automation

Letterly Automation

This skill provides a complete workflow for importing and processing your voice transcriptions from Letterly into your Obsidian vault.

Workflow Summary

  1. Export: Uses a Playwright browser agent to log in and download the latest CSV export from web.letterly.app.
  2. Process: Extracts only notes marked as "magic" in the CSV, creates markdown files with custom frontmatter, and places them in unprocessed/.
  3. Link: Analyzes the new notes and links them to existing vault content using the local semantic embedding database (.nexus/cache.db).
  4. Deliver: Moves the final, linked notes to My Outputs/Transcriptions/ and cleans up the temporary CSV.

Usage

To trigger the full workflow, simply tell the model: "Process new Letterly transcriptions" or "Sync my Letterly magic notes".

Manual Execution

If you need to run it manually from the terminal:

# Setup (First time only)
uv venv .venv --python 3.12
uv pip install -r scripts/requirements.txt
.venv/bin/playwright install chromium

# Run
.venv/bin/python scripts/workflow.py

Troubleshooting

  • Login Timeout: If the script times out waiting for login, ensure you have the browser window visible and log in within the 120-second window.
  • Database Missing: Ensure you are running this from your Obsidian vault root where .nexus/cache.db exists.
  • No Magic Notes: The script only imports notes that have been processed with the "Magic" rewrite type in Letterly.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

cmux-and-worktrees

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

letterly-exporter

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

Financial Ai Agent

查询金融行情数据(股票、黄金、原油等)。当用户提到查询行情、价格、指数、股票时使用。例如:'查询纳斯达克'、'现在金价多少'、'标普最近一周表现'、'设置我的key'、'替换key'。

Registry SourceRecently Updated
Automation

Git Workflow

Use this skill for any git commit, pull request, or release task. Invoke immediately when the user wants to: stage and commit changes, write a commit message...

Registry SourceRecently Updated