
Tnm Email Cli
- 7 repo stars
- Updated February 16, 2026
- tnm/email-cli
tnm-email-cli is a Claude Code plugin that registers a CLI so agents can send email through configured providers such as Google Workspace or Proton.
About
tnm-email-cli is a Claude Code plugin that packages a command-line email tool so your agent can send messages instead of only drafting them in chat. developers automating onboarding, billing receipts, or ops alerts often stall on SMTP OAuth and provider quirks; a focused CLI gives the agent a stable contract: arguments in, sent mail out. Use it during Build when you connect workspace email, Proton, or similar accounts to scripts and agent workflows. It is not a full marketing suite or inbox UI—it is transport for agents. You remain responsible for secrets, rate limits, and compliance; the plugin’s role is to register the CLI in Claude Code so install and invocation stay one step. Pair with your existing env-var or secret manager before letting agents send in production.
- CLI surface designed for agents to send email programmatically
- Keywords reference Google Workspace and Proton-style provider setups
- Single-plugin bundle (pluginCount: 1) under tnm/email-cli
- Fits agent-driven notifications, alerts, and human-in-the-loop outreach without a separate web app
Tnm Email Cli by the numbers
- Data as of Jul 13, 2026 (Skillselion catalog sync)
/plugin install tnm-email-cli@tnm/email-cliAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 7 |
|---|---|
| Last updated | February 16, 2026 |
| Repository | tnm/email-cli ↗ |
What it does
Let coding agents send transactional or workflow email from the terminal via a dedicated email CLI (Google Workspace, Proton, and related providers).
Who is it for?
Best when you're wiring agent automations that need real outbound email from terminal workflows.
Skip if: Skip if you need drip campaigns, template developers, or deliverability analytics without CLI integration.
What you get
After install, your agent can invoke the email CLI to deliver messages using your configured provider credentials.
- Registered email CLI callable by the agent
- Documented provider configuration path
- Ability to send emails from agent-driven scripts
By the numbers
- 1 plugin in bundle (pluginCount: 1)
- 6 GitHub stars on tnm/email-cli
- Catalog keywords: cli, email, emails, google, proton, workspace
Recommended Plugins
How it compares
Agent-facing email CLI integration, not an ESP marketing dashboard or MCP inbox browser.
FAQ
Who is Tnm Email Cli for?
Developers using Claude Code who want agents to send email via CLI against Google Workspace, Proton, or similar setups.
When should I use Tnm Email Cli?
Use it when you are building automations that must send real email and you prefer a terminal contract over custom SMTP code in every skill.
How do I add Tnm Email Cli to my agent?
Add the tnm/email-cli plugin in Claude Code, install the CLI dependency per repo docs, configure provider credentials securely, then expose the send commands to your agent.