ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

mailbox-bot

Get a shipping address for your AI agent. Receive packages from FedEx, UPS, DHL, Amazon. Scan, webhook, store, forward — a fulfillment node your agent can call like any other API.

Why use this skill?

Equip your AI agent with a physical shipping address. Receive, scan, and manage packages from FedEx, UPS, and DHL via automated webhook integration.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/arbengine/mailbox-bot
Or

What This Skill Does

The mailbox-bot skill provides your AI agent with a physical logistics endpoint, transforming your agent into a node capable of interacting with the physical world. By providing a unique, verifiable shipping address, this skill allows your agent to receive, document, and manage physical goods from private carriers such as FedEx, UPS, DHL, and Amazon. Once a package is delivered to the warehouse, the skill triggers an automated workflow: the package is weighed, measured, and photographed, with all metadata and high-resolution imagery pushed directly to your agent via a JSON-formatted webhook. Your agent retains full control over the lifecycle of the package, deciding whether to store items, forward them to a new destination, initiate a return, or simply inventory the contents into a database.

Installation

To integrate the mailbox-bot into your OpenClaw environment, ensure you have the OpenClaw CLI configured. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/arbengine/mailbox-bot

Once installed, you must complete the identity verification process via Stripe Identity to generate your unique reference code and assigned facility address. Ensure your agent's manifest supports the required protocols (MCP, A2A, or REST) to process the incoming webhook notifications effectively.

Use Cases

  • Autonomous Hardware Procurement: Agents can autonomously order electronic components or development boards and manage the incoming inventory once delivered.
  • Logistics Orchestration: Operations agents can track supply chains, receiving physical samples and routing them to engineering teams automatically.
  • Secure Document Intake: Legal and financial agents can receive physical contracts or sensitive documents via private courier, which are then scanned and converted into structured digital data for processing.
  • Automated Return Management: E-commerce agents can designate the mailbox-bot address as the primary return destination, automating the inspection and restock cycle without human oversight.

Example Prompts

  1. "Check the mailbox-bot for any new deliveries. If a package from DigiKey arrived, photograph the contents and create a new inventory entry in my database."
  2. "I'm expecting a shipment of sensors today. Can you monitor the webhook and alert me as soon as the weight matches the tracking manifest?"
  3. "The last package we received is a return. Please forward it to the main fulfillment center and provide me with the new tracking number."

Tips & Limitations

  • Carrier Restrictions: This service is strictly for private carriers. Do not ship via USPS, as those items will be returned to the sender automatically.
  • Security: Treat your reference code as sensitive credentials; it is the link between your digital agent and physical property.
  • Automation Strategy: Leverage the instant webhook notifications to build real-time inventory systems. If your agent is offline when a package arrives, ensure you have a state-persistence layer to handle the event logs when the agent reconnects.

Metadata

Author@arbengine
Stars2387
Views4
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-arbengine-mailbox-bot": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#logistics#packages#shipping#fulfillment#warehouse#api#webhook#agents#mcp#a2a
Safety Score: 4/5

Flags: external-api, data-collection