freight-scheduler

Create and manage freight pickup and delivery appointments with automated reminders.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Brokers and dispatchers often struggle to coordinate pickup and delivery windows, juggle multiple schedules, and miss reminders. This Skill provides a lightweight system to create, view, and maintain freight appointments with automated reminders and basic conflict checks.

Core Features & Use Cases

  • Create and manage pickup/delivery appointments for loads.
  • Send automated reminders to carriers and shippers to reduce no-shows.
  • Detect scheduling conflicts and provide a timeline view of upcoming loads.

Quick Start

Create a pickup appointment for a load at a specified time.

Frequently Asked Questions about freight-scheduler

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

FAQPage Schema
How do I automate freight appointment scheduling and reminders for brokers?

Freight appointment scheduling and reminders are automated using Python scripts that perform CRUD operations on pickup and delivery appointments, automatically generating reminders to send to carriers and shippers. This reduces missed windows and no-shows.

How do I create and track pickup and delivery appointments for load management?

To create and track pickup and delivery appointments, you use a Python-based appointment manager script that handles CRUD operations and provides a simple persistence layer to maintain a timeline view of upcoming loads.

Can I detect scheduling conflicts when managing freight load timelines?

Yes, you can detect scheduling conflicts when managing freight load timelines. The system includes basic conflict checks to help brokers and dispatchers identify overlapping pickup and delivery windows before they occur.

Do I need any external dependencies to run the freight scheduling scripts?

No external dependencies are required to run the freight scheduling scripts. The system relies solely on built-in Python scripts for appointment management and reminder generation, requiring no additional packages or external libraries.

What is the best way to send automated reminders to shippers and carriers?

The best way to send automated reminders to shippers and carriers is using a dedicated reminder sender script that processes scheduled freight appointments and triggers notifications, ensuring all parties are alerted about upcoming loads.