Send tracked emails via Gmail and check if they were opened.
Scanned 6/7/2026
Install via CLI
openskills install modbender/skill-library-mcp---
name: doubletick
description: Send tracked emails via Gmail and check if they were opened.
version: 1.0.0
metadata:
openclaw:
requires:
bins:
- npx
emoji: "\u2714\ufe0f"
homepage: https://doubletickr.com
install:
- kind: node
package: doubletick-cli
bins:
- doubletick
---
# DoubleTick
Send tracked emails via Gmail and check if they were opened.
## Setup
1. Install and log in (one-time):
```bash
npx doubletick-cli login
```
2. Add to your MCP config:
```json
{
"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 jane@company.com 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](https://doubletickr.com) account (free tier: 5 tracked emails/week)
## Links
- npm: https://www.npmjs.com/package/doubletick-cli
- GitHub: https://github.com/cseguinlz/doubletick-cli
- Website: https://doubletickr.com
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...