extract-customs-declarations-to-spreadsheet

Extract HS codes, declared values, and duties from customs declarations into an XLSX duty log.

2|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/iterationlayer/skills --skill extract-customs-declarations-to-spreadsheet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extract-customs-declarations-to-spreadsheet
Source: https://github.com/iterationlayer/skills/tree/main/skills/extract-customs-declarations-to-spreadsheet
Command: npx skills add https://github.com/iterationlayer/skills --skill extract-customs-declarations-to-spreadsheet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extracts HS codes, declared values, and duty amounts from customs declaration documents and compiles them into a formatted XLSX import duty log for compliance reporting and cost reconciliation.

Core Features & Use Cases

  • Data extraction: Pulls declaration_number, declaration_date, country_of_origin, hs_code, goods_description, declared_value, currency, and duty_amount from multiple customs declarations.
  • Sheet generation: Produces a structured XLSX with a dedicated sheet, headers, totals, and currency formatting.
  • Use Case: Compliance and finance teams import inbound shipment declarations to track duties and reconcile costs across periods.

Quick Start

Provide the customs declarations and run the pipeline to generate the Import Duty Log XLSX.

Frequently Asked Questions about extract-customs-declarations-to-spreadsheet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract data from customs declarations into an Excel spreadsheet?

To extract customs declarations into an Excel spreadsheet, you can automate pulling fields like declaration numbers, HS codes, declared values, and duty amounts into a formatted XLSX import duty log. This automates data entry and sheet generation for compliance reporting.

What is an automated duty log and how does it help with cost reconciliation?

An automated duty log is a structured XLSX file containing extracted customs data, including declared values and duty amounts. It facilitates cost reconciliation by providing totals and currency formatting across multiple inbound shipment declarations.

How do I compile HS codes and declared values from multiple customs declarations?

You can compile HS codes and declared values from multiple declarations by running an automated extraction pipeline. It validates and aggregates fields like country of origin, goods description, and currency into a single sheet with headers and totals.

Can I generate an XLSX import duty log for compliance teams processing inbound shipments?

Yes, you can generate an XLSX import duty log specifically designed for compliance teams processing inbound shipments. It extracts required customs fields and outputs a formatted spreadsheet to track duties across periods.

What specific fields need to be extracted from customs declarations for compliance reporting?

Specific fields required for compliance reporting include declaration number, declaration date, country of origin, HS code, goods description, declared value, currency, and duty amount. These fields are validated during extraction and organized into the log.

Does the customs data extraction process require document extraction capabilities?

Yes, the customs data extraction process requires document extraction and sheet generation capabilities to accurately pull declaration data and produce the final XLSX file. This ensures accurate field validation and formatting for the duty log.