aftership
AfterShip — package tracking, delivery notifications, estimated delivery dates, and courier detection.
Why use this skill?
Automate package tracking and delivery notifications in your OpenClaw agent with the AfterShip skill. Manage couriers, check status, and send alerts.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/aftershipWhat This Skill Does
The AfterShip skill for OpenClaw integrates the powerful AfterShip tracking API directly into your AI agent workflow. This skill allows your agent to perform end-to-end shipment management, including courier detection, tracking creation, status updates, and notification management. By leveraging the AfterShip API, the agent can monitor packages across hundreds of global couriers without manual intervention. It provides a structured interface to list existing trackings, pull detailed tracking information, and re-trigger tracking for expired entries, ensuring that logistics information is always synchronized with your agent's task context.
Installation
To integrate this skill into your agent, use the OpenClaw command-line interface. First, ensure you have an active AfterShip API key. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/aiwithabidi/aftership
Once installed, you must configure the environment variable AFTERSHIP_API_KEY with your specific API credentials. This variable is strictly required for the Python script to authenticate requests against AfterShip servers. Verify installation by running a courier list command through the script to ensure connectivity.
Use Cases
This skill is ideal for businesses and power users managing logistics through automated agents. Primary use cases include: 1) E-commerce customer support, where an agent automatically retrieves shipment status for customer inquiries. 2) Operational dashboards, where an agent monitors critical shipments and alerts users if a delivery is delayed. 3) Automated notifications, where the agent adds tracking for new orders and sets up email or SMS alerts based on shipment milestones. 4) Courier identification, where a user provides only a tracking number and the agent determines the correct carrier automatically.
Example Prompts
- "Check the status of my order with tracking number 1Z9999999999 and tell me the last checkpoint information."
- "Add a new tracking for my package arriving via FedEx with tracking number 987654321 and send updates to [email protected]."
- "List all current shipments that have been inactive for more than 48 hours and retrack them."
Tips & Limitations
To maximize performance, always provide the courier slug when creating trackings to increase accuracy, although the detect-courier command is available if the slug is unknown. Note that API rate limits apply based on your specific AfterShip subscription plan; ensure your agent's frequency of polling does not exceed these limits. Always validate that the provided phone numbers or emails are in the correct format before passing them to the create-tracking function to avoid API errors.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-aftership": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.