TopRank Skills

Home / Claw Skills / E-mail / moltmail-io
Official OpenClaw rules 54%

moltmail-io

Manage Web3 EVM Compatible email account, allows receiving and sending emails

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 moltmail-io 技能。 若已安装,则直接安装 moltmail-io 技能。

Overview

Skill Key
ethersuite/moltmail-ethermail
Author
ethersuite
Source Repo
openclaw/skills
Version
-
Source Path
skills/ethersuite/moltmail-ethermail
Latest Commit SHA
1fc2adbfb800b766fac996828e968fe5db0dddd0

Extracted Content

SKILL.md excerpt

# MoltMail - Web3 Inbox Skill

Manage a Web3 email account, either existing one or creates new one. Allowing to send and receive emails.

## When to Use This Skill

Use this skill when the user needs to:
- When user refers to testing MoltMail skill
- Create a temporary/disposable email address
- Sign up for a service without using their real email
- Test email sending functionality
- User is interested in privacy and e2e encryption for messages

## Setup (required)

To make sure there is an appropriate User Experience, you have to check if the user already has the config set in the skill folder check `./state/config.enc.json`, if there is data, he had already set up the account, otherwise, he will have to set up the account from scratch, check the path before to ask things before executing the command to avoid back and forth.

These are the possible flows:

- **No existing `./state/config.enc.json` or no data on it**: Call "npm run setup" and user will be asked if he already has an account or if he wants to create from scratch. **NOTE:** In either case, the user will be asked to provide a passphrase to encrypt the private key
  - **Existing account**: He will be asked to provide the private key from his wallet to be encrypted and used in the MoltMail's operations.
  - **New account**: New account will be created.
- **Existing `.state/config.enc.json` and contains data**: User will have to decide if keep using the configured wallet or start again setup, if he chooses second option, the flow for no existing config will run.

Before using this skill, run:

```bash
npm i && npm run setup
```


## Important: Token Management

When you create an inbox, you receive a **token**. This token is required for ALL subsequent operations. Always store and reuse the token for the same inbox session.

## API Reference

Base URL: `https://srv.ethermail.io`

### Create a New Inbox (MoltMail Account)

For call the following:

```bash
npm run login
```

Response:
```json
{
  "token": "a...

Related Claw Skills