← 返回 Skills 市场
949
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sendook
功能描述
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 is coherent with its purpose and requests only the Sendook API key and an inbox ID. Before installing: (1) grant a least-privileged API key scoped to the single inbox you want the agent to use; (2) be aware that an agent with this skill can read and send mail from that inbox — restrict the key and monitor usage; (3) confirm file-attachment behavior: the skill can read local files if asked, so only allow attaching files you approve and avoid giving the agent access to sensitive paths; (4) if you want stricter control, require manual confirmation before sending messages or disable autonomous invocation for agents using this skill.
功能分析
Type: OpenClaw Skill
Name: sendook
Version: 1.1.0
The skill is designed for email interaction, which inherently involves sending and receiving data, including attachments. While the capability to read local files for attachments exists (via `readFileSync`), the `SKILL.md` explicitly instructs the AI agent to 'Always confirm with the user before reading any local file to attach' and 'Never read files outside the current working directory or project scope (e.g., no ~/.ssh, ~/.env, /etc, or credential files)'. These instructions actively mitigate prompt injection risks and unauthorized data exfiltration, demonstrating a clear intent to guide the agent securely rather than maliciously. All API calls are to a legitimate-looking domain (`api.sendook.com`) and use standard authentication.
能力评估
Purpose & Capability
The skill is for reading and sending messages from a pre-configured Sendook inbox and only requests SENDOOK_API_KEY and SENDOOK_INBOX_ID. Those env vars and the documented API endpoints are appropriate and proportional to the described functionality.
Instruction Scope
SKILL.md instructs only message operations (list, get, threads, send, reply) and shows curl/SDK examples using the declared env vars. The only local-file access mentioned is for attachments and the document explicitly warns to obtain user consent and to avoid sensitive system paths.
Install Mechanism
This is an instruction-only skill (no install spec, no code files). It recommends installing the official-looking npm SDK (@sendook/node) for convenience; that guidance is reasonable and does not itself install arbitrary code via the skill.
Credentials
Only two environment variables are required (Sendook API key and inbox ID) and both are directly used by the examples. The SKILL.md even recommends using a least-privileged API key scoped to the inbox, which is appropriate.
Persistence & Privilege
The skill is not always-enabled, and it does not request system-wide persistence or modify other skills. It can be invoked autonomously (platform default), which is expected for skills — there is no additional privilege requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sendook - 安装完成后,直接呼叫该 Skill 的名称或使用
/sendook触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Declare required env vars in OpenClaw metadata, add homepage/source links, add attachment safety constraints
v1.0.0
Initial publish under sendook slug
元数据
常见问题
Sendook 是什么?
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 插件,目前累计下载 949 次。
如何安装 Sendook?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sendook」即可一键安装,无需额外配置。
Sendook 是免费的吗?
是的,Sendook 完全免费(开源免费),可自由下载、安装和使用。
Sendook 支持哪些平台?
Sendook 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sendook?
由 obaid(@obaid)开发并维护,当前版本 v1.1.0。
推荐 Skills