DoubleTick for Openclaw

DoubleTick enables AI agents to send tracked emails through Gmail and monitor real-time open status, device info, and engagement metrics.

cseguinlz
v1.0.1
Mar 2, 2026
0
839
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install doubletick

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install doubletick using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is DoubleTick?

DoubleTick is a powerful email tracking utility specifically designed to give AI agents visibility into their communication workflows. By injecting a discreet 1x1 tracking pixel into messages sent via the Gmail API, this tool allows users to verify precisely when and how recipients interact with their emails. It is an essential component for any developer looking to build sophisticated Openclaw Skills that require feedback loops from outbound communication.

Beyond basic tracking, DoubleTick handles the heavy lifting of formatting by automatically converting Markdown content into professional HTML. This ensures that tracked emails look great across all clients while providing granular data such as open counts, timestamps, and device details, allowing for more intelligent automated follow-ups and data-driven decision making.

DoubleTick Use Cases

  • Tracking client responses and engagement for automated project updates.
  • Building intelligent follow-up sequences that trigger only if an email remains unopened.
  • Monitoring the reach and effectiveness of AI-generated outreach campaigns.
  • Validating that high-priority notifications have been seen by the intended recipient.

How DoubleTick Works

  1. The AI agent initiates a send request using the send_tracked_email tool, passing in recipient details and Markdown content.
  2. DoubleTick converts the Markdown to HTML and embeds a unique, invisible tracking pixel into the email body.
  3. The email is dispatched through the user's authenticated Gmail account via the Gmail API.
  4. When the recipient opens the email, the tracking pixel fires, logging the event on the DoubleTick servers.
  5. The agent or user can query check_tracking_status at any time to retrieve detailed analytics, including open count and device types.

DoubleTick Setup

To integrate DoubleTick into your environment for Openclaw Skills, follow these steps:

  1. Install the CLI tool and perform the one-time authentication:
npx doubletick-cli login
  1. Add the following configuration to your MCP server settings:
{
  "mcpServers": {
    "doubletick": {
      "command": "npx",
      "args": ["-y", "doubletick-cli"]
    }
  }
}

DoubleTick Data Schema & Taxonomy

DoubleTick organizes its tracking data using a transparent schema that makes it easy for AI agents to parse and act upon within Openclaw Skills.

Field Description
Tracking ID Unique identifier for the tracked email instance.
Subject The subject line used for the sent email.
Status Current engagement status (e.g., Opened, Unopened).
Open Count The total number of times the tracking pixel was triggered.
Analytics Metadata including device type, browser, and most recent open timestamp.

DoubleTick Advanced Features

  • Markdown support that automatically renders rich HTML for all tracked messages.
  • Detailed telemetry including device and browser detection for every open event.
  • Dashboard-style summaries of recent email activity via the list_tracked_emails tool.
  • Seamless Gmail API integration requiring no complex SMTP configuration.
  • Real-time status updates that can be used to trigger secondary agent workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*