返回顶部
s

shippo

Shippo — shipping labels, rates comparison, package tracking, address validation, and returns.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
243
下载量
0
收藏
概述
安装方式
版本历史

shippo

# 📦 Shippo Shippo — shipping labels, rates comparison, package tracking, address validation, and returns. ## Requirements | Variable | Required | Description | |----------|----------|-------------| | `SHIPPO_API_TOKEN` | ✅ | Shippo API token | ## Quick Start ```bash # Create shipment & get rates python3 {{baseDir}}/scripts/shippo.py create-shipment --from "JSON address" --to "JSON address" --parcel "JSON" # List shipments python3 {{baseDir}}/scripts/shippo.py list-shipments --results "25" --page "1" # Get shipment details python3 {{baseDir}}/scripts/shippo.py get-shipment <id> # Get rates for shipment python3 {{baseDir}}/scripts/shippo.py get-rates <id> # Purchase shipping label python3 {{baseDir}}/scripts/shippo.py purchase-label --rate <value> # List label transactions python3 {{baseDir}}/scripts/shippo.py list-transactions --results "25" # Get label/transaction details python3 {{baseDir}}/scripts/shippo.py get-transaction <id> # Track a package python3 {{baseDir}}/scripts/shippo.py track-package --carrier <value> --tracking-number <value> # Validate an address python3 {{baseDir}}/scripts/shippo.py validate-address --name <value> --street1 <value> --city <value> --state <value> --zip <value> --country "US" # List saved parcels python3 {{baseDir}}/scripts/shippo.py list-parcels # Create a parcel template python3 {{baseDir}}/scripts/shippo.py create-parcel --length <value> --width <value> --height <value> --weight <value> # Create return shipment python3 {{baseDir}}/scripts/shippo.py create-return --from "JSON" --to "JSON" --parcel "JSON" --is-return "true" # List carrier accounts python3 {{baseDir}}/scripts/shippo.py list-carriers ``` ## Output Format All commands output JSON by default. ## Script Reference | Script | Description | |--------|-------------| | `{baseDir}/scripts/shippo.py` | Main CLI — all commands in one tool | ## Credits Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai) [YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi) Part of the **AgxntSix Skill Suite** for OpenClaw agents. 📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 shippo-1776023145 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 shippo-1776023145 技能

通过命令行安装

skillhub install shippo-1776023145

下载 Zip 包

⬇ 下载 shippo v1.0.0

文件大小: 3.9 KB | 发布时间: 2026-4-13 11:58

v1.0.0 最新 2026-4-13 11:58
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部