International shipping terms validation and documentation skill ensuring trade compliance
Validates international shipping terms and generates compliant trade documentation for global shipments.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Incoterms Compliance Checker validates international shipping terms and ensures trade documentation compliance. It verifies proper application of Incoterms 2020, identifies risk transfer points, and supports customs compliance for international shipments.
skill: incoterms-compliance-checker
inputs:
shipment:
origin_country: "CN"
destination_country: "US"
origin_port: "Shanghai"
destination_port: "Los Angeles"
incoterm: "CIF"
product:
hs_code: "8471.30.0100"
description: "Laptop computers"
value: 250000
weight_kg: 500
parties:
seller: "Acme Electronics Ltd, Shanghai"
buyer: "Tech Distributors Inc, Los Angeles"
validation_scope:
incoterm_compliance: true
document_requirements: true
landed_cost: true
outputs:
incoterm_validation:
incoterm: "CIF"
full_name: "Cost, Insurance and Freight"
applicable_mode: "sea_and_inland_waterway"
validation_status: "valid"
mode_match: true
risk_transfer:
point: "On board the vessel at port of shipment"
location: "Shanghai Port"
seller_risk_coverage: "Until goods placed on vessel"
buyer_risk_coverage: "From vessel loading onwards"
cost_allocation:
seller_responsibilities:
- "Export clearance and duties"
- "Carriage to port of shipment"
- "Loading charges"
- "Ocean freight to destination port"
- "Marine insurance (minimum coverage)"
buyer_responsibilities:
- "Unloading at destination port"
- "Import clearance and duties"
- "Carriage from port to final destination"
- "Additional insurance if desired"
document_requirements:
seller_must_provide:
- "Commercial invoice"
- "Packing list"
- "Bill of lading"
- "Certificate of origin"
- "Insurance certificate"
- "Export license (if required)"
buyer_must_obtain:
- "Import license (if required)"
- "Customs entry documentation"
landed_cost_calculation:
product_value: 250000
international_freight: 4500
insurance: 625
customs_duties: 0 # Duty-free under HS code
customs_processing_fee: 500
harbor_maintenance_fee: 62.50
merchandise_processing_fee: 556.31
inland_freight_estimate: 2500
total_landed_cost: 258743.81
landed_cost_per_unit: 517.49
compliance_alerts:
- type: "documentation"
message: "Ensure certificate of origin is properly certified for potential duty savings"
severity: "info"
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.