Skip to content
Skill

handling-email

by julianprester

AI Summary

Enables AI assistants to manage emails through Thunderbird's REST API, automating inbox tasks like searching, triaging, and drafting. Useful for developers integrating email automation into coding workflows.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "handling-email" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/tb-api && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/tb-api/SKILL.md "https://raw.githubusercontent.com/julianprester/tb-api/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Use when processing, triaging, summarizing, or drafting emails via Thunderbird REST API. Triggers on inbox management, email search, replying, forwarding, archiving, or any email-related request.

Handling Email

Use when processing, searching, or drafting emails via the Thunderbird REST API.

Search inbox

curl -s "http://localhost:9595/messages?mailbox=inbox&limit=50"

Search with filters (ALWAYS use date filters on large mailboxes)

curl -s "http://localhost:9595/messages?mailbox=archive&subject=query&after=2024-01-01&limit=50" curl -s "http://localhost:9595/messages?from=sender@example.com&after=7+days+ago"

Get full message by Message-ID

curl -s "http://localhost:9595/messages/<message_id@example.com>"

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Issues0
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code