← 返回 Skills 市场
Campaign Tracker
作者
Jaden's built a claw
· GitHub ↗
· v1.0.0
· MIT-0
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ssa-campaign-tracker
功能描述
客户开发信追踪与分析 — 自动归档发送记录、匹配客户回复、生成效果分析报告、优化邮件模板
安全使用建议
This skill appears to implement campaign tracking and reporting, but it expects to read files and modules from other skills (e.g. EMAIL_SKILL_ROOT) and even loads a .env from that location — which may contain IMAP/SMTP credentials or other secrets. Before installing or running: 1) Inspect the scripts yourself (archive-sent-records.js, reply-matcher.js, analytics-report.js, template-optimizer.js) — they will be executed by node. 2) Do not point EMAIL_SKILL_ROOT to a live production skill directory that contains credentials unless you have reviewed and sanitized its .env and scripts. 3) Prefer running first in dry-run mode and in an isolated/test environment (or container) so it cannot read unrelated files. 4) Verify what OKKI_VECTOR_SEARCH should point to and whether it invokes remote services or scripts. 5) If you need to use this, explicitly set the required environment variables to trusted, minimal locations and avoid sharing cross-skill secrets. Providing explicit documentation from the author that clarifies which env vars are required and that the skill will not load other skills' secrets would reduce risk and could change this assessment to 'benign'.
功能分析
Type: OpenClaw Skill
Name: ssa-campaign-tracker
Version: 1.0.0
The ssa-campaign-tracker bundle is a legitimate tool designed for tracking email marketing performance, archiving sent records, and generating analytics reports. The scripts (analytics-report.js, archive-sent-records.js, reply-matcher.js, and template-optimizer.js) perform standard file-based data processing using Node.js built-in modules like 'fs' and 'path'. While reply-matcher.js uses a dynamic require() to integrate with an external intent-recognition module, this is consistent with the stated integration with the 'imap-smtp-email' skill. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The name/description (campaign tracking, reply matching, reporting, template optimization) align with the shipped scripts. However the SKILL.md and scripts expect integration with two other tasks/skills (task-001 imap-smtp-email and task-002 okki-email-sync) and environment variables (EMAIL_SKILL_ROOT, OKKI_VECTOR_SEARCH, OBSIDIAN_VAULT, CAMPAIGN_TRACKER_PROCESSED_FILE) that are not declared in the registry metadata. Requiring access to another skill's filesystem and .env to read IMAP/SMTP data is not obviously proportional to what a user would expect from a drop-in 'campaign tracker' unless that integration is explicit.
Instruction Scope
Runtime instructions and scripts read and write local archives/reports/logs (expected), but they also: require/require() code from EMAIL_SKILL_ROOT (e.g. intent-recognition module), load process.env.EMAIL_SKILL_ROOT + '/.env', and reference an OKKI vector-search path. These instructions tell the agent to read other skill directories and a .env file (likely containing credentials). That broad file access is beyond simple reporting and should be explicitly declared and reviewed.
Install Mechanism
There is no install spec (instruction-only), which lowers installer risk. However the package includes multiple Node.js scripts that will be executed by the user/agent via node; there is no automatic downloader/remote install. The lack of an install step is low risk but means the supplied scripts will run with whatever privileges the agent/user grants.
Credentials
Registry metadata lists no required env vars, but SKILL.md and scripts depend on several environment variables and config paths: EMAIL_SKILL_ROOT (used to require other skill modules and to load a .env), OKKI_VECTOR_SEARCH, OBSIDIAN_VAULT, and CAMPAIGN_TRACKER_PROCESSED_FILE. Loading EMAIL_SKILL_ROOT + '/.env' can expose IMAP/SMTP credentials or API keys from another skill — this is disproportionate unless the user intentionally points EMAIL_SKILL_ROOT to a sanitized location. The skill also writes files to /tmp and local archive/log/report directories (expected) and may update config/tracking-schema.json (template-optimizer).
Persistence & Privilege
The skill is not always-enabled and does not request to auto-install or modify other skills' configurations. It writes its own archives, logs, reports, and may update its own config (tracking-schema.json) which is normal. Note: the platform default allows autonomous invocation; combined with the above undeclared cross-skill access, that increases potential blast radius but 'always:true' is not set here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ssa-campaign-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/ssa-campaign-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Track email campaign performance and optimize templates
元数据
常见问题
Campaign Tracker 是什么?
客户开发信追踪与分析 — 自动归档发送记录、匹配客户回复、生成效果分析报告、优化邮件模板. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 Campaign Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssa-campaign-tracker」即可一键安装,无需额外配置。
Campaign Tracker 是免费的吗?
是的,Campaign Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Campaign Tracker 支持哪些平台?
Campaign Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Campaign Tracker?
由 Jaden's built a claw(@cjboy007)开发并维护,当前版本 v1.0.0。
推荐 Skills