← Back to Skills Marketplace
shulkme

Temporam Temp Mail

by shulkme · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ⚠ suspicious
317
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install temporam-skill
Description
Provides temporary email receiving functionality using the Temporam API. Use for: generating temporary email addresses, listing emails for a given address, r...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install temporam-skill
  3. After installation, invoke the skill by name or use /temporam-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug temporam-skill
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 317 downloads so far.

How do I install Temporam Temp Mail?

Run "/install temporam-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Temporam Temp Mail free?

Yes, Temporam Temp Mail is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Temporam Temp Mail support?

Temporam Temp Mail is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Temporam Temp Mail?

It is built and maintained by shulkme (@shulkme); the current version is v0.1.1.

💬 Comments