← Back to Skills Marketplace
wms2537

SEA WhatsApp Business Bot

by wms2537 · GitHub ↗ · v2.0.0
cross-platform ⚠ suspicious
292
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sea-whatsapp-business-bot
Description
AI-powered WhatsApp auto-responder for MY/SG SMEs. Bilingual BM/EN or CN/EN. Handles appointments, FAQ, orders.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sea-whatsapp-business-bot
  3. After installation, invoke the skill by name or use /sea-whatsapp-business-bot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug sea-whatsapp-business-bot
Version 2.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is SEA WhatsApp Business Bot?

AI-powered WhatsApp auto-responder for MY/SG SMEs. Bilingual BM/EN or CN/EN. Handles appointments, FAQ, orders. It is an AI Agent Skill for Claude Code / OpenClaw, with 292 downloads so far.

How do I install SEA WhatsApp Business Bot?

Run "/install sea-whatsapp-business-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is SEA WhatsApp Business Bot free?

Yes, SEA WhatsApp Business Bot is completely free (open-source). You can download, install and use it at no cost.

Which platforms does SEA WhatsApp Business Bot support?

SEA WhatsApp Business Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SEA WhatsApp Business Bot?

It is built and maintained by wms2537 (@wms2537); the current version is v2.0.0.

💬 Comments