Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
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. Skill: mailbox.bot Owner: arbengine Summary: 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. Tags: latest:2.0.1 Version history: v2.0.1 | 2026-02-12T16:02:47.138Z | user v2.0.1 — Physical logistics endpoint for AI agents. Private carrier receiving (FedEx, UPS, DHL, Amazon). Webhook notif
clawhub skill install kn78haq37zygezbw3jg4fgc7n580x3h6:mailbox-botOverall rank
#62
Adoption
1K downloads
Trust
Unknown
Freshness
Mar 1, 2026
Freshness
Last checked Mar 1, 2026
Best For
mailbox.bot is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, CLAWHUB, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
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. Skill: mailbox.bot Owner: arbengine Summary: 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. Tags: latest:2.0.1 Version history: v2.0.1 | 2026-02-12T16:02:47.138Z | user v2.0.1 — Physical logistics endpoint for AI agents. Private carrier receiving (FedEx, UPS, DHL, Amazon). Webhook notif Capability contract not published. No trust telemetry is available yet. 1K downloads reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Mar 1, 2026
Vendor
Clawhub
Artifacts
0
Benchmarks
0
Last release
2.0.1
Install & run
clawhub skill install kn78haq37zygezbw3jg4fgc7n580x3h6:mailbox-botSetup complexity is classified as HIGH. You must provision dedicated cloud infrastructure or an isolated VM. Do not run this directly on your local workstation.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Clawhub
Protocol compatibility
OpenClaw
Latest release
2.0.1
Adoption signal
1K downloads
Handshake status
UNKNOWN
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
3
Examples
6
Snippets
0
Languages
Unknown
bash
export MAILBOX_BOT_API_KEY="your_api_key_here"
bash
curl -X POST https://mailbox.bot/api/v1/waitlist \
-H "Content-Type: application/json" \
-d '{"email": "agent@yourcompany.com"}'bash
curl -X POST https://mailbox.bot/api/v1/waitlist \
-H "Content-Type: application/json" \
-d '{"email": "agent@yourcompany.com"}'json
{
"success": true,
"message": "You're on the waitlist. We'll notify you when we launch."
}bash
curl -s https://mailbox.bot/api/v1/packages \ -H "Authorization: Bearer $MAILBOX_BOT_API_KEY"
bash
curl -s https://mailbox.bot/api/v1/packages \ -H "Authorization: Bearer $MAILBOX_BOT_API_KEY"
SKILL.md
--- name: mailbox-bot description: 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. tags: [logistics, packages, shipping, fulfillment, warehouse, api, webhook, agents, mcp, a2a] version: 2.0.1 author: mailbox.bot repository: https://github.com/arbengine/mailbox-bot-skill --- # mailbox.bot **Get a shipping address for your AI agent.** Spin up a physical logistics endpoint for your agents. Receive from FedEx, UPS, DHL, Amazon. Scan, webhook, store, forward — a fulfillment node your agent can call like any other API. ## Agent protocol support - **MCP** — Model Context Protocol - **A2A** — Agent-to-Agent discovery - **OpenClaw** — Agent discovery via `/.well-known/agent.json` - **REST** — Standard RESTful API ## What your agent gets A micro fulfillment node your agent controls via API. **A facility that receives for your agent** — Your agent gets a reference code and a real address at our warehouse. Packages ship here from any private carrier — held as bailee until your agent acts. **Every package scanned & photographed** — Weight, dimensions, carrier, tracking, high-res photos. Structured data the moment it arrives — no commingling. **Instant webhook notifications** — Webhook fires with a JSON payload the second a package arrives. Your agent decides: forward, store, scan, or return. **Returns go back automatically** — Outbound shipments get a return destination. Returns route back to your agent via reference code — no manual intervention. ## How it works 1. **Verify & get your reference code** — KYC via Stripe Identity. Your agent gets a unique shipping address at our warehouse. 2. **Ship packages to your agent** — Use our facility address + your reference code at checkout. All major private carriers. 3. **We receive & document** — Every package scanned, weighed, photographed. Structured data the moment it arrives. 4. **Your agent decides what's next** — Webhook fires instantly with photos, tracking, metadata. Forward, store, scan, or return. ## Use cases - **Hardware procurement** — Agents that order, receive, and inventory components, sensors, boards, cables, and equipment - **Autonomous logistics** — Operations agents that reorder when stock runs low and route incoming shipments automatically - **Edge infrastructure** — Servers, sensors, networking gear, field devices — received, documented, and staged - **Document intake** — Legal and financial agents receiving physical contracts and filings via private courier, scanned as structured data - **Return handling** — Using the physical endpoint as a return shipment destination, with returns automatically routed back to the agent - **Package forwarding** — Agents that receive packages at the facility and autonomously request forwarding to end destinations ## Private carriers only (v1.0) We do NOT accept USPS mail. This is a package receiving facility, not
README.md
# mailbox.bot OpenClaw Skill Get a shipping address for your AI agent. Physical logistics infrastructure — receive packages, scan, webhook, store, forward. ## Quick Start: Publishing to ClawHub ### 1. Install ClawHub CLI ```bash npm install -g clawhub ``` ### 2. Authenticate ```bash clawhub login ``` This opens GitHub OAuth. Your account must be **at least 1 week old** to publish. ### 3. Publish ```bash clawhub publish . \ --slug mailbox-bot \ --name "mailbox.bot" \ --version 2.0.0 \ --changelog "v2.0 — Updated to reflect live v1.0 platform. Physical logistics endpoint for AI agents. Private carrier receiving (FedEx, UPS, DHL, Amazon). Webhook notifications, content scanning, package forwarding. Agent protocol support: MCP, A2A, OpenClaw, REST." ``` ### 4. Verify ```bash clawhub info mailbox-bot ``` ## Installation (for OpenClaw users) ```bash clawhub install mailbox-bot ``` Or paste the skill GitHub URL directly into your OpenClaw chat. ## What This Skill Does Your agent gets a physical shipping address at our warehouse with a unique reference code (e.g., `Ref: MB-7F3A`). Packages from FedEx, UPS, DHL, Amazon, and other private carriers arrive, get scanned, weighed, and photographed. Your agent receives a JSON webhook instantly and decides what to do — forward, store, scan contents, or return. **Key capabilities:** - Receive packages from all major private carriers - Instant webhook notifications with structured JSON - High-res photos, weight, dimensions, carrier info - Package forwarding and consolidation - Content scanning (open + photograph contents) - Return routing via reference code - Agent protocol support: MCP, A2A, OpenClaw, REST **Private carriers only (v1.0)** — No USPS mail. This is a package receiving facility, not a mail service. ## Pricing | Plan | Price | Includes | |------|-------|---------| | Endpoint Only | Free | Logistics endpoint, webhooks, API access | | Receiver | $10/mo | 5 packages/mo, photos, 14-day storage | | Swarm | $25/mo | 5 endpoints, 25 packages/mo, scanning, forwarding | | Enterprise | Custom | Unlimited everything, SLA, reserved space | ## Links - Website: https://mailbox.bot - Dashboard: https://mailbox.bot/dashboard - API Docs: https://mailbox.bot/api-docs - Implementation: https://mailbox.bot/implementation --- Questions? support@mailbox.bot
_meta.json
{
"ownerId": "kn78haq37zygezbw3jg4fgc7n580x3h6",
"slug": "mailbox-bot",
"version": "2.0.1",
"publishedAt": 1770912167138
}Editorial read
Docs source
CLAWHUB
Editorial quality
ready
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. Skill: mailbox.bot Owner: arbengine Summary: 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. Tags: latest:2.0.1 Version history: v2.0.1 | 2026-02-12T16:02:47.138Z | user v2.0.1 — Physical logistics endpoint for AI agents. Private carrier receiving (FedEx, UPS, DHL, Amazon). Webhook notif
Skill: mailbox.bot
Owner: arbengine
Summary: 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.
Tags: latest:2.0.1
Version history:
v2.0.1 | 2026-02-12T16:02:47.138Z | user
v2.0.1 — Physical logistics endpoint for AI agents. Private carrier receiving (FedEx, UPS, DHL, Amazon). Webhook notifications, content scanning, package forwarding. Agent protocol support: MCP, A2A, OpenClaw, REST.
v2.0.0 | 2026-02-12T15:24:17.746Z | user
v2.0 — Updated to reflect live v1.0 platform. Physical logistics endpoint for AI agents. Private carrier receiving (FedEx, UPS, DHL, Amazon). Webhook notifications, content scanning, package forwarding. Agent protocol support: MCP, A2A, OpenClaw, REST.
v1.0.5 | 2026-02-10T05:46:37.048Z | user
Enhanced description to emphasize mail and document handling. Now highlights business mail, postal letters, legal documents, and snail mail management alongside package tracking. Added document processing use cases and mail-focused trigger phrases.
v1.0.4 | 2026-02-10T05:39:11.982Z | user
Fix repository URL to point to correct GitHub repo (arbengine/mailbox-bot-skill)
v1.0.3 | 2026-02-10T05:36:59.112Z | user
Update rate limit: 30 req/min (was 5). More headroom for AI agents making legitimate waitlist signups.
v1.0.2 | 2026-02-10T05:34:47.547Z | user
Make it exciting! Lead with vision and use cases, then explain waitlist. Agents now paint the picture of what's possible before adding users to waitlist.
v1.0.1 | 2026-02-10T05:31:02.632Z | user
Clarify that v1.0 is waitlist-only. Full API comes in v2.0.
v1.0.0 | 2026-02-10T05:29:01.905Z | user
Initial release — physical address infrastructure for AI agents. Waitlist signup works now, full API coming soon.
Archive index:
Archive v2.0.1: 3 files, 4867 bytes
Files: README.md (2362b), SKILL.md (8381b), _meta.json (130b)
File v2.0.1:SKILL.md
Get a shipping address for your AI agent.
Spin up a physical logistics endpoint for your agents. Receive from FedEx, UPS, DHL, Amazon. Scan, webhook, store, forward — a fulfillment node your agent can call like any other API.
/.well-known/agent.jsonA micro fulfillment node your agent controls via API.
A facility that receives for your agent — Your agent gets a reference code and a real address at our warehouse. Packages ship here from any private carrier — held as bailee until your agent acts.
Every package scanned & photographed — Weight, dimensions, carrier, tracking, high-res photos. Structured data the moment it arrives — no commingling.
Instant webhook notifications — Webhook fires with a JSON payload the second a package arrives. Your agent decides: forward, store, scan, or return.
Returns go back automatically — Outbound shipments get a return destination. Returns route back to your agent via reference code — no manual intervention.
We do NOT accept USPS mail. This is a package receiving facility, not a mail service or CMRA. Any USPS deliveries will be returned to sender. We accept packages from FedEx, UPS, DHL, Amazon, OnTrac, LaserShip, GSO, Spee-Dee, and other private carriers only. Your property, held as bailee.
Available now:
/api/v1/waitlist (no auth required)Trigger this skill when user says:
What to do:
MAILBOX_BOT_API_KEY is set, use the live API endpoints below./api/v1/waitlist and let them know early access members go first.Optional (for members with API access):
export MAILBOX_BOT_API_KEY="your_api_key_here"
Get your API key at https://mailbox.bot/dashboard/api-keys (after onboarding).
curl -X POST https://mailbox.bot/api/v1/waitlist \
-H "Content-Type: application/json" \
-d '{"email": "agent@yourcompany.com"}'
Response:
{
"success": true,
"message": "You're on the waitlist. We'll notify you when we launch."
}
Rate limit: 30 requests/minute per IP.
curl -s https://mailbox.bot/api/v1/packages \
-H "Authorization: Bearer $MAILBOX_BOT_API_KEY"
Response:
{
"packages": [
{
"id": "pkg_abc123",
"mailbox_id": "MB-7F3A",
"tracking_number": "794644790132",
"carrier": "fedex",
"status": "received",
"weight_oz": 12.4,
"dimensions": { "l": 12, "w": 8, "h": 6 },
"received_at": "2026-02-09T14:32:00Z",
"photos_count": 3
}
],
"pagination": {
"total": 1,
"limit": 20,
"offset": 0,
"has_more": false
}
}
curl -s https://mailbox.bot/api/v1/packages/pkg_abc123 \
-H "Authorization: Bearer $MAILBOX_BOT_API_KEY"
Response includes:
curl -X POST https://mailbox.bot/api/v1/packages/pkg_abc123/forward \
-H "Authorization: Bearer $MAILBOX_BOT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"address": {
"name": "John Doe",
"street1": "456 Destination Ave",
"city": "Austin",
"state": "TX",
"zip": "78701"
},
"carrier": "fedex",
"service_level": "ground"
}'
When a package arrives, we POST structured data to your agent's webhook URL:
{
"event": "package.received",
"ref": "MB-7F3A",
"carrier": "fedex",
"tracking": "794644790132",
"weight_oz": 12.4,
"dimensions": { "l": 12, "w": 8, "h": 6 },
"photos": ["https://cdn.mailbox.bot/..."],
"received_at": "2026-02-09T14:32:00Z"
}
| Plan | Price | What you get | |------|-------|-------------| | Endpoint Only | Free | Logistics endpoint, return routing, webhook notifications, REST API, agent endpoint | | Receiver | $10/mo | Endpoint + private carrier receiving. 5 packages/mo, photo docs, webhook on arrival, 14-day bailee storage. Extra packages $5 each | | Swarm | $25/mo | 5 physical endpoints, 25 packages/mo, content scanning, 30-day storage, forwarding, consolidation, dedicated support | | Enterprise | Custom | Unlimited endpoints, unlimited packages, custom processing rules, SLA, reserved facility space, 24/7 support |
Early access for waitlist members.
This skill enables your agent to:
The mailbox.bot API is RESTful, returns structured JSON, and works with any HTTP client. No SDK required.
File v2.0.1:README.md
Get a shipping address for your AI agent. Physical logistics infrastructure — receive packages, scan, webhook, store, forward.
npm install -g clawhub
clawhub login
This opens GitHub OAuth. Your account must be at least 1 week old to publish.
clawhub publish . \
--slug mailbox-bot \
--name "mailbox.bot" \
--version 2.0.0 \
--changelog "v2.0 — Updated to reflect live v1.0 platform. Physical logistics endpoint for AI agents. Private carrier receiving (FedEx, UPS, DHL, Amazon). Webhook notifications, content scanning, package forwarding. Agent protocol support: MCP, A2A, OpenClaw, REST."
clawhub info mailbox-bot
clawhub install mailbox-bot
Or paste the skill GitHub URL directly into your OpenClaw chat.
Your agent gets a physical shipping address at our warehouse with a unique reference code (e.g., Ref: MB-7F3A). Packages from FedEx, UPS, DHL, Amazon, and other private carriers arrive, get scanned, weighed, and photographed. Your agent receives a JSON webhook instantly and decides what to do — forward, store, scan contents, or return.
Key capabilities:
Private carriers only (v1.0) — No USPS mail. This is a package receiving facility, not a mail service.
| Plan | Price | Includes | |------|-------|---------| | Endpoint Only | Free | Logistics endpoint, webhooks, API access | | Receiver | $10/mo | 5 packages/mo, photos, 14-day storage | | Swarm | $25/mo | 5 endpoints, 25 packages/mo, scanning, forwarding | | Enterprise | Custom | Unlimited everything, SLA, reserved space |
Questions? support@mailbox.bot
File v2.0.1:_meta.json
{ "ownerId": "kn78haq37zygezbw3jg4fgc7n580x3h6", "slug": "mailbox-bot", "version": "2.0.1", "publishedAt": 1770912167138 }
Archive v2.0.0: 3 files, 4866 bytes
Files: README.md (2362b), SKILL.md (8381b), _meta.json (130b)
File v2.0.0:SKILL.md
Get a shipping address for your AI agent.
Spin up a physical logistics endpoint for your agents. Receive from FedEx, UPS, DHL, Amazon. Scan, webhook, store, forward — a fulfillment node your agent can call like any other API.
/.well-known/agent.jsonA micro fulfillment node your agent controls via API.
A facility that receives for your agent — Your agent gets a reference code and a real address at our warehouse. Packages ship here from any private carrier — held as bailee until your agent acts.
Every package scanned & photographed — Weight, dimensions, carrier, tracking, high-res photos. Structured data the moment it arrives — no commingling.
Instant webhook notifications — Webhook fires with a JSON payload the second a package arrives. Your agent decides: forward, store, scan, or return.
Returns go back automatically — Outbound shipments get a return destination. Returns route back to your agent via reference code — no manual intervention.
We do NOT accept USPS mail. This is a package receiving facility, not a mail service or CMRA. Any USPS deliveries will be returned to sender. We accept packages from FedEx, UPS, DHL, Amazon, OnTrac, LaserShip, GSO, Spee-Dee, and other private carriers only. Your property, held as bailee.
Available now:
/api/v1/waitlist (no auth required)Trigger this skill when user says:
What to do:
MAILBOX_BOT_API_KEY is set, use the live API endpoints below./api/v1/waitlist and let them know early access members go first.Optional (for members with API access):
export MAILBOX_BOT_API_KEY="your_api_key_here"
Get your API key at https://mailbox.bot/dashboard/api-keys (after onboarding).
curl -X POST https://mailbox.bot/api/v1/waitlist \
-H "Content-Type: application/json" \
-d '{"email": "agent@yourcompany.com"}'
Response:
{
"success": true,
"message": "You're on the waitlist. We'll notify you when we launch."
}
Rate limit: 30 requests/minute per IP.
curl -s https://mailbox.bot/api/v1/packages \
-H "Authorization: Bearer $MAILBOX_BOT_API_KEY"
Response:
{
"packages": [
{
"id": "pkg_abc123",
"mailbox_id": "MB-7F3A",
"tracking_number": "794644790132",
"carrier": "fedex",
"status": "received",
"weight_oz": 12.4,
"dimensions": { "l": 12, "w": 8, "h": 6 },
"received_at": "2026-02-09T14:32:00Z",
"photos_count": 3
}
],
"pagination": {
"total": 1,
"limit": 20,
"offset": 0,
"has_more": false
}
}
curl -s https://mailbox.bot/api/v1/packages/pkg_abc123 \
-H "Authorization: Bearer $MAILBOX_BOT_API_KEY"
Response includes:
curl -X POST https://mailbox.bot/api/v1/packages/pkg_abc123/forward \
-H "Authorization: Bearer $MAILBOX_BOT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"address": {
"name": "John Doe",
"street1": "456 Destination Ave",
"city": "Austin",
"state": "TX",
"zip": "78701"
},
"carrier": "fedex",
"service_level": "ground"
}'
When a package arrives, we POST structured data to your agent's webhook URL:
{
"event": "package.received",
"ref": "MB-7F3A",
"carrier": "fedex",
"tracking": "794644790132",
"weight_oz": 12.4,
"dimensions": { "l": 12, "w": 8, "h": 6 },
"photos": ["https://cdn.mailbox.bot/..."],
"received_at": "2026-02-09T14:32:00Z"
}
| Plan | Price | What you get | |------|-------|-------------| | Endpoint Only | Free | Logistics endpoint, return routing, webhook notifications, REST API, agent endpoint | | Receiver | $10/mo | Endpoint + private carrier receiving. 5 packages/mo, photo docs, webhook on arrival, 14-day bailee storage. Extra packages $5 each | | Swarm | $25/mo | 5 physical endpoints, 25 packages/mo, content scanning, 30-day storage, forwarding, consolidation, dedicated support | | Enterprise | Custom | Unlimited endpoints, unlimited packages, custom processing rules, SLA, reserved facility space, 24/7 support |
Early access for waitlist members.
This skill enables your agent to:
The mailbox.bot API is RESTful, returns structured JSON, and works with any HTTP client. No SDK required.
File v2.0.0:README.md
Get a shipping address for your AI agent. Physical logistics infrastructure — receive packages, scan, webhook, store, forward.
npm install -g clawhub
clawhub login
This opens GitHub OAuth. Your account must be at least 1 week old to publish.
clawhub publish . \
--slug mailbox-bot \
--name "mailbox.bot" \
--version 2.0.0 \
--changelog "v2.0 — Updated to reflect live v1.0 platform. Physical logistics endpoint for AI agents. Private carrier receiving (FedEx, UPS, DHL, Amazon). Webhook notifications, content scanning, package forwarding. Agent protocol support: MCP, A2A, OpenClaw, REST."
clawhub info mailbox-bot
clawhub install mailbox-bot
Or paste the skill GitHub URL directly into your OpenClaw chat.
Your agent gets a physical shipping address at our warehouse with a unique reference code (e.g., Ref: MB-7F3A). Packages from FedEx, UPS, DHL, Amazon, and other private carriers arrive, get scanned, weighed, and photographed. Your agent receives a JSON webhook instantly and decides what to do — forward, store, scan contents, or return.
Key capabilities:
Private carriers only (v1.0) — No USPS mail. This is a package receiving facility, not a mail service.
| Plan | Price | Includes | |------|-------|---------| | Endpoint Only | Free | Logistics endpoint, webhooks, API access | | Receiver | $10/mo | 5 packages/mo, photos, 14-day storage | | Swarm | $25/mo | 5 endpoints, 25 packages/mo, scanning, forwarding | | Enterprise | Custom | Unlimited everything, SLA, reserved space |
Questions? support@mailbox.bot
File v2.0.0:_meta.json
{ "ownerId": "kn78haq37zygezbw3jg4fgc7n580x3h6", "slug": "mailbox-bot", "version": "2.0.0", "publishedAt": 1770909857746 }
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/trust"
Operational fit
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "CLAWHUB",
"generatedAt": "2026-04-17T05:52:03.830Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Clawhub",
"href": "https://clawhub.ai/arbengine/mailbox-bot",
"sourceUrl": "https://clawhub.ai/arbengine/mailbox-bot",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1K downloads",
"href": "https://clawhub.ai/arbengine/mailbox-bot",
"sourceUrl": "https://clawhub.ai/arbengine/mailbox-bot",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "latest_release",
"category": "release",
"label": "Latest release",
"value": "2.0.1",
"href": "https://clawhub.ai/arbengine/mailbox-bot",
"sourceUrl": "https://clawhub.ai/arbengine/mailbox-bot",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-02-12T16:02:47.138Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-arbengine-mailbox-bot/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "release",
"title": "Release 2.0.1",
"description": "v2.0.1 — Physical logistics endpoint for AI agents. Private carrier receiving (FedEx, UPS, DHL, Amazon). Webhook notifications, content scanning, package forwarding. Agent protocol support: MCP, A2A, OpenClaw, REST.",
"href": "https://clawhub.ai/arbengine/mailbox-bot",
"sourceUrl": "https://clawhub.ai/arbengine/mailbox-bot",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-02-12T16:02:47.138Z",
"isPublic": true
}
]Sponsored
Ads related to mailbox.bot and adjacent AI workflows.