← 返回 Skills 市场
292
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sea-whatsapp-business-bot
功能描述
AI-powered WhatsApp auto-responder for MY/SG SMEs. Bilingual BM/EN or CN/EN. Handles appointments, FAQ, orders.
安全使用建议
Key things to consider before installing:
- This skill charges $0.03 per call via SkillPay and requires SKILLPAY_API_KEY — that key will allow the skill to request payments on your behalf. Only provide it if you trust the payment provider and the skill owner.
- The included server code only implements a billing/authorization endpoint; the SKILL.md expects the AI agent itself to do language detection, intent classification, and generate replies. Confirm you understand where message handling runs (client/agent vs server).
- The code imports a shared module (../../shared/billing) that is not included. Ask the publisher for the full billing module source and a privacy/security policy describing what endpoints it calls and what data it transmits (e.g., does it send user IDs or message content to external services?).
- Verify the worker URL and account (the SKILL.md points to sea-whatsapp-business-bot.swmengappdev.workers.dev and wrangler.toml lists an account_id). If you plan to use this in production, confirm ownership of that domain/account and whether the service is hosted by the publisher.
- Limit the SKILLPAY_API_KEY permissions if possible, test in a sandbox, and monitor billing activity. If the publisher cannot produce the missing shared code or a clear privacy policy, treat the skill as higher risk and avoid installing it.
功能分析
Type: OpenClaw Skill
Name: sea-whatsapp-business-bot
Version: 2.0.0
The skill is a legitimate billing and logic framework for a WhatsApp auto-responder targeting Southeast Asian SMEs. The code in `src/index.ts` implements a payment gateway using a third-party service (SkillPay.me), while `SKILL.md` provides standard NLP instructions for an AI agent to handle language detection and intent classification. No malicious behaviors, data exfiltration, or harmful prompt injections were identified.
能力评估
Purpose & Capability
The description promises an AI WhatsApp responder (language detection, intent classification, reply generation). The SKILL.md provides runtime instructions for those behaviors, but the included src/index.ts only implements a billing endpoint (charges a user) and does not perform message processing. Requiring a SKILLPAY_API_KEY is coherent with the declared $0.03 per call pricing, but the actual runtime capability is split between: (a) an external worker that authorizes payment (provided by the included code), and (b) the agent itself following SKILL.md heuristics to build replies. This split is plausible but not explicitly documented.
Instruction Scope
SKILL.md instructs agents to POST to a specific worker URL to authorize payment, then locally perform language detection, intent classification, response generation, and return JSON. The instructions do not ask for extra environment variables or local file reads. However, the skill's prose implies the skill 'handles' appointments/orders, which could be misread as server-side behavior; in reality the server code only performs billing authorization.
Install Mechanism
No install spec is present (instruction-only), which is low risk. There is a wrangler.toml and a small src/index.ts, but no downloads or extract steps. The source imports ../../shared/billing which is not included in the package — this missing dependency is a packaging/visibility issue rather than an explicit install risk.
Credentials
Only SKILLPAY_API_KEY is required, which aligns with the billing/payment behavior. However, because the implementation imports a shared billing module (not provided), it's unclear what that module does with the API key (e.g., which external endpoints are called, what privileges are required). The single env var itself is proportionate, but its usage is opaque without the shared module code.
Persistence & Privilege
The skill does not request always:true, does not declare system config paths, and does not try to persist or modify other skills. Autonomous invocation is allowed by default but is not combined with broad privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sea-whatsapp-business-bot - 安装完成后,直接呼叫该 Skill 的名称或使用
/sea-whatsapp-business-bot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Version 2.0.0 introduces major improvements with a new usage flow and enhanced language, intent, and action handling.
- Added a step-by-step usage guide covering billing, language detection, intent classification, response generation, and action suggestion.
- Now supports bilingual (BM/EN or CN/EN) automatic language response for MY/SG SMEs.
- Improved intent classification, including appointment, FAQ, order status, escalation, and more.
- Introduced clear response guidelines for professionalism, brevity, and multilingual output.
- New JSON output format with reply, intent, action, and language fields.
- Billing now handled via SkillPay.me at $0.03 USDT per call.
元数据
常见问题
SEA WhatsApp Business Bot 是什么?
AI-powered WhatsApp auto-responder for MY/SG SMEs. Bilingual BM/EN or CN/EN. Handles appointments, FAQ, orders. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 292 次。
如何安装 SEA WhatsApp Business Bot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sea-whatsapp-business-bot」即可一键安装,无需额外配置。
SEA WhatsApp Business Bot 是免费的吗?
是的,SEA WhatsApp Business Bot 完全免费(开源免费),可自由下载、安装和使用。
SEA WhatsApp Business Bot 支持哪些平台?
SEA WhatsApp Business Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SEA WhatsApp Business Bot?
由 wms2537(@wms2537)开发并维护,当前版本 v2.0.0。
推荐 Skills