← 返回 Skills 市场
kumard3

Lumbox

作者 Kumar Deepanshu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
27
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lumbox
功能描述
Email infrastructure for AI agents with zero-human setup. Self-provision an inbox in one command (no account creation, no console, no human), send and receiv...
使用说明 (SKILL.md)

Lumbox

Lumbox gives agents real email inboxes. The difference from other email providers: an agent provisions itself. No human creates an account, no console visit, no dashboard.

Setup (agent does this itself)

If LUMBOX_API_KEY is not set:

npx lumbox signup --source openclaw

This creates an org + API key and saves it to ~/.lumbox/config.json. Tell your human where the key lives. All later commands read it automatically; LUMBOX_API_KEY env overrides the file.

Free tier: 3 inboxes, 500 inbound + 100 outbound emails/month. Signup is limited to 3 orgs/hour per IP. Paid plans from $9/month at https://lumbox.co/pricing.

Get an email address

npx lumbox inbox create --name assistant

Returns JSON: {"id": "inb_...", "address": "[email protected]"}. Use that address anywhere a signup form wants an email.

Wait for an OTP / verification code

npx lumbox wait-otp --inbox inb_... --timeout 120

Blocks until a verification email arrives, parses the code out, prints {"code": "847291", "from": "...", "subject": "...", ...}. No polling loops, no regex on your side. Magic links and verification URLs are also extracted (GET /v1/inboxes/:id/wait returns the full parsed email).

Send and reply

npx lumbox send --inbox inb_... --to [email protected] --subject "Update" --text "Done."
npx lumbox inbox list

Replies thread correctly via POST /v1/inboxes/:id/reply (REST) with the original message id.

REST API (no CLI needed)

Base URL https://api.lumbox.co, auth Authorization: Bearer $LUMBOX_API_KEY:

POST /v1/orgs                       self-signup, returns api_key (unauthenticated)
POST /v1/inboxes                    create inbox
GET  /v1/inboxes/:id/wait           long-poll next email (parsed: otp, links, category)
GET  /v1/inboxes/:id/otp            long-poll just the OTP code
POST /v1/inboxes/:id/send           send
POST /v1/inboxes/:id/reply          reply in-thread

See references/API.md for request/response shapes.

Full toolset via MCP (87 tools)

openclaw mcp add lumbox -- npx @lumbox/mcp-server

or HTTP at https://mcp.lumbox.co with the same Bearer key. Adds browser automation sessions, an encrypted credential vault, TOTP 2FA codes, webhooks, custom domains, and contact lists — so one key covers the whole "sign up for a service" flow: inbox → form fill → OTP → store creds.

Docs: https://docs.lumbox.co • Agent signup guide: https://docs.lumbox.co/agent-signup

安全使用建议
Review before installing. Use this only for accounts and correspondence you explicitly authorize, prefer scoped inbox keys where possible, keep the local API key protected, and avoid using it for sensitive personal or production accounts unless you trust Lumbox with email contents, OTPs, magic links, and stored credentials.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is coherent: agent-owned inboxes, OTP retrieval, sending/replying, and account-signup support. The concern is breadth: the same skill advertises external account signup, verification-code handling, browser automation, credential storage, and TOTP generation, which can materially affect third-party accounts.
Instruction Scope
The use guidance is broad, including any time an agent needs an email address for service signups, verification codes, or correspondence. It does not require explicit user approval before account creation, OTP retrieval, sending mail, browser automation, or credential storage.
Install Mechanism
The artifact contains markdown instructions only, but setup relies on live npx packages and an MCP server rather than pinned local code. That is disclosed, but users must trust the external package and hosted service at runtime.
Credentials
Use necessarily routes inbox contents, OTPs, magic links, outbound messages, and related metadata through Lumbox infrastructure. The skill identifies the API and MCP endpoints, but gives little privacy, retention, or secret-handling guidance for sensitive email and authentication data.
Persistence & Privilege
The setup flow creates an org/API key and saves it to ~/.lumbox/config.json for automatic future use. The same bearer key is described as covering inboxes plus browser automation, credential vault, TOTP, webhooks, domains, and contacts, with no clear cleanup, revocation, or least-privilege defaults.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lumbox
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lumbox 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: self-signup via npx lumbox signup, inbox create, wait-otp with parsed codes, send/reply, MCP server pointer
元数据
Slug lumbox
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Lumbox 是什么?

Email infrastructure for AI agents with zero-human setup. Self-provision an inbox in one command (no account creation, no console, no human), send and receiv... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 27 次。

如何安装 Lumbox?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lumbox」即可一键安装,无需额外配置。

Lumbox 是免费的吗?

是的,Lumbox 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lumbox 支持哪些平台?

Lumbox 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lumbox?

由 Kumar Deepanshu(@kumard3)开发并维护,当前版本 v1.0.0。

💬 留言讨论