Real-time shipment monitoring and exception management skill with proactive alerting and customer communication
Monitors shipments in real-time, detects exceptions, and sends proactive alerts to customers.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Shipment Visibility Tracker provides real-time shipment monitoring and exception management capabilities with proactive alerting and automated customer communication. It integrates with multiple carriers and tracking sources to deliver comprehensive visibility across the supply chain.
skill: shipment-visibility-tracker
inputs:
shipment:
shipment_id: "SHP-2026-12345"
carrier: "CARRIER001"
tracking_number: "1Z999AA10123456784"
origin: "Chicago, IL"
destination: "New York, NY"
planned_delivery: "2026-01-25T14:00:00Z"
monitoring:
alert_on_delay_hours: 2
customer_notification: true
notification_milestones: ["picked_up", "in_transit", "out_for_delivery", "delivered"]
outputs:
current_status:
status: "in_transit"
location: "Toledo, OH"
last_update: "2026-01-24T08:30:00Z"
predicted_eta: "2026-01-25T12:30:00Z"
eta_confidence: 92
milestones:
- event: "picked_up"
timestamp: "2026-01-23T15:00:00Z"
location: "Chicago, IL"
- event: "departed_facility"
timestamp: "2026-01-24T02:00:00Z"
location: "Chicago Distribution Center"
exceptions: []
notifications_sent:
- type: "status_update"
channel: "email"
timestamp: "2026-01-24T08:35:00Z"
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.