/install doubletick
DoubleTick
Send tracked emails via Gmail and check if they were opened.
Setup
- Install and log in (one-time):
npx doubletick-cli login
- Add to your MCP config:
{
"mcpServers": {
"doubletick": {
"command": "npx",
"args": ["-y", "doubletick-cli"]
}
}
}
What it does
DoubleTick injects a 1x1 tracking pixel into emails sent via the Gmail API. When the recipient opens the email, the pixel fires and the open is logged. You can then check the status to see if and when it was read.
Tools
- send_tracked_email — Send an email with read tracking. Body accepts markdown (auto-converted to HTML).
- check_tracking_status — Check if a tracked email has been opened, with open count, device, and timing.
- list_tracked_emails — List recent tracked emails with open rates and stats.
Examples
Send a tracked email to [email protected] with subject "Q1 Planning" and body "Hi Jane, here are the numbers for Q1..."
Check if my last tracked email was opened
Show my tracked emails dashboard
Requirements
- Node.js 18+
- A Gmail account
- A DoubleTick account (free tier: 5 tracked emails/week)
Links
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install doubletick - After installation, invoke the skill by name or use
/doubletick - Provide required inputs per the skill's parameter spec and get structured output
What is DoubleTick?
Send tracked emails via Gmail and check if they were opened. It is an AI Agent Skill for Claude Code / OpenClaw, with 316 downloads so far.
How do I install DoubleTick?
Run "/install doubletick" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DoubleTick free?
Yes, DoubleTick is completely free (open-source). You can download, install and use it at no cost.
Which platforms does DoubleTick support?
DoubleTick is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DoubleTick?
It is built and maintained by cseguinlz (@cseguinlz); the current version is v1.0.1.