← Back to Skills Marketplace
cjboy007

Campaign Tracker

by Jaden's built a claw · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ssa-campaign-tracker
Description
客户开发信追踪与分析 — 自动归档发送记录、匹配客户回复、生成效果分析报告、优化邮件模板
Usage Guidance
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'.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ssa-campaign-tracker
  3. After installation, invoke the skill by name or use /ssa-campaign-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Track email campaign performance and optimize templates
Metadata
Slug ssa-campaign-tracker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Campaign Tracker?

客户开发信追踪与分析 — 自动归档发送记录、匹配客户回复、生成效果分析报告、优化邮件模板. It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.

How do I install Campaign Tracker?

Run "/install ssa-campaign-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Campaign Tracker free?

Yes, Campaign Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Campaign Tracker support?

Campaign Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Campaign Tracker?

It is built and maintained by Jaden's built a claw (@cjboy007); the current version is v1.0.0.

💬 Comments