← 返回 Skills 市场
cseguinlz

DoubleTick

作者 cseguinlz · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
316
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install doubletick
功能描述
Send tracked emails via Gmail and check if they were opened.
使用说明 (SKILL.md)

DoubleTick

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

Setup

  1. Install and log in (one-time):
npx doubletick-cli login
  1. 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

安全使用建议
This skill appears to be what it claims: a CLI that injects tracking pixels into Gmail messages and reports opens. Before installing, verify the npm package and GitHub repository (review code, maintainers, recent activity, and open issues). Be aware that npx can fetch and execute code on demand — consider installing the package yourself (not using npx every time) or pinning a verified version. Confirm how OAuth tokens/credentials are stored and who receives tracking data (DoubleTick's servers); tracking pixels capture recipient metadata and may have legal/privacy implications. Finally, restrict or disable autonomous agent invocation if you don't want the agent to send emails without explicit approval.
功能分析
Type: OpenClaw Skill Name: doubletick Version: 1.0.1 The skill bundle is benign. It describes a tool for sending tracked emails via Gmail, which inherently involves network communication and interaction with external services (Gmail API, doubletickr.com). The `SKILL.md` provides standard installation instructions using `npx` and outlines the tool's intended functionality. There is no evidence of prompt injection attempts against the agent, nor any instructions for malicious activities such as data exfiltration, unauthorized execution, or persistence within the provided files. The risks are limited to the inherent trust placed in the `doubletick-cli` package and the `doubletickr.com` service, which is the explicit purpose of the skill.
能力评估
Purpose & Capability
Name/description (send tracked Gmail messages and check opens) align with the declared dependency (npx) and the install target (npm package doubletick-cli). Requiring a Gmail account and a DoubleTick account is consistent with the functionality.
Instruction Scope
SKILL.md instructs you to run 'npx doubletick-cli login' and to register the CLI as an MCP tool. This stays within the stated purpose (sending tracked email/checking opens) but omits details about where credentials/OAuth tokens are stored and how tracking data is routed/stored. It also relies on executing a third-party CLI (via npx) which may fetch and run code at runtime.
Install Mechanism
Install is an npm package (doubletick-cli) with links to npm and GitHub. Using npm is expected for a JS CLI, but npm packages run arbitrary code and npx can install/execute code on demand — review the package source and maintainers. The install does not use unusual or untrusted URLs.
Credentials
No unexpected environment variables or unrelated credentials are requested. The skill reasonably relies on account logins (Gmail and DoubleTick) rather than exposing access to unrelated services.
Persistence & Privilege
always is false and the skill is user-invocable. The skill permits model invocation (default), which is normal, but because it can send emails and record opens, you should be cautious about allowing autonomous invocations without explicit user consent.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install doubletick
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /doubletick 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Removed references to using DoubleTick from Claude Code or any AI agent in documentation. - No changes to functionality or requirements. Documentation update only.
v1.0.0
Initial release of doubletick skill. - Send tracked emails via Gmail and monitor their open status. - Includes commands to send tracked emails, check tracking status, and list tracked messages. - Requires Node.js 18+, a Gmail account, and a DoubleTick account. - Easy CLI setup with npx doubletick-cli.
元数据
Slug doubletick
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

DoubleTick 是什么?

Send tracked emails via Gmail and check if they were opened. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 316 次。

如何安装 DoubleTick?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install doubletick」即可一键安装,无需额外配置。

DoubleTick 是免费的吗?

是的,DoubleTick 完全免费(开源免费),可自由下载、安装和使用。

DoubleTick 支持哪些平台?

DoubleTick 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 DoubleTick?

由 cseguinlz(@cseguinlz)开发并维护,当前版本 v1.0.1。

💬 留言讨论