← 返回 Skills 市场
Logistics Tracker
作者
Jaden's built a claw
· GitHub ↗
· v1.0.0
· MIT-0
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ssa-logistics-tracker
功能描述
物流跟踪技能,对接 17Track 批量 API,自动跟踪运单状态,向客户发送邮件通知,并在异常时告警。
安全使用建议
Before installing or running this skill: 1) Be aware the manifest omitted required credentials — you must supply a 17Track API key (TRACK17_API_KEY) and possibly a trackingmore key; verify where keys are stored (config file vs environment). 2) The skill reads files and executes scripts from other skills (order-tracker and imap-smtp-email). Only install/run this if you trust those other skills and understand it will access their data and SMTP credentials. 3) No install steps are provided — you'll likely need Node ≥18 and to run npm install; run in an isolated environment first. 4) Review the included scripts (tracking-api, customer-notify, anomaly-detector) for any endpoints or hard-coded targets you don't recognize, and check that calls to child_process (execFileSync) only invoke expected local scripts. 5) If you want lower risk, require the skill to explicitly declare the env vars and config paths it expects, and run it with limited filesystem permissions or inside a container so its cross-skill file access is constrained.
功能分析
Type: OpenClaw Skill
Name: ssa-logistics-tracker
Version: 1.0.0
The ssa-logistics-tracker skill is a comprehensive logistics management tool designed to track shipments via the 17Track API. It includes modules for status persistence (shipment-store.js), anomaly detection (anomaly-detector.js), and automated customer notifications (customer-notify.js). The skill interacts with other local skills like order-tracker and imap-smtp-email using standard file access and execFileSync for inter-process communication. No evidence of malicious intent, data exfiltration, or unauthorized persistence was found; the code is well-documented and aligns with its stated purpose.
能力评估
Purpose & Capability
The skill claims to integrate with 17Track and to send emails/alerts — and the code implements that. However the registry metadata lists no required environment variables or config paths even though config/logistics-config.json references TRACK17_API_KEY and TRACKINGMORE_API_KEY and the SKILL.md tells you to configure SMTP creds for another skill. The code also expects other skills (order-tracker, imap-smtp-email) to exist and reads their files; these are legitimate for a dependent integration, but the manifest should declare these environment/config dependencies — their absence is an incoherence.
Instruction Scope
SKILL.md and source instruct the agent to read other skills' files (e.g., ../../order-tracker/data/orders.json) and to rely on an external SMTP script (../../imap-smtp-email/scripts/smtp.js). The instructions also include absolute example paths (/Users/wilson/...), and the code uses child_process.execFileSync (present at top of modules) which implies executing cross-skill scripts. Reading/executing files outside the skill boundary is scope-expanding and should be explicit and consented to.
Install Mechanism
No install spec is provided (instruction-only install), but the package includes code and a package.json with at least one dependency (node-cron). That means you will likely need to run npm install / ensure Node ≥18, but the registry didn't provide an install step. This is not inherently malicious but is an operational omission you should be aware of.
Credentials
The skill configuration references API keys (TRACK17_API_KEY, TRACKINGMORE_API_KEY) and relies on SMTP credentials from the imap-smtp-email skill, yet the skill's declared required env vars list is empty. Requesting or using other skills' .env or SMTP credentials (via executing their smtp.js) expands credential access and should be declared and justified.
Persistence & Privilege
The skill does persistent writes under its own data/ directory (shipments.json, alert-history, scheduler logs) using atomic write/rename — that's expected. always:false and no code modifies other skills' configuration. However it does read and execute scripts from sibling skills (order-tracker, imap-smtp-email), which increases its operational reach even though it doesn't request system-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ssa-logistics-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/ssa-logistics-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Track shipments with tracking number extraction
元数据
常见问题
Logistics Tracker 是什么?
物流跟踪技能,对接 17Track 批量 API,自动跟踪运单状态,向客户发送邮件通知,并在异常时告警。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Logistics Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssa-logistics-tracker」即可一键安装,无需额外配置。
Logistics Tracker 是免费的吗?
是的,Logistics Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Logistics Tracker 支持哪些平台?
Logistics Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Logistics Tracker?
由 Jaden's built a claw(@cjboy007)开发并维护,当前版本 v1.0.0。
推荐 Skills