返回顶部
e

easypostEasyPost

EasyPost — shipping labels, rate comparison, package tracking, address verification, and insurance.

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

easypost

🚚 EasyPost

EasyPost — 运单标签、费率比较、包裹追踪、地址验证和保险。

环境要求

变量必填描述
EASYPOSTAPIKEYEasyPost API密钥

快速开始

bash

创建运单并获取费率


python3 {{baseDir}}/scripts/easypost.py create-shipment --from JSON地址 --to JSON地址 --parcel JSON

获取运单详情

python3 {{baseDir}}/scripts/easypost.py get-shipment

列出运单

python3 {{baseDir}}/scripts/easypost.py list-shipments --page-size 20

购买运单标签

python3 {{baseDir}}/scripts/easypost.py buy-shipment --rate-id <值>

创建追踪器

python3 {{baseDir}}/scripts/easypost.py create-tracker --tracking-code <值> --carrier <值>

获取追踪器详情

python3 {{baseDir}}/scripts/easypost.py get-tracker

列出追踪器

python3 {{baseDir}}/scripts/easypost.py list-trackers --page-size 20

验证/创建地址

python3 {{baseDir}}/scripts/easypost.py verify-address --street1 <值> --city <值> --state <值> --zip <值> --country US

为运单投保

python3 {{baseDir}}/scripts/easypost.py create-insurance --shipment-id <值> --amount <值>

退款运单标签

python3 {{baseDir}}/scripts/easypost.py create-refund --carrier <值> --tracking-codes 逗号分隔

列出运单费率

python3 {{baseDir}}/scripts/easypost.py list-rates

创建退货运单

python3 {{baseDir}}/scripts/easypost.py create-return --from JSON --to JSON --parcel JSON --is-return true

输出格式

默认情况下,所有命令均以JSON格式输出。

脚本参考

脚本描述
{baseDir}/scripts/easypost.py主命令行工具 — 所有命令集成于一个工具

致谢

M. Abidi 构建 | agxntsix.ai YouTube | GitHub 属于 OpenClaw 代理的 AgxntSix 技能套件 的一部分。

📅 需要为您的企业设置 OpenClaw? 预约免费咨询

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 easypost-1775994903 技能

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

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

通过命令行安装

skillhub install easypost-1775994903

下载

⬇ 下载 easypost v1.0.0(免费)

文件大小: 3.81 KB | 发布时间: 2026-4-13 10:07

v1.0.0 最新 2026-4-13 10:07
Initial release of the easypost skill.

- Provides shipping label creation, rate comparison, package tracking, address verification, and insurance via EasyPost.
- CLI tool for managing shipments, trackers, refunds, and rates.
- Outputs results in JSON format.
- No external dependencies; requires only Python 3.10+ and an EASYPOST_API_KEY.
- Full command list and usage examples included.

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

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

p2p_official_large
返回顶部