← 返回 Skills 市场
317
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install temporam-skill
功能描述
Provides temporary email receiving functionality using the Temporam API. Use for: generating temporary email addresses, listing emails for a given address, r...
安全使用建议
This skill appears to do what it says (interact with Temporam), but metadata and packaging are incomplete. Before installing: (1) verify and set the TEMPORAM_API_KEY in the sandbox (the SKILL.md and code require it even though the registry metadata omits it); (2) run the skill in an isolated sandbox since it will fetch email contents (these may include verification codes or sensitive links); (3) ensure Python dependencies (requests, mcp/FastMCP) are installed or add an install step; (4) confirm you trust the Temporam service and the skill source (check the referenced GitHub repo/owner); (5) consider disabling autonomous invocation or limiting scope if you do not want the agent to use temporary emails without explicit approval. If the author can update the metadata to declare TEMPORAM_API_KEY and dependencies, the inconsistencies would be resolved.
功能分析
Type: OpenClaw Skill
Name: temporam-skill
Version: 0.1.1
The skill provides legitimate temporary email functionality using the Temporam API (api.temporam.com). The code in mcp_server.py and scripts/client.py is well-structured, follows standard practices for API integration, and lacks any indicators of malicious intent, data exfiltration, or unauthorized execution.
能力标签
能力评估
Purpose & Capability
The described capabilities (generate addresses, list emails, fetch content, poll latest) match the included client and MCP server code and the Temporam API endpoints. However the registry metadata declares no required environment variables or primary credential while the SKILL.md and code require a TEMPORAM_API_KEY — this mismatch is unexpected.
Instruction Scope
Runtime instructions are narrowly scoped to calling the Temporam API and using the provided TemporamClient/mcp tools. They only direct the agent to use the TEMPORAM_API_KEY and do not ask to read unrelated files, system state, or external endpoints beyond api.temporam.com.
Install Mechanism
There is no install spec despite included Python code that depends on external packages (requests, mcp/FastMCP). README suggests pip install requests mcp, but dependencies are not declared in the skill metadata. Lack of an install spec increases the chance the runtime environment will be missing required packages.
Credentials
The code and SKILL.md require a single API credential (TEMPORAM_API_KEY), which is proportionate for this purpose. The problem is metadata and registry fields do not declare this required env var or primary credential — the omission is an incoherence that could mislead users into not providing the required key or thinking the skill needs none.
Persistence & Privilege
The skill is not force-included (always: false) and does not request elevated privileges or system-wide config changes. Autonomous invocation is allowed (default) but not combined with other high-risk factors here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install temporam-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/temporam-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Added support for retrieving the latest email for an address with the new `get_latest_email` capability.
- Updated documentation to include usage instructions and workflow examples for the new `get_latest_email` method.
- Removed unused files: openapi.yaml, references/api_reference.md, and tool_definition.json.
- Bumped skill version to 1.1.0.
v0.1.0
Initial release of Temporam temporary email skill.
- Provides functions to generate temporary email addresses via the Temporam API.
- Lists received emails for a specified temporary address.
- Retrieves full content of specific emails by email ID.
- Requires setting the TEMPORAM_API_KEY environment variable for API access.
- Includes usage instructions and code examples for each capability.
元数据
常见问题
Temporam Temp Mail 是什么?
Provides temporary email receiving functionality using the Temporam API. Use for: generating temporary email addresses, listing emails for a given address, r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 317 次。
如何安装 Temporam Temp Mail?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install temporam-skill」即可一键安装,无需额外配置。
Temporam Temp Mail 是免费的吗?
是的,Temporam Temp Mail 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Temporam Temp Mail 支持哪些平台?
Temporam Temp Mail 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Temporam Temp Mail?
由 shulkme(@shulkme)开发并维护,当前版本 v0.1.1。
推荐 Skills