← Back to Skills Marketplace
246
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install wati
Description
WATI (WhatsApp Team Inbox) API integration with managed authentication. Send WhatsApp messages, manage contacts, and handle templates. Use this skill when us...
Usage Guidance
This skill is internally consistent with its description: it needs a MATON_API_KEY and will call maton.ai endpoints that proxy to WATI. Before installing, confirm you trust maton.ai to handle your WhatsApp API traffic and bearer token. Practically: (1) Use a least-privilege / revocable API key for MATON_API_KEY, (2) verify the key's scope/expiration and rotate it regularly, (3) avoid pasting long-lived secrets into untrusted logs, and (4) review Maton’s privacy/security docs if you need assurances about where messages and contact data are stored. If you don't trust a third-party proxy, consider integrating directly with WATI or using your own trusted gateway.
Capability Analysis
Type: OpenClaw Skill
Name: wati
Version: 1.0.0
The 'wati' skill is a legitimate integration for the WhatsApp Team Inbox (WATI) API via the Maton gateway (maton.ai). It provides standard instructions and code snippets for managing WhatsApp connections and sending messages using the MATON_API_KEY environment variable for authentication. No evidence of malicious intent, data exfiltration, or prompt injection was found; the skill functions as a proxy to simplify WATI API interactions.
Capability Assessment
Purpose & Capability
Name/description (WATI proxy) match the declared requirement (MATON_API_KEY) and all example calls target maton.ai gateway/ctrl/connect endpoints that proxy to WATI. There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md only instructs making HTTP calls to maton.ai/ctrl.maton.ai/connect.maton.ai and using MATON_API_KEY in Authorization headers. It does not ask the agent to read arbitrary local files, other env vars, or exfiltrate unrelated data. It does instruct opening an authorization URL in a browser to complete OAuth-like flows, which is expected for connection setup.
Install Mechanism
No install spec and no code files beyond SKILL.md and LICENSE — lowest risk (instruction-only). Nothing is downloaded or written to disk by an installer.
Credentials
Only one environment variable (MATON_API_KEY) is required, which is appropriate for a gateway/proxy API integration. The documentation makes clear this key is used as a bearer token for maton.ai endpoints; the key's required scope should be verified with the Maton service.
Persistence & Privilege
Skill is not always:true, has no special persistent privileges, and does not modify other skills or system-wide settings. Autonomous invocation (default) is allowed but not combined with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wati - After installation, invoke the skill by name or use
/wati - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
WATI API integration skill initial release
- Integrates WATI (WhatsApp Team Inbox) API with managed authentication via Maton.
- Supports sending WhatsApp messages, managing contacts, and handling message templates.
- Includes connection management features for multiple WATI accounts (list, create, get, delete).
- Provides detailed usage examples and API references for contacts, messaging, templates, and connection headers.
- Requires a Maton API key for all operations; instructions for setup and authentication included.
Metadata
Frequently Asked Questions
What is Wati?
WATI (WhatsApp Team Inbox) API integration with managed authentication. Send WhatsApp messages, manage contacts, and handle templates. Use this skill when us... It is an AI Agent Skill for Claude Code / OpenClaw, with 246 downloads so far.
How do I install Wati?
Run "/install wati" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wati free?
Yes, Wati is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wati support?
Wati is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wati?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.0.
More Skills