Shipping Operations

v1.0.0

Plan and manage parcel shipping decisions with carrier selection, landed-cost math, customs checks, and delivery exception playbooks.

0· 498·6 current·6 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the declared behavior: advisory shipping guidance, carrier selection, customs checks, and playbooks. The only requested resource is a config path (~/shipping/) used for durable memory, which is appropriate for a workflow-focused skill.
Instruction Scope
Runtime instructions are focused on asking the user for shipment data, saving reusable operational memory to ~/shipping/, and following documented playbooks. The guidance explicitly states it will not call carrier APIs or exfiltrate data unless the user provides integrations. One area to watch: the skill encourages 'learn while solving live requests' and saving memory, so users should ensure the agent does not persist sensitive PII or payment data — the docs do instruct to redact sensitive identifiers.
Install Mechanism
Instruction-only skill with no install spec and no code files—no downloads, packages, or binaries are created. This is the lowest-risk install footprint.
Credentials
The skill requests no environment variables, no credentials, and only a single config path (~/shipping/) for local memory. These requirements are proportionate to the stated purpose of keeping operational shipping context.
Persistence & Privilege
Does not request always:true, does not modify other skills, and stores its own memory under a single user-level directory. Autonomous invocation is allowed (platform default) but not in itself a red flag given the skill's advisory nature.
Assessment
This skill appears to do what it says: it is an advisory shipping operations helper that saves reusable context under ~/shipping/ and does not require keys or install code. Before installing, consider: 1) Review and periodically inspect files in ~/shipping/ (memory.md, incidents.md) to ensure no sensitive personal data or payment card data are stored. 2) If you accept integrations later, confirm what external endpoints and credentials the integration requires before providing them. 3) Restrict permissions on the ~/shipping/ folder (e.g., 700) or place it in a dedicated workspace if you’re concerned about confidentiality. 4) Because the skill comes from an unknown source, double-check the hosted homepage and any future integration instructions for unexpected endpoints before granting credentials.

Like a lobster shell, security has layers — review code before you run it.

latestvk974c8kmavdbyh31636n4hk1rs82114f

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

BOX Clawdis
OSLinux · macOS · Windows
Config~/shipping/

SKILL.md

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.

TopicFile
Setup flowsetup.md
Memory templatememory-template.md
Carrier selectioncarrier-selection.md
International customsinternational-customs.md
Delivery exception handlingexception-playbook.md

Core Rules

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

Files

6 total
Select a file
Select a file to preview.

Comments

Loading comments…