← 返回 Skills 市场
Shippo
作者
aiwithabidi
· GitHub ↗
· v1.0.0
285
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install shippo
功能描述
Shippo — shipping labels, rates comparison, package tracking, address validation, and returns.
安全使用建议
This skill appears to do what it claims (calls the Shippo API) and only needs SHIPPO_API_TOKEN, but there are two issues you should consider before installing:
1) The bundled script quietly tries to load credentials from WORKSPACE or ~/.openclaw/workspace/.env if SHIPPO_API_TOKEN isn't set. That file-read behavior is not documented — check that your workspace .env does not contain unrelated secrets you don't want accessed.
2) The Python CLI contains several implementation bugs (mismatched argument names like dest="from_addr" vs getattr(args, 'from'), broken path placeholder replacements) that can cause commands to crash or call invalid endpoints. These are quality defects, not evidence of exfiltration, but they mean you should review and test the code before using it in production.
Recommended actions: review the scripts/shippo.py source yourself, confirm the token usage is only for api.goshippo.com, fix the argument and path bugs (or ask the author for a corrected release), and avoid running it in an environment where ~/.openclaw/workspace/.env contains any unrelated secrets. If you need higher assurance, request the skill's source repository or a signed release from the author (agxntsix) and test in a sandbox first.
功能分析
Type: OpenClaw Skill
Name: shippo
Version: 1.0.0
The skill is a standard CLI wrapper for the Shippo API, used for managing shipping labels and tracking. It uses the Python standard library to make authenticated requests to 'api.goshippo.com' and includes typical logic for retrieving API tokens from environment variables or a local .env file. While there are minor coding bugs in 'scripts/shippo.py' (such as incorrect attribute names in 'cmd_create_shipment' and a mismatch in string replacement for tracking numbers), there is no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description (Shippo API actions) match the required credential (SHIPPO_API_TOKEN) and the script calls https://api.goshippo.com. The declared primaryEnv is appropriate for the stated purpose.
Instruction Scope
SKILL.md instructs only running the provided CLI. However, the script attempts to read a .env file under WORKSPACE or ~/.openclaw/workspace if SHIPPO_API_TOKEN is absent — this file-read behavior is not documented in SKILL.md or requires.config and expands the agent's runtime scope unexpectedly.
Install Mechanism
No install spec is present (instruction-only with a bundled script). No remote downloads or package installs are performed.
Credentials
Declared env requirement is only SHIPPO_API_TOKEN (reasonable). The script additionally reads WORKSPACE and ~/.openclaw/workspace/.env to source credentials if the env var is missing — accessing a local .env is not declared and could expose other secrets in that file if present.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges or modify other skills. It performs only outbound calls to the Shippo API with the provided token.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shippo - 安装完成后,直接呼叫该 Skill 的名称或使用
/shippo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Shippo skill.
- Provides Python 3.10+ CLI for Shippo: shipping labels, rate comparison, tracking, address validation, and returns.
- All major Shippo API functions accessible via easy CLI commands.
- Outputs results in JSON format for integration ease.
- Requires only a single environment variable: SHIPPO_API_TOKEN.
- No external dependencies; uses Python standard library only.
元数据
常见问题
Shippo 是什么?
Shippo — shipping labels, rates comparison, package tracking, address validation, and returns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。
如何安装 Shippo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shippo」即可一键安装,无需额外配置。
Shippo 是免费的吗?
是的,Shippo 完全免费(开源免费),可自由下载、安装和使用。
Shippo 支持哪些平台?
Shippo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Shippo?
由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。
推荐 Skills