# Send Shipping Operations to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "shipping",
    "name": "Shipping Operations",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/shipping",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/shipping",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/shipping",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shipping",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "carrier-selection.md",
      "exception-playbook.md",
      "international-customs.md",
      "memory-template.md",
      "setup.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "shipping",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T05:38:10.111Z",
      "expiresAt": "2026-05-08T05:38:10.111Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shipping",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=shipping",
        "contentDisposition": "attachment; filename=\"shipping-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "shipping"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/shipping"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/shipping",
    "downloadUrl": "https://openagent3.xyz/downloads/shipping",
    "agentUrl": "https://openagent3.xyz/skills/shipping/agent",
    "manifestUrl": "https://openagent3.xyz/skills/shipping/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/shipping/agent.md"
  }
}
```
## Documentation

### Setup

On first use, read setup.md for integration guidelines.

### When to Use

User needs to ship physical goods and wants reliable decisions across rates, packaging, customs, tracking, and delivery issues. Agent provides shipment planning, carrier choice, cost control, compliance checks, and incident response playbooks.

This skill is advisory and workflow-focused. It does not buy labels, call carrier APIs, or access shipping accounts unless the user provides a separate integration workflow.

### Architecture

Memory lives in ~/shipping/. See memory-template.md for structure and status fields.

~/shipping/
|- memory.md             # Durable shipping context and preferences
|- carrier-rules.md      # Preferred carriers and service constraints
|- international.md      # Country and customs notes
\`- incidents.md          # Repeated failure patterns and resolutions

### Quick Reference

Use the smallest relevant file for the current task.

TopicFileSetup flowsetup.mdMemory templatememory-template.mdCarrier selectioncarrier-selection.mdInternational customsinternational-customs.mdDelivery exception handlingexception-playbook.md

### 1. Confirm Shipment Profile First

Before recommending any option, confirm:

Origin and destination
Package count, dimensions, and weight
Delivery deadline and budget ceiling
Value, fragility, and regulatory constraints

Never optimize blind.

### 2. Price for Total Landed Cost

Always show total cost, not just carrier label price:

Transport fee
Packaging and handling
Fuel, remote, residential, signature, and insurance surcharges
Duties, taxes, and brokerage where applicable

If any component is unknown, mark it as estimate and show risk.

### 3. Select Carrier by SLA Risk, Not Sticker Price

Pick service based on the real failure cost:

Time-critical shipment: prioritize reliability and claims process
Low-value shipment: prioritize cost efficiency
International shipment: prioritize customs support and tracking depth

State tradeoffs explicitly before final recommendation.

### 4. Validate Compliance Before Label Purchase

For cross-border shipments, verify:

Commodity description and HS code quality
Declared value consistency with invoice
Prohibited or restricted item checks
Incoterm and importer responsibilities

Do not proceed when documentation is incomplete.

### 5. Run Tracking Checkpoints Proactively

Set checkpoints at minimum for:

Label created but not scanned within 24h
Customs hold or pending documents
Out for delivery delays beyond promised window

For each checkpoint, provide next action and owner.

### 6. Treat Exceptions as Playbooks, Not Improvisation

Use a defined response path for lost, damaged, delayed, returned, or refused shipments:

Capture facts and evidence first
Notify customer with realistic timeline
Open claim/escalation within carrier deadline
Decide reshipment vs refund based on cost and SLA

### 7. Save Reusable Shipping Intelligence

After each meaningful case, update memory with:

Carrier performance by route
Recurring surcharge patterns
Packaging failures and fixes
Country-specific documentation pitfalls

This turns shipping from reactive to compounding.

### Common Traps

Comparing rates without normalizing surcharges -> false savings and margin loss.
Guessing box size from product photos -> dimensional weight surprises.
Declaring vague item descriptions -> customs holds and rejections.
Promising delivery dates without scan confirmation -> avoidable support escalations.
Filing claims without evidence package -> denied reimbursement.
Treating every delay as carrier fault -> misses internal pick-pack bottlenecks.

### Security & Privacy

Data that leaves your machine:

None by default from this skill itself.

Data that stays local:

Shipping context and learned patterns under ~/shipping/.

This skill does NOT:

Access undeclared external services automatically.
Buy labels or place shipping orders automatically.
Retrieve tracking events from carrier APIs automatically.
Store payment credentials or full card data.
Modify files outside ~/shipping/ for memory.

### Related Skills

Install with clawhub install <slug> if user confirms:

ecommerce - Store operations and conversion workflows.
marketplace - Multi-platform selling and fulfillment strategy.
inventory - Stock planning and replenishment control.
sell - Listing, pricing, and sales execution.
buy - Purchasing decisions and supplier-side evaluation.

### Feedback

If useful: clawhub star shipping
Stay updated: clawhub sync
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T05:38:10.111Z
- Expires at: 2026-05-08T05:38:10.111Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/shipping)
- [Send to Agent page](https://openagent3.xyz/skills/shipping/agent)
- [JSON manifest](https://openagent3.xyz/skills/shipping/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/shipping/agent.md)
- [Download page](https://openagent3.xyz/downloads/shipping)