Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

freight-domain-glossary货运领域术语表

Agent Skill

freight-domain-glossary 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

416

周安装

17

GitHub Stars

4

下载量

135
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:freight-domain-glossary(货运领域术语表)
来源仓库:https://github.com/linehaul-ai/linehaulai-claude-marketplace
仓库路径:skills/freight-domain-glossary
安装命令:
npx skills add https://github.com/linehaul-ai/linehaulai-claude-marketplace --skill freight-domain-glossary
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/linehaul-ai/linehaulai-claude-marketplace --skill freight-domain-glossary

简介

freight-domain-glossary 用于查找、检索和筛选相关信息,适合在多种宿主环境中快速定位候选结果。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 等宿主环境,支持按关键词或任务场景检索。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Freight Brokerage Domain Glossary

Quick reference for freight brokerage terminology used throughout laneweaverTMS.

Core Entities

EntityDescriptionID Format
LoadA shipment transaction between shipper and carrierL-XXXXXX
TenderCustomer request for freight capacity (often from EDI 204)T-XXXXXX
CarrierMotor carrier transporting freight (has MC#, DOT#, SCAC)UUID
AccountCustomer organization (not individual contacts)UUID
FacilityPhysical location: warehouse, shipper, consignee, or distribution centerUUID
StopPickup or delivery point on a load; loads have 2+ stopsUUID

Entity Relationships

Account (customer) -> Tender (request) -> Load (shipment) -> Carrier (transporter)
                                              |
                                              v
                                    Stops (pickup/delivery at Facilities)

Carrier Identifiers

IdentifierIssuing AuthorityFormatExample
MC NumberFMCSAMC-XXXXXXMC-123456
DOT NumberUSDOTNumeric1234567
SCAC CodeNMFTA2-4 alpha charsABCD

Financial Terms

TermDefinition
Customer RateWhat the customer pays the broker for the shipment
Carrier RateWhat the broker pays the carrier
Gross Profitcustomer_rate - carrier_rate
Net ProfitGross profit adjusted for accessorials and fees
AccessorialsAdditional charges beyond base linehaul rate
FactoringThird-party purchase of carrier invoices for immediate payment

Common Accessorials

AccessorialDescription
DetentionCharge for driver wait time exceeding free time
LumperFee for third-party loading/unloading services
TONUTruck Ordered Not Used - cancellation fee when carrier arrives but load cancelled
LayoverCompensation for overnight wait between pickup and delivery
Fuel SurchargeVariable charge tied to diesel fuel prices
DeadheadMiles driven empty to reach pickup location

Status Workflows

Load Status Lifecycle

uncovered -> assigned -> dispatched -> at_origin -> in_transit -> at_destination -> delivered
StatusDescription
uncoveredNo carrier assigned
assignedCarrier committed, not yet dispatched
dispatchedDriver confirmed and en route to pickup
at_originDriver arrived at pickup facility
in_transitLoaded and moving to destination
at_destinationDriver arrived at delivery facility
deliveredFreight delivered, awaiting POD

Tender Status

StatusDescription
pendingAwaiting broker acceptance
acceptedBroker accepted, capacity search in progress
plannedLoad created from tender
cancelledCustomer cancelled request

Invoice Status

StatusDescription
draftInvoice created, not sent
sentInvoice sent to customer
partial_paymentPartial payment received
paidFully paid
voidInvoice cancelled/voided

Equipment Types

TypeDescriptionCommon Cargo
Dry VanEnclosed trailer, no temp controlGeneral freight, palletized goods
ReeferRefrigerated trailerProduce, meat, pharmaceuticals
FlatbedOpen platform, no sidesSteel, lumber, machinery
Step DeckLower deck height, easier loadingTall equipment, vehicles
ConestogaFlatbed with retractable tarp systemWeather-sensitive flatbed freight

Operational Terms

TermDefinition
PODProof of Delivery - signed document confirming receipt
BOLBill of Lading - shipping document with freight details
Drop and HookDriver drops loaded trailer, hooks to pre-loaded trailer
Live Load/UnloadDriver waits while freight is loaded/unloaded
DeadheadMiles driven with empty trailer
BounceCarrier backing out of a committed load
Hot LoadUrgent shipment requiring immediate capacity

Regulatory Terms

TermDefinition
FMCSAFederal Motor Carrier Safety Administration
USDOTUnited States Department of Transportation
CSA ScoreCarrier Safety Administration score (safety rating)
HOSHours of Service - driver work time regulations
ELDElectronic Logging Device - tracks driver hours

Common Abbreviations

AbbreviationFull Term
TMSTransportation Management System
TONUTruck Ordered Not Used
PODProof of Delivery
BOLBill of Lading
A/RAccounts Receivable (customer invoices)
A/PAccounts Payable (carrier bills)
LTLLess Than Truckload
FTLFull Truckload
OTROver The Road (long-haul)
P&DPickup and Delivery
RPMRevenue Per Mile
CPMCost Per Mile

Database Conventions in laneweaverTMS

  • Load numbers: L-XXXXXX format (generated via trigger)
  • Tender numbers: T-XXXXXX format (generated via trigger)
  • All monetary values: NUMERIC(10,2) type
  • All status fields: PostgreSQL ENUM types
  • Carrier identifiers stored as TEXT (MC#, DOT#, SCAC)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

26.49%
按下载量换算36

Gemini CLI

24.08%
按下载量换算33

Antigravity

18.53%
按下载量换算25

windsurf

14.16%
按下载量换算19

Codex

8%
按下载量换算11

OpenCode

3.68%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills