Agent skill
incoterms-compliance-checker
International shipping terms validation and documentation skill ensuring trade compliance
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/logistics/skills/incoterms-compliance-checker
Metadata
Additional technical details for this skill
- domain
- business
- category
- analytics
- priority
- lower
- specialization
- logistics
- shared candidate
- YES
SKILL.md
Incoterms Compliance Checker
Overview
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.
Capabilities
- Incoterms 2020 Validation: Validate correct application and interpretation of Incoterms 2020 rules
- Risk Transfer Point Identification: Clearly identify where risk transfers from seller to buyer
- Cost Responsibility Allocation: Allocate costs appropriately based on selected Incoterm
- Document Requirement Generation: Generate lists of required documents for each Incoterm
- Customs Compliance Checking: Verify compliance with customs requirements based on trade terms
- Trade Agreement Validation: Check applicability of trade agreements and preferential tariffs
- Landed Cost Calculation: Calculate total landed costs including duties, taxes, and fees
Tools and Libraries
- Trade Compliance Databases
- Customs APIs
- Landed Cost Calculators
- Document Management Systems
Used By Processes
- Carrier Selection and Procurement
- Freight Audit and Payment
- Distribution Network Optimization
Usage
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"
Integration Points
- Global Trade Management Systems
- Customs Brokers
- Trade Compliance Databases
- Freight Forwarders
- Financial Systems
Performance Metrics
- Compliance rate
- Documentation accuracy
- Customs clearance time
- Landed cost accuracy
- Trade agreement utilization
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?