← 返回 Skills 市场
pjotrglushkov-byte

Agentmail To

作者 pjotrglushkov-byte · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
253
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agentmail-to
功能描述
Управление агентскими email через agentmail.to: создание, чтение, отправка и очистка временных почтовых ящиков через API и веб-консоль.
使用说明 (SKILL.md)

SKILL.md - agentmail-to

Работа с сервисом agentmail.to для управления агентскими почтами. Используйте для создания, чтения, отправки и управления временными/агентскими email адресами через API или веб-интерфейс.

Конфигурация

API ключ хранится в: /home/pit/.openclaw/workspace/scripts/.env.agentmail

Переменные окружения

AGENTMAIL_API_KEY=am_us_9c78f14e6adbd64bae61ad49513bd13d7e0c3b7ff9002a6b8651c58b386165fc
[email protected]

Команды

Проверить почту (список сообщений)

python3 /home/pit/.openclaw/workspace/scripts/swaudiobot_smart_reply.py --check-inbox

Отправить ответ

python3 /home/pit/.openclaw/workspace/scripts/swaudiobot_smart_reply.py --send-reply \x3Cinbox_id> \x3Cto> \x3Csubject> \x3Ctext>

Создать новый ящик

python3 /home/pit/.openclaw/workspace/scripts/create_clean_inbox.py

Скрипты

  • swaudiobot_smart_reply.py — Умная обработка писем с эскалацией
  • agentmail_client.py — Базовый клиент для работы с API
  • clear_agentmail.py — Очистка ящика от старых сообщений
  • create_clean_inbox.py — Создание нового чистого ящика

Веб-интерфейс

Консоль: https://console.agentmail.to
Документация: https://docs.agentmail.to/quickstart

安全使用建议
This skill contains hard-coded secrets and references absolute local paths and scripts that are not bundled — install only after taking these steps: 1) Do not use the embedded API key or config.json credentials; assume they are leaked and rotate any matching keys. 2) Ask the publisher for the missing scripts (swaudiobot_smart_reply.py, create_clean_inbox.py, etc.) and review their source before allowing execution. 3) Remove hard-coded secrets from SKILL.md/config.json and instead provide credentials via an external secret store or environment variables you control. 4) Be cautious because the SKILL.md instructs execution of files under /home/pit — on your system the agent could read local files at those paths if they exist. 5) Prefer to run this skill in an isolated environment or sandbox, and verify the origin of the package (source is unknown) before enabling autonomous invocation.
功能分析
Type: OpenClaw Skill Name: agentmail-to Version: 1.0.0 The skill bundle contains hardcoded sensitive credentials, including an AgentMail API key and AWS SES SMTP credentials (AKIA...) within SKILL.md and config.json. While the bundle's stated purpose is managing agent emails via api.agentmail.to, hardcoding credentials is a major security vulnerability. Furthermore, several functional scripts referenced in the instructions (e.g., swaudiobot_smart_reply.py and create_clean_inbox.py) are missing from the bundle, preventing a complete security audit of the execution logic.
能力评估
Purpose & Capability
The name/description match agentmail.to functionality, but the skill's instructions and bundled config include unrelated-looking credentials (SMTP/AWS-style key) and absolute local paths. The README and SKILL.md imply scripts under /home/pit/.openclaw/workspace/scripts, yet no such scripts are bundled. The presence of SMTP/AWS credentials in config.json is not justified by the declared simple API-based purpose.
Instruction Scope
SKILL.md tells the agent to run Python scripts at absolute paths (/home/pit/.openclaw/workspace/scripts/...) and to read an .env file at that path. Those paths reference local user data and secrets. The skill instructs concrete commands that will access local files and API keys, but the referenced scripts are not included in the package, so their behavior is unknown. The SKILL.md also contains an explicit API key value and example env vars embedded in the instructions, which is a direct secret exposure.
Install Mechanism
There is no install spec (instruction-only), which is low-risk for arbitrary code download. The README suggests installing 'browser-use' via pip, but no automated installer is present. Because the skill relies on running local scripts, the lack of included runtime code means the agent may attempt to execute files on the host if they exist — review host scripts before allowing execution.
Credentials
The SKILL.md and config.json embed an AGENTMAIL_API_KEY and an AGENTMAIL_INBOX, but the skill metadata declares no required env vars or config paths. config.json additionally contains smtp_server, smtp_port, username starting with 'AKIA...' (looks like an AWS access key ID), and a password field — credentials unrelated to simple agentmail.to API calls. This is disproportionate and unexplained.
Persistence & Privilege
always is false and the skill is not marked forcibly persistent. Autonomous invocation is allowed (default) — normal for skills. There is no evidence the skill attempts to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agentmail-to
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agentmail-to 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of agentmail-to skill: - Provides tools for creating, reading, replying, and managing temporary/agent email addresses via API or web interface. - Configuration details and environment variables included for API integration. - Lists commands for checking inbox, sending replies, and creating new inboxes. - Describes included scripts for smart email processing and inbox management. - Links to web console and official documentation provided.
元数据
Slug agentmail-to
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agentmail To 是什么?

Управление агентскими email через agentmail.to: создание, чтение, отправка и очистка временных почтовых ящиков через API и веб-консоль. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 253 次。

如何安装 Agentmail To?

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

Agentmail To 是免费的吗?

是的,Agentmail To 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agentmail To 支持哪些平台?

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

谁开发了 Agentmail To?

由 pjotrglushkov-byte(@pjotrglushkov-byte)开发并维护,当前版本 v1.0.0。

💬 留言讨论