← 返回 Skills 市场
obaid

Sendook Email (Restricted)

作者 obaid · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
926
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sendook-openclaw
功能描述
Read and send emails from an existing Sendook inbox. Use when an AI agent needs to check for new emails, read messages, reply to conversations, or send new emails from a pre-configured inbox. Limited to message operations only — no inbox creation, domain management, or webhook configuration.
安全使用建议
This skill appears coherent for its purpose, but before installing: (1) verify the Sendook SDK package (@sendook/node) and its upstream repository are legitimate (check the npm publisher and GitHub repo), (2) create and use a least-privileged API key scoped only to the inbox you want the agent to access, (3) avoid placing the API key in shared or committed files — store it in a secure environment variable store, (4) confirm any local files to attach explicitly with the user before reading them (the SKILL.md also recommends this), and (5) remember that installing the SDK (npm install) will pull third-party code — revoke the API key if you stop using the skill or suspect compromise.
功能分析
Type: OpenClaw Skill Name: sendook-openclaw Version: 1.1.0 The skill is designed to interact with the Sendook email API for reading and sending emails, which aligns with its stated purpose. Crucially, the `SKILL.md` contains explicit security instructions for the AI agent, warning against reading sensitive local files (e.g., `~/.ssh`, `~/.env`) for attachments and limiting the skill's operational scope. There is no evidence of malicious intent, unauthorized data exfiltration, or prompt injection attempts to subvert the agent's security controls; instead, the instructions enhance security.
能力评估
Purpose & Capability
Name/description declare read/send operations for a pre-configured Sendook inbox and the skill only requests SENDOOK_API_KEY and SENDOOK_INBOX_ID — both directly necessary for the stated operations. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md contains concrete API and SDK examples limited to listing/getting threads/messages, sending messages (including attachments) and explicitly forbids inbox/domain/key management. It warns not to read sensitive local files and requires explicit user confirmation before attaching local files. It does not instruct reading unrelated system state or exfiltrating data to unexpected endpoints.
Install Mechanism
The skill is instruction-only (no install spec or code files), which is low-risk. The README recommends installing the @sendook/node npm package — installing a third-party package introduces the usual supply-chain considerations (verify package provenance, author, and repository). The recommendation is reasonable for the SDK but is worth verifying before npm install.
Credentials
Only two environment variables are required (SENDOOK_API_KEY as primary credential, SENDOOK_INBOX_ID). Both are necessary and proportional for accessing a specific Sendook inbox. The SKILL.md also explicitly recommends using a least-privileged API key scoped to the inbox.
Persistence & Privilege
Skill is not marked always:true and does not request persistent or elevated platform privileges. It is user-invocable and can be invoked autonomously (platform default), which is expected for a messaging integration. No instructions modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sendook-openclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sendook-openclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Declare required env vars in OpenClaw metadata, add homepage/source links, add attachment safety constraints
v1.0.0
- Initial release of sendook-openclaw. - Enables reading and sending emails from a pre-configured Sendook inbox. - Supports listing/searching messages, retrieving specific messages, viewing threads, sending emails (with or without attachments), and replying to messages. - Strictly limited in scope: no inbox creation/deletion, domain or webhook management, or API key operations. - Provides code examples and error handling guidance for typical usage scenarios.
元数据
Slug sendook-openclaw
版本 1.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Sendook Email (Restricted) 是什么?

Read and send emails from an existing Sendook inbox. Use when an AI agent needs to check for new emails, read messages, reply to conversations, or send new emails from a pre-configured inbox. Limited to message operations only — no inbox creation, domain management, or webhook configuration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 926 次。

如何安装 Sendook Email (Restricted)?

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

Sendook Email (Restricted) 是免费的吗?

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

Sendook Email (Restricted) 支持哪些平台?

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

谁开发了 Sendook Email (Restricted)?

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

💬 留言讨论