TopRank Skills

Home / Claw Skills / Git / GitHub / doubletick
Official OpenClaw rules 36%

doubletick

Send tracked emails via Gmail and check if they were opened.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 doubletick 技能。 若已安装,则直接安装 doubletick 技能。

Overview

Skill Key
cseguinlz/doubletick
Author
cseguinlz
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/cseguinlz/doubletick
Latest Commit SHA
e1876f7eff668e95c3483398633bea6bf9bd0210

Extracted Content

SKILL.md excerpt

# 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

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

rxhxm

sixtyfour-skill

★ 1

Agent Skill (SKILL.md) for Sixtyfour AI — People & company intelligence API. Enrich leads, find emails/phones, qualify prospects, search people. For Claude Code, Codex, OpenClaw, Cursor.

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

cenralsolution

Google Suite

★ 0

Google Suite Skill

cemoso

pr-review-loop

★ 0

Autonomous PR review loop with Greptile. Use when an agent creates a PR and needs to autonomously handle code review feedback — reading Greptile reviews, fixing issues, pushing fixes, re-triggering review, and auto-merging when score is 4/5+. Trigger on commands like "pr review {url}", "review my PR", or when a Greptile review webhook/poll delivers feedback.

cepheiden

esxi-debian-deploy

★ 0

Zero-touch Debian 13 VM deployment on VMware ESXi 8. Builds custom preseed ISO, creates NVMe+vmxnet3 VM with serial console, and runs unattended installation. Use when deploying Debian VMs on ESXi, automating VM provisioning, or setting up serial console access for headless ESXi VM management.