Skip to Content
OpenClaw SkillOverview

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 splashify CLI (its own section) are different things. The skill needs OpenClaw; the CLI does not. They share one oc_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 └───────────────────────┘
  1. You create a personal access token (oc_live_…) and connect the splashify CLI with it.
  2. You install the Splashify skill into OpenClaw with splashify link openclaw.
  3. When you ask the assistant to do something, OpenClaw matches the skill, reads its instructions, and runs the splashify CLI through its exec tool. 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 skillsplashify CLI
What it isA SKILL.md bundle installed into OpenClawA standalone command-line tool
Who runs itThe OpenClaw assistant, on your behalfYou, typing commands
How it actsTeaches the assistant to run the splashify CLICalls the Splashify Pro API directly
Needs OpenClaw?YesNo — fully independent
AuthThe CLI’s ~/.splashify/config.jsonThe same ~/.splashify/config.json
DocsThis sectionsplashify 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

  1. Install the skill — install OpenClaw, connect the CLI, and add the Splashify skill.
  2. Using the skill — example prompts for your assistant.
  3. Troubleshooting — fixes for common issues.
  4. splashify CLI — the standalone command-line tool, documented separately.