carrier-selection-optimizer
Automated carrier evaluation and selection skill using multi-criteria decision analysis for optimal freight procurement
What this skill does
# Carrier Selection Optimizer
## Overview
The Carrier Selection Optimizer is an automated skill that evaluates and selects optimal carriers for freight shipments using multi-criteria decision analysis. It combines performance metrics, cost analysis, capacity availability, and service level requirements to recommend the best carrier for each shipment while supporting strategic procurement decisions.
## Capabilities
- **Carrier Performance Scoring**: Calculate and maintain composite performance scores based on on-time delivery, damage rates, and customer feedback
- **Rate Comparison and Analysis**: Compare contracted rates, spot rates, and accessorial charges across carriers for cost optimization
- **Capacity Availability Checking**: Real-time verification of carrier capacity and equipment availability for requested lanes and dates
- **Service Level Matching**: Match shipment requirements with carrier capabilities including transit times, handling requirements, and special services
- **Historical Performance Benchmarking**: Analyze carrier performance trends and compare against industry benchmarks
- **Contract Compliance Validation**: Verify that carrier selections comply with contracted terms, volume commitments, and business rules
- **Spot Rate Negotiation Support**: Provide market intelligence and historical data to support spot rate negotiations
## Tools and Libraries
- TMS APIs
- Carrier Rating Databases
- Procurement Analytics Platforms
- EDI Integration Libraries
## Used By Processes
- Carrier Selection and Procurement
- Freight Audit and Payment
- Shipment Tracking and Visibility
## Usage
```yaml
skill: carrier-selection-optimizer
inputs:
shipment:
origin: "Chicago, IL"
destination: "Los Angeles, CA"
weight_lbs: 15000
freight_class: 70
pickup_date: "2026-02-01"
delivery_date: "2026-02-05"
equipment_type: "dry_van"
special_requirements: ["liftgate", "appointment_delivery"]
selection_criteria:
priority: "cost" # or "service" or "balanced"
min_carrier_score: 85
preferred_carriers: ["CARRIER001", "CARRIER002"]
outputs:
recommendations:
- carrier_id: "CARRIER001"
carrier_name: "ABC Logistics"
rate: 2150.00
transit_days: 3
performance_score: 92
on_time_rate: 96.5
recommendation_rank: 1
- carrier_id: "CARRIER003"
carrier_name: "XYZ Transport"
rate: 2050.00
transit_days: 4
performance_score: 88
on_time_rate: 94.2
recommendation_rank: 2
```
## Integration Points
- Transportation Management Systems (TMS)
- Carrier Portals and APIs
- Rate Management Systems
- Procurement Platforms
- Performance Management Systems
## Performance Metrics
- Carrier cost savings percentage
- Service level achievement rate
- Carrier compliance rate
- Time to carrier selection
- Rate accuracy percentage
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.