messaging-daemon
Unified local access to Signal, email, and Telegram messages
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install messaging-daemon?▼
Run `npx skills add vbuterin/messaging-daemon --all -g -y` in your terminal to install this skill globally.
How to read Signal, email, and Telegram in one place?▼
The daemon polls all three backends and stores messages in a single SQLite database, queryable through one HTTP API on localhost:6000 with filters for sender, subject, thread, and time range.
Can software send messages without my approval?▼
No. Sending to yourself is instant, but sending to anyone else returns a confirmation URL that you must open in a browser and approve before the message goes out.
Which messaging backends are supported?▼
Signal via signal-cli, email via standard IMAP/SMTP (including Protonmail Bridge), and Telegram via the Telethon user client.
Is messaging-daemon safe to use with untrusted software?▼
Yes. Run untrusted programs in a sandbox with access only to port 6000, keeping the human-only confirmation page on port 7000 blocked so nothing can send messages without your knowledge.
Related Repositories in Content & Communication
View All in Content & Communication→skills
Official Anthropic skills for documents, design, and developer workflows
humanizer
Rewrite AI-sounding text so it reads like a person wrote it
UniGetUI
Automate software translation reviews, diffs, and localization quality checks