Openclaw Skills for vessel cargo matching finds domestic or international cargo boards by current port, destination port, and ship capacity.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install find-cargo-for-vessel
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install find-cargo-for-vessel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a structured workflow for ShippingClaw/OpenClaw agents to search for cargo opportunities that fit a vessel’s available tonnage. It uses current port, destination port, and ship capacity as the only required inputs, then filters live freight listings by route distance and capacity compatibility.
Openclaw Skills makes cargo discovery more reliable by avoiding guesswork around cargo board selection, port coordinates, vessel type, cargo type, and other unavailable factors. It supports both inland/domestic and international trade classification, and returns searchable results plus detail views for one complete booking or inquiry pass.
domestic or international based on whether either end is outside mainland China.detail_action data is provided when supported.python3.pip install -r requirements.txt
uvicorn scripts.service:app --host 0.0.0.0 --port 8765
export CARGO_MATCHER_PUBLIC_URL="https://shipping.example.com/cargo-service"
export CARGO_MATCHER_PUBLIC_URL="http://127.0.0.1:8765"
python scripts/find_cargo.py search \
--current-port "<current port>" \
--destination-port "<destination port>" \
--capacity-tons <capacity> \
--user-id "<logged-in shipowner user ID>"
solid identifier.python scripts/find_cargo.py detail --solid "<solid>"
Openclaw Skills organizes cargo matching output around a small, route-centric data model.
| Field | Type | Required | Notes |
|---|---|---|---|
| current_port | string | Yes | Port name or UN/LOCODE |
| destination_port | string | Yes | Port name or UN/LOCODE |
| capacity_tons | number | Yes | Positive vessel capacity in tons |
| user_id | string | Yes | Logged-in shipowner user identifier |
| Field | Type | Notes |
|---|---|---|
| solid | string | Unique cargo board identifier used for detail lookup |
| company | string | Cargo source company |
| cargo_name | string | Cargo description |
| quantity | string/number | Cargo volume or weight display value |
| loading_port | string | Port where cargo is loaded |
| unloading_port | string | Port where cargo is discharged |
| loading_time | string | Scheduled loading time |
| update_date | string | Latest listing update |
| current_to_loading_distance | number | Great-circle port distance used for ranking |
| unloading_to_destination_distance | number | Great-circle port distance used for ranking |
| trade_type | enum | domestic or international |
| quantity_status | enum | May be manual_confirmation when conversion to tons is uncertain |
| Field | Type | Notes |
|---|---|---|
| detail_url | string | Clickable in-site HTML detail page |
| detail_action | object | Structured action for UI binding |
| detail_action.api_path | string | In-site API path for JSON access |
detail_action bindings for in-app detail opening instead of raw page scraping.manual_confirmation instead of discarding them.Loading
Openclaw Skills for scanning full tender documents to identify hidden "carrot pit" clauses, exclusion signals, and compliance risks.

Openclaw Skills helps procurement teams self-audit tender documents, detect objection-prone clauses, and generate compliant redraft and rebuttal plans before publication.

Openclaw Skills for instantly connecting an AI agent to Skilder via a fixed remote MCP endpoint with OAuth or key-based fallback.

Requirement Processor standardizes how Openclaw Skills turns unclear feature requests into validated, phased implementation plans and reusable project documentation.

Openclaw Skills for generating a long-form, citation-backed Simplified Chinese research article on the identity of Zhiyanzhai in Dream of the Red Chamber.

Openclaw Skills for researching and writing a scholarly Simplified Chinese analysis of Ode to the Goddess of Luo River, with citations and annotations.








































