incoterms-compliance-checker
International shipping terms validation and documentation skill ensuring trade compliance
What this skill does
# 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
```yaml
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
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.