The Splashify OpenClaw Skill
This section explains how to control your Splashify Pro account from OpenClaw — a local-first AI assistant — by installing the Splashify skill.
Once the skill is installed, you simply ask your assistant — “send a WhatsApp to this customer”, “list my VIP contacts”, “start a broadcast” — and it carries out the action on your Splashify Pro account.
Two separate products. The Splashify OpenClaw skill (this section) and the standalone
splashifyCLI (its own section) are different things. The skill needs OpenClaw; the CLI does not. They share oneoc_live_access token. See How the two fit together.
What is OpenClaw?
OpenClaw is an open-source AI assistant that runs on your own machine. It can be extended with skills — AgentSkills-compatible bundles that teach the assistant how to do something new. Splashify Pro ships its own skill, so OpenClaw can drive your account directly.
What is the Splashify skill?
The Splashify skill is a small instruction bundle (SKILL.md + a command
reference) that you install into OpenClaw. It teaches the assistant how to run
the splashify CLI on your behalf — which command maps to which task, the
phone-number format rules, how to read the results, and so on.
The skill itself holds no credentials and calls no API. It only orchestrates
the splashify CLI, which is what actually talks to Splashify Pro. That is why
the CLI is a hard prerequisite of the skill.
How the connection works
┌──────────┐ "send a WhatsApp to John" ┌─────────────┐
│ You │ ───────────────────────────► │ OpenClaw │
│ │ │ assistant │
└──────────┘ └──────┬──────┘
│ matches the Splashify skill
│ reads SKILL.md instructions
▼
┌──────────────┐
│ splashify CLI│ runs on your machine
│ (exec tool) │ via OpenClaw's exec
└──────┬───────┘
│ HTTPS, Bearer oc_live_…
▼
┌───────────────────────┐
│ Splashify Pro backend │ token → your account
└───────────────────────┘- You create a personal access token (
oc_live_…) and connect thesplashifyCLI with it. - You install the Splashify skill into OpenClaw with
splashify link openclaw. - When you ask the assistant to do something, OpenClaw matches the skill,
reads its instructions, and runs the
splashifyCLI through itsexectool. The CLI calls the Splashify Pro API as you.
Everything runs as you — scoped to your account only. The token never grants admin or reseller access.
How the two fit together
| Splashify OpenClaw skill | splashify CLI | |
|---|---|---|
| What it is | A SKILL.md bundle installed into OpenClaw | A standalone command-line tool |
| Who runs it | The OpenClaw assistant, on your behalf | You, typing commands |
| How it acts | Teaches the assistant to run the splashify CLI | Calls the Splashify Pro API directly |
| Needs OpenClaw? | Yes | No — fully independent |
| Auth | The CLI’s ~/.splashify/config.json | The same ~/.splashify/config.json |
| Docs | This section | splashify CLI |
The skill is a thin layer on top of the CLI. You install the CLI either way; the skill just lets your assistant drive it for you.
What you can do
After installing the skill, you (by asking the assistant) can:
- Messaging — send WhatsApp text, template, and media messages; read, resolve and assign conversations.
- Contacts — list, search, create, tag, block and delete contacts.
- Broadcasts — list, create, schedule and track broadcast campaigns.
- Templates — list your approved WhatsApp templates.
- Analytics — view message analytics and trends.
- Account — check wallet balance, AI agents, support tickets, and more.
Where to go next
- Install the skill — install OpenClaw, connect the CLI, and add the Splashify skill.
- Using the skill — example prompts for your assistant.
- Troubleshooting — fixes for common issues.
- splashify CLI — the standalone command-line tool, documented separately.