Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

mailbox-bot邮箱机器人

Agent Skill

mailbox-bot 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

47,583

周安装

1,963

GitHub Stars

2

下载量

15,547
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mailbox-bot(邮箱机器人)
来源仓库:https://github.com/arbengine/mailbox-bot
安装命令:
openclaw skills install mailbox-bot
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mailbox-bot

简介

接收真实邮政信件并通过 OCR 扫描转发,也可代发纸质文件。

  • 适用于需要处理实体文档、合同签收或远程办公签到的场景。
  • 依托 CMRA 基础设施提供物理投递与数字化转换服务。
  • 涉及实物邮寄时需注意地址准确性和物流时效,部分地区可能受限。
  • mailbox-bot 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
mailbox-bot
description
Real mailing address for your AI agent. Receive, scan, and forward postal mail — or send letters and documents. CMRA postal mail infrastructure your agent manages via API.
tags
[postal-mail, cmra, mailing-address, ai-agent, mail-api, outbound-mail, scanning, webhooks, openclaw, mcp]
version
4.0.0
author
mailbox.bot
repository
https://github.com/arbengine/mailbox-bot-skill

mailbox.bot

Give your AI agent a real mailing address.

Your agent gets a CMRA-licensed street address for receiving and sending postal mail. Inbound mail is photographed, scanned, and classified. Outbound letters are printed and mailed with photo proof. Your agent manages the full lifecycle via API — standing instructions fire automatically, sensitive items wait for human approval.

Why this matters

Your agent can draft contracts, negotiate terms, and manage workflows — but the moment something requires physical mail, everything stalls. Courts require certified letters. Governments send time-sensitive notices to real addresses. LLCs need a registered address. Tax responses demand paper.

mailbox.bot closes that loop. Your agent now plays in the real world, not just the digital one.

What it unlocks

  • LLC formation at scale — receive stamped articles of organization, extract entity numbers, forward originals
  • Legal correspondence — deadlines in letters recognized and tracked, responses drafted and sent certified
  • IRS and tax response — IRS notices handled automatically, scanned, classified, routed to the right person
  • Real estate management — each property gets a mailbox with tailored rules, code violations forwarded, lease renewals sent
  • Vendor and supplier communication — invoices, purchase orders, and contracts scanned, filed, and responded to
  • Compliance and audit mail — regulatory notices scanned, classified, and routed with full audit trail
  • Business registration — registered agent address for LLCs, corps, DAOs — a real street address, not a P.O. Box
  • Agent-to-agent mail bridge — one agent sends a certified letter, another agent receives and processes it

What your agent gets

  • Real mailing address — CMRA-licensed street address with unique reference code, usable immediately after onboarding
  • Inbound mail processing — every piece photographed, scanned, and classified on arrival
  • Outbound mail — submit a PDF, facility prints, stuffs, stamps, and mails it with photo proof
  • Webhook notifications — HMAC-signed JSON payloads fire the moment mail arrives or ships
  • Actions via API — scan, forward, photograph, hold, shred, dispose, return to sender
  • MAILBOX.md standing instructions — auto-trigger actions based on sender, type, or custom patterns
  • Human-in-the-loop — write "needs approval" next to any rule and the action pauses until a human approves
  • Agent memory — tag and annotate mail with persistent notes and metadata
  • Multi-channel notifications — webhooks, email, SMS, Slack, Discord

Plans

PlanPriceWhat you get
Virtual Mailbox$2/moReal CMRA address, 10 inbound mail pieces/mo, scan on arrival, inbound + outbound mail, 14-day storage
Outbound Only$0/moSend letters via API, $0.30/page printing + actual carrier postage, photo proof, no inbound address

Outbound postage (both plans): USPS First Class from $0.78, Priority $11.95 flat rate, Certified $6.08, FedEx/UPS zone-based. Color printing +$0.25/page.

Actions billed per use: scan $3, open & scan $5, photograph $1.50, forward $5 + $2/lb, shred $2, dispose $1, return $5, hold free.

All plans month-to-month, cancel anytime. Full pricing: https://mailbox.bot/pricing

How to get started

If you have an API key

Set your environment variables and use the API directly:

export MAILBOX_BOT_API_KEY="sk_live_xxxxxxxxxxxxx"
export MAILBOX_BOT_URL="https://mailbox.bot"

Skip to the API Reference section below.

If you do NOT have an API key — sign up your operator

Create an account on behalf of your human operator. No CAPTCHA, no auth header.

