Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

easyship-official易船官方

Agent Skill

easyship-official 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,517

周安装

237

GitHub Stars

公开资料未说明

下载量

1,934
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:easyship-official(易船官方)
来源仓库:https://github.com/paulld/easyship-official
安装命令:
openclaw skills install easyship-official
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install easyship-official

简介

官方 Easyship 集成。通过 200 多个国家/地区的 550 多家快递公司进行运送、贴标、跟踪和取货。连接到 mcp.easyship.com — 无需安装

SKILL.md

name
easyship-official
description
Official Easyship Integration. Ship, label, track & pickup across 550+ couriers in 200+ countries. Connects to mcp.easyship.com — no install required
homepage
https://github.com/easyship/easyship-mcp
source
https://github.com/easyship/easyship-mcp
tools
mcp
server
https://mcp.easyship.com
transport
streamable-http
env
EASYSHIP_API_ACCESS_TOKEN
required
true
description
Easyship API token — get one at https://app.easyship.com/connect
metadata
openclaw
primaryEnv
EASYSHIP_API_ACCESS_TOKEN
requires
env
v0.4.0 — 25 tools across shipping, tracking, pickups, billing, address validation, and analytics.

Shipping rates

get_rates

Use when the user asks about shipping costs, delivery times, courier options, or the cheapest/fastest way to ship.

Required inputs: origin country, destination country, parcel weight, dimensions (length/width/height).

Optional (improves accuracy): city, state, postal code, street address for origin and destination. Item category or HS code for duty estimates.

Presenting results:

  • Show a comparison table: courier name, price, currency, estimated delivery days.
  • Sort by price (lowest first) unless the user asks for fastest.
  • If you used assumed/estimated data (e.g. generic postal codes), tell the user the rates are estimates.

Shipments

create_shipment

The primary tool for creating shipments and buying labels.

For "ship this" / "buy a label": set buy_label: true and buy_label_synchronous: true with format: "url" in printing options. Extract the label URL from shipping_documents in the response and present it as a clickable link.

For a specific courier (e.g. "buy a label with UPS Ground"): call get_rates first to find the courier_id, then pass it in courier_settings.

Without a specific courier: omit courier_service_id — the API auto-selects best value. Do NOT call get_rates first.

Required inputs: complete origin and destination addresses (contact name, email, phone, street, city, country code, and company name for origin), parcel weight, item description and customs value.

update_shipment / get_shipment / list_shipments / delete_shipment / cancel_shipment

  • get_shipment — retrieves full shipment details. Also use this to get label/document download URLs (pass format="URL").
  • list_shipments — filter by state, date range, country, etc. Supports label_state, delivery_state, shipment_state filters.
  • delete_shipment — removes a shipment that hasn't shipped yet.
  • cancel_shipment — cancels a shipped shipment (only if label failed or shipment not yet in transit).

create_label

The preferred way to buy a label for an existing shipment. Use this instead of passing buy_label via update_shipment.

Required input: easyship_shipment_id.

Optional: courier_service_id (omit to auto-select), format (url/pdf/png/zpl, default "url"), label/commercial_invoice/packing_slip page sizes, remarks.

After calling: Find the shipping_documents entry with "category": "label" and present its URL as a clickable link. Include packing slip and commercial invoice URLs if present.

get_shipment_documents

Returns metadata only (content type, size). For actual document downloads, use get_shipment with format="URL" instead.

Tracking

track_shipment

Use when the user asks to track a package, check delivery status, or says "where's my shipment."

Required input: either easyship_shipment_id or platform_order_number — at least one must be provided.

Presenting results:

  • Current status, last known location, estimated delivery date.
  • List recent tracking checkpoints.

Pickups

get_pickup_slots → create_pickup

Workflow for scheduling a pickup:

  1. Get the courier_service_id from the shipment via get_shipment
  2. Call get_pickup_slots to find available dates and time windows
  3. Present options to the user (or pick the earliest if they want the closest)
  4. Call create_pickup with the chosen slot, date, and shipment IDs

All shipments in a pickup must use the same courier and have labels pending or generated.

list_pickups / get_pickup / cancel_pickup / list_pickup_shipments

Standard CRUD for managing existing pickups.

Address validation

validate_address

Validates both US domestic and international addresses in a single tool. Omit country_alpha2 or pass "US" for domestic; any other country code routes to international validation.

Requires an updated contract with Easyship.

Billing

list_transactions / list_billing_transactions

View transaction history filtered by type (shipment, pickup, claim, policy, payment), date range, or shipment ID.

Analytics

Six analytics tools, all defaulting to a 90-day lookback if the user doesn't specify a date range:

ToolUse forReturns
analytics_shipmentsShipment volume and trendsTotal count + daily time series
analytics_shippedPast shipping activity confirmationWhether account has ever shipped
analytics_shipment_statusStatus distributionCounts by status (in-progress breakdown)
analytics_top_destinationsWhere shipments goCountries/zones ranked by volume
analytics_top_couriersCourier usage breakdownCouriers ranked by shipment count
analytics_sale_channelsSales channel breakdownChannels ranked by shipment count

General

  • Easyship supports 550+ couriers across 200+ countries/territories.
  • An API token is required. If not configured, direct the user to: https://app.easyship.com/connect
  • All prices are returned in the user's Easyship account currency unless specified otherwise.
  • Always confirm destructive actions (delete/cancel) with the user before executing.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.75%
按下载量换算1,484

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills