← 返回 Skills 市场
cprice70

ShipStation Orders

作者 Chris Price · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
605
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install shipstation-orders
功能描述
Monitor ShipStation orders, detect issues, and send alerts. For e-commerce businesses using ShipStation for order fulfillment across multiple platforms (Amaz...
安全使用建议
This skill appears to do exactly what it says: poll ShipStation and flag order issues. Before installing: (1) Only provide ShipStation API key/secret — do not reuse high-privilege keys from other services. (2) Keep the .env file out of version control (SKILL.md advises adding it to .gitignore). (3) Expect local state files (state.json, shipping-state.json) to be created in the skill directory; they contain processed order IDs but not credentials. (4) Ensure your Node runtime is recent enough (Node 18+) because the scripts use global fetch. (5) If you plan to allow autonomous agent invocation, remember the agent may run these scripts on schedule; review scheduling/notification integration to avoid accidental disclosure. If any of the above is unacceptable, do not install or run the scripts until you make configuration changes (separate credentials, run in isolated environment, or review code).
功能分析
Type: OpenClaw Skill Name: shipstation-orders Version: 1.1.0 The OpenClaw skill 'shipstation-orders' is designed to monitor ShipStation orders for new activity and issues. It legitimately requires ShipStation API credentials (key and secret) which are read from a local `.env` file or environment variables and used to communicate with the official ShipStation API (`https://ssapi.shipstation.com`). The skill manages its state using local `state.json` and `shipping-state.json` files. All instructions in `SKILL.md` and `README.md` are benign, guiding the AI agent to execute the scripts and process their output as intended for order monitoring and alerting. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The custom `loadEnv` function is a minor robustness flaw but not a security vulnerability.
能力评估
Purpose & Capability
The name/description match what the files implement: polling ShipStation orders, detecting conditions (stuck, on-hold, expedited), and writing local state. The required env vars (SHIPSTATION_API_KEY, SHIPSTATION_API_SECRET) and node runtime are appropriate for this purpose.
Instruction Scope
SKILL.md and the scripts instruct the agent to read a local .env, call ShipStation's API, and write local state files (state.json, shipping-state.json). There are no instructions to read unrelated system files, exfiltrate data to third-party endpoints, or access other credentials.
Install Mechanism
No install spec is provided (instruction-only), but the package includes JS scripts. This is coherent: the skill expects node to be available and runs local scripts. Note: Node version compatibility (global fetch used) may require a recent Node (v18+) but that's an operational, not a security, issue.
Credentials
Only ShipStation API credentials are requested and used. The code loads .env from the skill directory and also checks process.env in one script; it does not request or access unrelated secrets or service credentials.
Persistence & Privilege
The skill writes/reads its own local state files to track processed orders. It does not request elevated or system-wide privileges, does not modify other skills/configs, and is not configured with always:true.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shipstation-orders
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shipstation-orders 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Added expedited/second-day/priority shipping alerts via check-shipping.js
v1.0.1
Fix: Self-contained paths and declared credential requirements
v1.0.0
Initial release: Monitor ShipStation for new orders and issues
元数据
Slug shipstation-orders
版本 1.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 3
常见问题

ShipStation Orders 是什么?

Monitor ShipStation orders, detect issues, and send alerts. For e-commerce businesses using ShipStation for order fulfillment across multiple platforms (Amaz... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 605 次。

如何安装 ShipStation Orders?

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

ShipStation Orders 是免费的吗?

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

ShipStation Orders 支持哪些平台?

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

谁开发了 ShipStation Orders?

由 Chris Price(@cprice70)开发并维护,当前版本 v1.1.0。

💬 留言讨论