freight-template-learner

Train on broker corrections to extract BOL and POD fields from documents.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/wasay1200/freight-broker-ai --skill freight-template-learner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: freight-template-learner
Source: https://github.com/wasay1200/freight-broker-ai/tree/main/skills/freight-template-learner
Command: npx skills add https://github.com/wasay1200/freight-broker-ai --skill freight-template-learner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automatically learns per-client document formats so brokers can extract key fields without coding new parsers, reducing maintenance and setup time.

Core Features & Use Cases

  • Template learning per client to capture unique BOL, POD, and related document structures without coding.
  • Automatic extraction of fields from multiple document types, with a feedback loop of broker corrections to improve accuracy.
  • Training-mode driven improvements and per-client templates stored locally for quick deployment.

Quick Start

Process a broker document using an existing client template to extract BOL and POD fields.

Frequently Asked Questions about freight-template-learner

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

FAQPage Schema
How do I extract BOL and POD fields from broker documents without coding new parsers?

Template learning automatically extracts BOL and POD fields by capturing unique document structures per client. You process broker documents using existing client templates, eliminating the need to code new parsers for each format.

What is template learning for freight document processing?

Template learning is a training-mode mechanism that learns broker-specific document formats by processing corrections. It stores per-client mappings locally to automatically extract BOL, POD, and related fields across multiple brokers.

Can I improve data extraction accuracy for specific brokers over time?

Yes, data extraction accuracy improves through a feedback loop of broker corrections. The training-mode driven improvements capture corrections during extraction to continuously refine per-client templates for future document processing.

Does template learning work with OCR text input for multiple brokers?

Template learning works with OCR or document text input and applies across multiple brokers without code changes. It requires local storage and stores per-client mappings in a local JSON file for quick deployment across different broker formats.

Do I need local storage to apply per-client templates for document extraction?

Yes, local storage is required to store per-client mappings in a local configuration file. This local storage enables the template learner to quickly deploy and apply learned broker-specific document formats during extraction.

What is the best way to handle multiple broker document formats for data extraction?

Template learning handles multiple broker document formats by automatically learning per-client structures without coding. It captures unique BOL, POD, and related document structures, reducing maintenance and setup time across different brokers.