Agent skill
freight-audit-validator
Automated freight bill validation skill with discrepancy detection and payment processing automation
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/logistics/skills/freight-audit-validator
Metadata
Additional technical details for this skill
- domain
- business
- category
- transportation
- priority
- lower
- specialization
- logistics
SKILL.md
Freight Audit Validator
Overview
The Freight Audit Validator is an automated skill that validates freight bills and invoices, detects discrepancies, and streamlines payment processing. It uses OCR, data extraction, and contract validation to ensure accurate carrier payments while identifying cost recovery opportunities from billing errors.
Capabilities
- Invoice Data Extraction (OCR): Automatically extract invoice data from paper and electronic documents using optical character recognition
- Contract Rate Validation: Verify billed rates against contracted rates, tariffs, and pricing agreements
- Accessorial Charge Verification: Validate accessorial charges against service records and approved charge schedules
- Weight and Dimension Validation: Cross-reference billed weights and dimensions with shipping documents and actual measurements
- Duplicate Invoice Detection: Identify and flag potential duplicate invoices to prevent double payments
- Discrepancy Classification: Categorize billing discrepancies by type, root cause, and financial impact
- Claim Generation Automation: Automatically generate claims and dispute documentation for invalid charges
Tools and Libraries
- OCR Engines (Tesseract, ABBYY)
- EDI Parsers (X12 210, 214)
- Freight Audit Platforms
- Document Management APIs
Used By Processes
- Freight Audit and Payment
- Carrier Selection and Procurement
Usage
skill: freight-audit-validator
inputs:
invoice:
invoice_number: "INV-2026-12345"
carrier_id: "CARRIER001"
invoice_date: "2026-01-20"
total_amount: 2350.00
line_items:
- description: "Line haul"
amount: 2100.00
- description: "Fuel surcharge"
amount: 185.00
- description: "Liftgate"
amount: 65.00
shipment_reference: "SHP-2026-98765"
validation_rules:
tolerance_percentage: 2
auto_approve_under: 50.00
outputs:
validation_result:
status: "discrepancy_found"
approved_amount: 2285.00
discrepancy_amount: 65.00
discrepancies:
- type: "accessorial_not_authorized"
description: "Liftgate charge not on BOL"
billed_amount: 65.00
approved_amount: 0.00
action: "claim_generated"
claim_reference: "CLM-2026-54321"
Integration Points
- Accounts Payable Systems
- Transportation Management Systems (TMS)
- Contract Management Systems
- Document Management Systems
- EDI Networks
Performance Metrics
- Invoice processing accuracy
- Discrepancy detection rate
- Cost recovery amount
- Processing cycle time
- Auto-approval rate
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?