/install dropmail
DropMail Skill
Create and manage disposable email addresses via GuerrillaMail API. Emails expire after 60 minutes. All data is stored locally in SQLite at ~/.dropmail/dropmail.db.
Installation
Create a symlink to dropmail.py on your PATH:
# System-wide
ln -s \x3Cskill-dir>/scripts/dropmail.py /usr/local/bin/dropmail
# User-local
ln -s \x3Cskill-dir>/scripts/dropmail.py ~/.local/bin/dropmail
Data is stored at ~/.dropmail/ (auto-created on first run). Requires Python 3.7+, no extra dependencies.
Commands
dropmail new # Get a new disposable email
dropmail list # List all tracked emails with expiry status
dropmail \x3Cemail> inbox # Show all messages in inbox
dropmail \x3Cemail> inbox -c 3 # Show last 3 messages only
dropmail \x3Cemail> refresh # Fetch new messages from GuerrillaMail API
dropmail \x3Cemail> read \x3Cid> # Read full body of a message
dropmail \x3Cemail> remove # Remove email + all messages from local DB
dropmail \x3Cemail> expire # Show time remaining before expiry
Typical Workflow
dropmail new— get a fresh email- Share the email address with the untrusted service
dropmail \x3Cemail> refresh- pull new messages from the serverdropmail \x3Cemail> inbox- browse received messagesdropmail \x3Cemail> read \x3Cid>- read a specific messagedropmail \x3Cemail> remove- clean up when done
Notes
- Data location: All data stored in
~/.dropmail/(DB + sessions). Auto-created on first run. - Sessions: Per-email PHPSESSID cookies stored in
~/.dropmail/sessions.json. Expire after ~18 min of API inactivity. - Offline inbox: Messages are cached locally.
inboxreads from cache;refreshsyncs from server. - 403 errors: GuerrillaMail blocks non-browser User-Agents. The script uses
Mozilla/5.0by default. If blocked, checkreferences/api.md. - Expiry: Emails last 60 minutes. After expiry, old messages are still accessible by calling
set_email_userviarefresh.
API Reference
For full GuerrillaMail API details, see references/api.md. Load it when:
- Debugging API call failures
- Adding new API features (extend, delete messages, forget)
- Understanding session/cookie handling
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dropmail - 安装完成后,直接呼叫该 Skill 的名称或使用
/dropmail触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
DropMail – disposable email manager 是什么?
Manage disposable email addresses using GuerrillaMail. Use when a user wants to create a temporary/throwaway email address, check a disposable inbox for mess... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 DropMail – disposable email manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dropmail」即可一键安装,无需额外配置。
DropMail – disposable email manager 是免费的吗?
是的,DropMail – disposable email manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
DropMail – disposable email manager 支持哪些平台?
DropMail – disposable email manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DropMail – disposable email manager?
由 Nikolay(@cprite)开发并维护,当前版本 v1.0.1。