← 返回 Skills 市场
johanski

Shitty Email

作者 johanski · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
2075
总下载
3
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install shitty-email
功能描述
Create and manage temporary disposable email inboxes
安全使用建议
This skill appears to do only what it says: create and manage temporary inboxes via https://shitty.email using curl/jq. Before installing: (1) Recognize that any email sent to these inboxes (and the verification tokens) is visible to the external service — do NOT use for personal, financial, or otherwise sensitive accounts. (2) The session token returned by the service is effectively a secret that grants access to received messages; confirm how the agent will store or log that token and avoid persistent or shared logging of it. (3) The SKILL.md examples have a small shell typo; treat examples as illustrative. (4) If you do not trust the domain/service operator, prefer a reputable disposable-email provider or run your own disposable inbox service. If you want a deeper risk assessment, provide the agent's storage/secret-handling policy or more information about how tokens are persisted and who can access them.
功能分析
Type: OpenClaw Skill Name: shitty-email Version: 1.0.2 The skill provides functionality for creating and managing temporary email inboxes via `https://shitty.email`. All network requests are directed to this single, consistent domain for the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's behavior or access sensitive data. The provided shell script examples in `SKILL.md` use standard tools (`curl`, `jq`, `grep`) for API interaction and local data processing, aligning with the skill's described functionality.
能力评估
Purpose & Capability
Name and description match the SKILL.md: it documents creating inboxes, polling, fetching message bodies, extending and deleting inboxes. The declared helper binaries (curl, jq) are the exact tools used in the examples. No unrelated environment variables, credentials, or config paths are requested.
Instruction Scope
Instructions focus on calls to the explicit API (https://shitty.email). They require storing and reusing a session token (the token is effectively an inbox credential). The SKILL.md does not specify how/where to store tokens securely (memory vs persistent storage vs logs). Also note a minor bug in the example: ' {token}=$(...)' appears to be a typo and should be 'token=$(...)' or similar; this is a correctness issue, not a coherence issue. No instructions ask the agent to read unrelated local files or other credentials.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes disk-write and installation risk.
Credentials
The skill requests no environment variables or external credentials, which is proportional. However, the service issues an inbox 'token' that grants full access to received emails — treat that token like a secret. The skill does not define secure handling/storage for that token, so the agent's implementation could inadvertently persist or leak it (via logs, long-term storage, or other skills).
Persistence & Privilege
always is false and the skill does not request special system-wide privileges. Autonomous invocation (default) would allow the agent to call the external service by itself; this is expected for a networked skill and is not by itself suspicious. Be aware that autonomous calls will transmit email addresses and possibly content to the external service.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shitty-email
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shitty-email 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Clarified that the "id" field from inbox responses should be used for fetching email content, not the email address. - Updated example API responses to reflect correct "id" field usage (e.g. "msg_a1b2c3d4e5"). - Improved instructions for retrieving full email content using the message ID.
v1.0.1
- Updated documentation to use placeholder variables (e.g., {token}, {email_id}) instead of literal shell variables in API call examples. This is change is to combat confusion that I saw by some bots in the logs.
v1.0.0
Initial release! Instantly create and manage disposable inboxes for signups, testing, and privacy. - Create temporary email inboxes with a simple command. - Retrieve, read, and extract codes/links from received emails. - Extend inbox lifetime up to 24 hours as needed. - Secure session management using tokens. - Delete inboxes to clean up when finished. - Example workflows and best practices included.
元数据
Slug shitty-email
版本 1.0.2
许可证
累计安装 1
当前安装数 0
历史版本数 3
常见问题

Shitty Email 是什么?

Create and manage temporary disposable email inboxes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2075 次。

如何安装 Shitty Email?

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

Shitty Email 是免费的吗?

是的,Shitty Email 完全免费(开源免费),可自由下载、安装和使用。

Shitty Email 支持哪些平台?

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

谁开发了 Shitty Email?

由 johanski(@johanski)开发并维护,当前版本 v1.0.2。

💬 留言讨论