← 返回 Skills 市场
WhatsApp Forward
作者
Marcos Santos
· GitHub ↗
· v1.0.0
577
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install whatsapp-forward
功能描述
Generate VCards, parse invite links, and create forwarding templates
安全使用建议
This skill is a small local utility that runs a provided Node.js script to generate vCards, parse WhatsApp invite links, and show message templates. Before installing, ensure you are comfortable allowing the agent to run 'node' commands (Node.js must be available). The code contains no network calls or secret access, so it won't exfiltrate data or require credentials. If you want additional assurance, open scripts/forward.js yourself to review — it's short and human-readable.
功能分析
Type: OpenClaw Skill
Name: whatsapp-forward
Version: 1.0.0
The skill is classified as suspicious due to a potential shell injection vulnerability. The `SKILL.md` file instructs the OpenClaw agent to execute `scripts/forward.js` with user-controlled arguments (e.g., contact names, phone numbers, JSON strings, URLs). If the agent does not properly sanitize or escape these arguments before constructing the command string for `exec`, an attacker could inject arbitrary shell commands. The `scripts/forward.js` file itself does not contain malicious logic, but its direct use of `process.argv` for arguments creates a common vector for shell injection if the calling environment (the OpenClaw agent) is not robustly secured against such input.
能力评估
Purpose & Capability
Name/description (vCard generation, invite parsing, forwarding templates) align with the included script: forward.js implements vcard, multi-vcard, parse-invite, and template commands and nothing else.
Instruction Scope
SKILL.md only instructs running the provided Node script with explicit commands. The instructions do not ask the agent to read unrelated files, access environment variables, or transmit data externally.
Install Mechanism
No install spec (instruction-only). The included script is small, readable, and does not perform downloads or write to disk beyond normal execution. Low install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths, which is proportional to its simple functionality.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes. It simply runs a local script when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install whatsapp-forward - 安装完成后,直接呼叫该 Skill 的名称或使用
/whatsapp-forward触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Forwarding and sharing utilities for WhatsApp. Generate VCards for contact sharing, create multi-contact VCards, parse group invite links, and build forwarding message templates. Outputs ready-to-use formats.
元数据
常见问题
WhatsApp Forward 是什么?
Generate VCards, parse invite links, and create forwarding templates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 577 次。
如何安装 WhatsApp Forward?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install whatsapp-forward」即可一键安装,无需额外配置。
WhatsApp Forward 是免费的吗?
是的,WhatsApp Forward 完全免费(开源免费),可自由下载、安装和使用。
WhatsApp Forward 支持哪些平台?
WhatsApp Forward 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WhatsApp Forward?
由 Marcos Santos(@marcosrippel)开发并维护,当前版本 v1.0.0。
推荐 Skills