POST to https://mailbox.bot/api/v1/signup:

curl -X POST https://mailbox.bot/api/v1/signup \
  -H "Content-Type: application/json" \
  -d '{
    "full_name": "Jane Smith",
    "email": "operator@example.com",
    "password": "securepassword123",
    "needs": "inbound mail scanning + outbound certified letters for legal compliance"
  }'
FieldTypeRequiredDescription
full_namestringYesOperator's legal name (2-100 chars)
emailstringYesOperator's email — verification link sent here
passwordstringYesMin 8 characters
needsstringNoFree text — what the agent/operator needs

Rate limit: 5 requests per minute per IP.

Success response (201):

{
  "success": true,
  "message": "Account created. A verification email has been sent. The operator must verify their email and complete KYC to activate the account.",
  "next_steps": {
    "verify_email": "Click the verification link sent to the operator's email",
    "complete_kyc": "https://mailbox.bot/signup",
    "after_kyc": "Select a plan, add payment, and create your first agent to get API keys"
  }
}

Error responses:

StatusErrorCause
400"email, password, and full_name are required"Missing a required field
400"Password must be at least 8 characters"Password too short
400"Invalid email address"Bad email format
409"An account with this email already exists"Duplicate email
429Rate limit exceededToo many requests from this IP

After signup — tell your operator:

"I created your mailbox.bot account. Check your email at operator@example.com for a verification link. Click it, then go to https://mailbox.bot/signup to finish setup (~5 minutes). Once you're done, I'll have API access to manage your mail."

The human must complete these steps in a browser:

  1. Click the email verification link
  2. Verify phone number (carrier check — no VoIP/burner phones)
  3. Add a payment card (no prepaid/gift cards)
  4. Complete Form 1583 notarization (virtual mailbox only — ~5 min video call, $25)
  5. Accept Terms of Service and select a plan

After the human finishes, an agent and mailbox are auto-provisioned. API keys appear on the dashboard at https://mailbox.bot/dashboard.

Protocols

Your agent can connect via any of these:

ProtocolEndpointDetails
REST API (v1)https://mailbox.bot/api/v1Full CRUD for agents, mailboxes, mail, actions, rules, webhooks
MCPhttps://mailbox.bot/api/mcp22 tools for LLM integration (JSON-RPC 2.0, spec 2025-11-25)
A2Ahttps://mailbox.bot/api/a2a9 skills for agent-to-agent task execution (v0.3)
OpenClawhttps://mailbox.bot/.well-known/agent.jsonMulti-protocol agent card, WebSocket gateway + webhooks

MCP setup (Claude Desktop)

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mailbox-bot": {
      "url": "https://mailbox.bot/api/mcp",
      "headers": { "Authorization": "Bearer sk_live_xxxxxxxxxxxxx" }
    }
  }
}

Full MCP install guide: https://mailbox.bot/mcp-install

MAILBOX.md — standing instructions

Drop a MAILBOX.md file into your agent's context. Your agent reads it, calls the API, and configures your standing instructions as rules. Mail arrives, rules evaluate, actions fire — automatically.

Write "needs approval" next to any rule and the action pauses until you approve on the dashboard.

# Mail Instructions

You manage my business mail at mailbox.bot
Ref **MB-6E1A**

## Inbound mail

- Legal notices, contracts → scan + email me
- IRS / state agencies → **Requires approval** before any action
- Junk mail → discard

## Outbound mail

- Signed contracts → send USPS Certified
- Legal notices → send USPS First Class
- Anything over $50 postage → **Needs approval**

## Notifications

- Email for everything
- **Needs approval** → email + SMS with dashboard link

Integration guide: https://mailbox.bot/implementation


API Reference

Base URL: https://mailbox.bot

All authenticated endpoints require:

Authorization: Bearer $MAILBOX_BOT_API_KEY

Two key types:

  • Member keys (sk_live_) — full account access, all scopes
  • Agent keys (sk_agent_) — scoped to a single agent

Get mailbox address

curl -s "$MAILBOX_BOT_URL/api/v1/mailboxes" \
  -H "Authorization: Bearer $MAILBOX_BOT_API_KEY"

Returns the physical mailing address your agent can use immediately.

List mail and packages

curl -s "$MAILBOX_BOT_URL/api/v1/packages?status=received" \
  -H "Authorization: Bearer $MAILBOX_BOT_API_KEY"

Filters: status, carrier, since, before, limit, offset

Get item details

