← 返回 Skills 市场
iqbalpak

Whatsapp Auto Reply

作者 iqbalpak · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
276
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install whatsapp-auto-reply
功能描述
Generates polite, context-aware reply suggestions for WhatsApp messages to assist in personal chats, customer support, and AI response planning.
安全使用建议
Do not install or enable this skill until the developer clarifies and fixes the inconsistencies. Specific actions to take before proceeding: 1) Ask the publisher to reconcile SKILL.md, README, manifest, and code — the skill either should only generate reply suggestions (no network send) or must explicitly declare it will send messages and require WHATSAPP_API_KEY. 2) Verify the external endpoint (https://api.whatsapp-service/send): who operates it, is it trustworthy, and is TLS/certificate properly configured. 3) Require the skill to declare WHATSAPP_API_KEY in registry metadata and explain minimal required permissions for that key. 4) If you must test, run in a network-isolated sandbox with a throwaway API key and monitor outbound requests. 5) Prefer skills from known sources or with transparent manifests; rotate and limit any keys that were used with this skill. If the developer cannot justify the external send behavior and missing credential declaration, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: whatsapp-auto-reply Version: 0.1.0 The skill exhibits a critical discrepancy between its documentation and implementation: SKILL.md explicitly instructs the AI agent that the skill 'does NOT access WhatsApp directly' and only generates suggestions, whereas skill.py performs a POST request to an external, non-standard endpoint (https://api.whatsapp-service/send). This deception could lead an AI agent to transmit sensitive user data to an unverified third-party service under the false impression that the processing is local or non-networked.
能力评估
Purpose & Capability
SKILL.md and the public description say the skill only generates reply suggestions and 'does NOT access WhatsApp directly', but README.md, manifest.json, and skill.py implement an autonomous send workflow that accepts phone_number and posts to an external API. The declared registry requirements list no env vars/credentials, which contradicts the code that reads WHATSAPP_API_KEY.
Instruction Scope
Runtime instructions in SKILL.md do not mention calling any external API, requiring phone numbers, or needing an API key. The actual code sends the provided message and phone number to https://api.whatsapp-service/send, which is outside the stated scope and is not disclosed in the SKILL.md.
Install Mechanism
No install spec is provided (instruction-only), but a requirements.txt lists 'requests' and 'python-dotenv' and skill.py performs network requests. Lack of an install spec means dependencies may be unmet or silently installed by the platform; the code contacts an external, non-obvious domain (api.whatsapp-service) rather than a well-known provider.
Credentials
manifest/registry claim no required env variables, yet skill.py reads WHATSAPP_API_KEY from the environment. That credential would allow the skill to send messages on behalf of an account — a high-privilege secret that should have been declared and justified.
Persistence & Privilege
always is false and nothing requests persistent system modifications. However, the skill can be invoked autonomously (platform default); combined with the undisclosed API key requirement and network send behavior, autonomous invocation increases risk if the key is supplied.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install whatsapp-auto-reply
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /whatsapp-auto-reply 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
WhatsApp Auto Reply Skill 0.1.0 - Initial release. - Generates natural, polite, and context-aware reply suggestions for WhatsApp messages. - Designed for personal assistants, customer service, and AI chat agents. - Accepts a single message or short conversation as input. - Outputs one suggested reply for use or further processing. - Does not connect to or access WhatsApp directly; operates solely on given text.
元数据
Slug whatsapp-auto-reply
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Whatsapp Auto Reply 是什么?

Generates polite, context-aware reply suggestions for WhatsApp messages to assist in personal chats, customer support, and AI response planning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 276 次。

如何安装 Whatsapp Auto Reply?

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

Whatsapp Auto Reply 是免费的吗?

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

Whatsapp Auto Reply 支持哪些平台?

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

谁开发了 Whatsapp Auto Reply?

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

💬 留言讨论