← 返回 Skills 市场
WhatsApp Image Send
作者
Seekey Leung
· GitHub ↗
· v1.0.1
706
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install whatsapp-image-send
功能描述
Send images, videos, audio, or documents via WhatsApp by downloading, copying to workspace, sending, and cleaning up temporary files.
安全使用建议
Before installing or using this skill, consider: (1) The SKILL.md assumes a 'message' command is available but doesn't declare it—confirm which binary implements WhatsApp sending and that it's trusted. (2) The file paths are inconsistent: replace the hardcoded /home/seekey path with $HOME or ~ so it works for your account. (3) The skill downloads arbitrary URLs—only supply trusted URLs and ensure filenames are sanitized to avoid shell injection or path traversal. (4) Validate file types before sending and verify the workspace path is correct and writable. (5) Because this skill runs external network downloads, avoid using it with sensitive credentials or private files unless you trust the source. If you plan to use it, update the SKILL.md to remove hardcoded paths, declare required binaries, and add validation/safety steps.
功能分析
Type: OpenClaw Skill
Name: whatsapp-image-send
Version: 1.0.1
The skill is suspicious due to its use of `curl -o /tmp/<filename> <url>` in `SKILL.md`. This command allows the agent to download arbitrary content from any user-provided URL, which is a critical vulnerability. An attacker could exploit this to make the agent download malicious payloads, potentially leading to further compromise, even though the skill's stated purpose is benign. There is no clear evidence of intentional malicious behavior like data exfiltration or backdoor installation, but the capability to fetch arbitrary remote files poses a significant risk.
能力评估
Purpose & Capability
The name and description match the runtime steps (download → copy to workspace → send → cleanup). However the SKILL.md assumes a CLI called message exists and hardcodes an absolute path (/home/seekey/.openclaw/workspace) that doesn't match the earlier use of ~/.openclaw/workspace; required binaries are not declared. Those mismatches are unexpected for a small integration.
Instruction Scope
Instructions tell the agent to curl arbitrary URLs into /tmp and then copy them into the workspace before sending. Downloading arbitrary external content is necessary for the stated purpose but also risky if filenames/URLs are not validated. The SKILL.md also hardcodes a specific user path (/home/seekey/...) and references an undeclared 'message' tool, which could cause the agent to read/write unintended locations or fail. The instructions do not mention validating file types, sanitizing filenames, or verifying the message CLI's identity—gaps that increase risk of misuse or accidental data exposure.
Install Mechanism
This is an instruction-only skill with no install spec and no files written to disk by an installer, which minimizes install-time risk.
Credentials
No environment variables or credentials are requested, which is appropriate. But the skill implicitly requires access to the user's workspace directory and an external 'message' CLI (not declared). The hardcoded /home/seekey path is disproportionate/unportable and could point to another user's directory on some systems.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system-wide settings. It instructs only transient file operations (download, copy, delete).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install whatsapp-image-send - 安装完成后,直接呼叫该 Skill 的名称或使用
/whatsapp-image-send触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No changes detected in this version.
v1.0.0
- Initial release of whatsapp-image-send skill.
- Enables sending images, videos, audio, and documents to WhatsApp using workspace file paths.
- Implements a four-step workflow: download file, copy to workspace, send via WhatsApp, and clean up temp files.
- Supports media types: jpg, png, gif, video, audio, and documents.
元数据
常见问题
WhatsApp Image Send 是什么?
Send images, videos, audio, or documents via WhatsApp by downloading, copying to workspace, sending, and cleaning up temporary files. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 706 次。
如何安装 WhatsApp Image Send?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install whatsapp-image-send」即可一键安装,无需额外配置。
WhatsApp Image Send 是免费的吗?
是的,WhatsApp Image Send 完全免费(开源免费),可自由下载、安装和使用。
WhatsApp Image Send 支持哪些平台?
WhatsApp Image Send 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WhatsApp Image Send?
由 Seekey Leung(@seekeyl)开发并维护,当前版本 v1.0.1。
推荐 Skills