curl -s "$MAILBOX_BOT_URL/api/v1/packages/{id}" \
  -H "Authorization: Bearer $MAILBOX_BOT_API_KEY"

Request an action

curl -X POST "$MAILBOX_BOT_URL/api/v1/packages/{id}/actions" \
  -H "Authorization: Bearer $MAILBOX_BOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "scan", "priority": "normal"}'

Action types: scan, open_and_scan, photograph, forward, shred, dispose, return_to_sender, hold

Forward mail

curl -X POST "$MAILBOX_BOT_URL/api/v1/packages/{id}/forward" \
  -H "Authorization: Bearer $MAILBOX_BOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "to_name": "John Doe",
    "to_line1": "123 Main Street",
    "to_city": "New York",
    "to_state": "NY",
    "to_zip": "10001"
  }'

Request a scan

curl -X POST "$MAILBOX_BOT_URL/api/v1/packages/{id}/scan" \
  -H "Authorization: Bearer $MAILBOX_BOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"scan_type": "document"}'

Scan types: label, envelope, document, content

Webhook settings

curl -X PUT "$MAILBOX_BOT_URL/api/v1/webhooks/settings" \
  -H "Authorization: Bearer $MAILBOX_BOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "agent_id": "YOUR_AGENT_ID",
    "webhook_url": "https://your-agent.com/webhooks",
    "event_types": ["mail.received", "action.completed", "mail.forwarded"]
  }'

Add notes and tags

curl -X POST "$MAILBOX_BOT_URL/api/v1/packages/{id}/notes" \
  -H "Authorization: Bearer $MAILBOX_BOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"note": "IRS notice — response deadline April 15"}'
curl -X POST "$MAILBOX_BOT_URL/api/v1/packages/{id}/tags" \
  -H "Authorization: Bearer $MAILBOX_BOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"tag": "tax-notice"}'

Check usage

curl -s "$MAILBOX_BOT_URL/api/v1/usage" \
  -H "Authorization: Bearer $MAILBOX_BOT_API_KEY"

Full API reference: https://mailbox.bot/llms-full.txt


When to use this skill

Trigger when user says:

  • "I need a mailing address for my agent"
  • "Can my agent receive mail?"
  • "How do I receive postal mail via API?"
  • "My agent needs to send a letter"
  • "Can my agent send certified mail?"
  • "I need my agent to handle legal correspondence"
  • "How do I get webhook notifications for mail arrivals?"
  • "Can my agent manage my mail automatically?"
  • "I need a registered agent address"
  • "My agent needs to respond to an IRS notice"

Action flow:

  1. Check for API key (MAILBOX_BOT_API_KEY). If present, use the API directly.
  2. If no API key, create an account for the operator by POSTing to https://mailbox.bot/api/v1/signup.
  3. Tell the operator to check their email, click the verification link, and complete onboarding at https://mailbox.bot/signup (~5 minutes).
  4. Once onboarding is done, set the API key and start managing mail.

Decision framework

When checking the mailbox:

  1. List received mailGET /api/v1/packages?status=received
  2. Triage by urgency — government agency / legal notice → scan immediately. Known sender → check standing instructions. Junk mail → discard.
  3. Check MAILBOX.md rules — standing instructions may already cover this piece of mail. If a rule requires approval, notify the human and wait.
  4. Take action — scan, forward, hold, shred, dispose, or return. Always add a note explaining why.
  5. Report back — summarize what arrived and what you did.

When sending outbound mail:

  1. Prepare the PDF — render the document your agent needs to send.
  2. Choose mail class — First Class for routine, Certified for legal, Priority for urgent.
  3. Submit via API — the facility prints, stuffs, stamps, and mails it. Photo proof included.
  4. Track delivery — webhook events fire at each status transition.

Configuration

export MAILBOX_BOT_API_KEY="sk_live_xxxxxxxxxxxxx"
export MAILBOX_BOT_URL="https://mailbox.bot"

Links

  • Website: https://mailbox.bot
  • Full API reference: https://mailbox.bot/llms-full.txt
  • API docs: https://mailbox.bot/api-docs
  • Pricing: https://mailbox.bot/pricing
  • MCP install: https://mailbox.bot/mcp-install
  • Integration guide: https://mailbox.bot/implementation
  • Agent discovery: https://mailbox.bot/.well-known/agent.json
  • Blog: https://mailbox.bot/blog
  • Contact: founders@mailbox.bot

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.42%
按下载量换算14,679

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills