Extract Carrier Invoices to Spreadsheet
Skill ActiveExtract line-level charges from multiple carrier invoices, then generate an XLSX freight cost tracker in a single pipeline.
To streamline the reconciliation of freight costs by automatically processing carrier invoices and generating a unified, review-ready spreadsheet.
Features
- Extracts data from multiple PDF carrier invoices.
- Generates an XLSX freight cost tracker spreadsheet.
- Automates a multi-step data processing pipeline.
Use Cases
- Reconciling monthly freight expenses against shipment budgets.
- Automating data entry for logistics and finance teams.
- Generating standardized reports for carrier charge analysis.
Non-Goals
- Performing manual invoice review or validation.
- Integrating directly with accounting or ERP systems (beyond generating a usable spreadsheet).
- Processing invoices not in PDF format.
Practices
- Data Extraction
- Document Processing
- Spreadsheet Generation
Prerequisites
- Iteration Layer API key
Documentation
- info:Configuration & parameter referenceWhile the API calls show parameters, explicit default values and precedence orders for API parameters are not detailed in the SKILL.md, requiring reference to external documentation.
Security
- warning:Secret ManagementThe API key is exposed as a placeholder 'YOUR_API_KEY' in the code examples, which is not ideal for production environments and requires manual replacement.
Code Execution
- info:Error HandlingError handling is primarily managed by the Iteration Layer SDK and API. The SKILL.md does not explicitly detail error handling for API failures or specific edge cases.
Errors
- info:Actionable error messagesError messages are primarily handled by the Iteration Layer API and SDK, with details likely available in their external documentation rather than explicit in the skill's markdown.
Protocol
- info:Idempotent retry & timeoutsIdempotency and timeouts are assumed to be handled by the Iteration Layer API, but are not explicitly detailed within the skill's documentation.
Practical Utility
- info:Edge casesWhile the API schema hints at data types, specific failure modes, observable symptoms, and recovery steps for API errors or malformed invoices are not detailed in the SKILL.md.
Safety
- info:Halt on unexpected stateThe skill's execution is dependent on the Iteration Layer API; while API errors would halt the process, explicit documentation of handling unexpected pre-states within the SKILL.md is absent.
Installation
First, add the marketplace
/plugin marketplace add iterationlayer/skills/plugin install skills@iterationlayer-skillsQuality Score
Trust Signals
Similar Extensions
Extract Receipt Data
99Extract merchant, date, line items, tax, and total from receipts.
Extract Customs Declarations To Spreadsheet
95Extract HS codes, declared values, and duty amounts from customs declaration documents, then generate an XLSX import duty log.
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Public Google Drive
100Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
Use My Browser
100Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.