Using the Splashify Skill
Once you have installed the skill, you control Splashify
Pro by talking to your OpenClaw assistant in plain language. The assistant
matches the Splashify skill, reads its instructions, and runs the right
splashify CLI command on your account.
This page lists what the assistant can do and example prompts for each.
Messaging
“Send a WhatsApp message to +919876543210 saying their order has shipped.”
“Send the
order_updatetemplate to +919876543210 with the variables John and ORD-1024.”
“Send this image to +919876543210: https://example.com/receipt.png ”
“Show my open conversations.”
“How many unread messages do I have?”
“Resolve the conversation with John.”
“Assign the latest conversation to my teammate.”
Contacts
“List my contacts tagged VIP.”
“Search my contacts for anyone named Sharma.”
“Create a contact named John Roe with phone +919876543210 and email john@example.com.”
“Add the tags vip and lead to contact <id>.”
“Block the contact +919876543210.”
“How many contacts do I have in total?”
Broadcasts
“Start a broadcast called May Sale using the
may_offertemplate to my newsletter segment.”
“Schedule that broadcast for 1 June at 10 AM.”
“Show me the status of my last broadcast.”
“What are my broadcast stats?”
Templates, analytics & account
“List my approved WhatsApp templates.”
“Show this week’s message analytics.”
“What’s my wallet balance?”
“List my AI agents.”
“Show my open support tickets.”
“What’s my WhatsApp number’s status?”
What the assistant can reach
The skill drives the splashify CLI, which is scoped to your account by the
oc_live_ token. Through it the assistant can manage:
| Area | Tasks |
|---|---|
| Messaging | send text / template / media, list & read conversations, resolve, assign, unread count |
| Contacts | list, search, get, create, update, tag, block / unblock, delete, statistics |
| Broadcasts | list, create, schedule, cancel, progress, stats |
| Templates | list, sync |
| Segments | list, create, get, contacts, count |
| Analytics | summary, trends, expenses |
| AI agents | list, create, update, set default |
| Tickets | list, get, create, reply, close |
| Team | list, create, update members |
| Account | wallet, billing, invoices, subscription, AI credits, WhatsApp status |
Admin, reseller, and platform actions are out of reach — a personal access token can never perform them.
How a request flows
When you ask “send a WhatsApp to John”, OpenClaw:
- matches the Splashify skill by its description;
- reads the skill’s
SKILL.mdinstructions; - runs a command such as
splashify message send --to +91… --text "…"via itsexectool; - reads the CLI’s JSON output and summarises the result back to you.
If the CLI exits with an error, the assistant relays the error: … message
rather than inventing a result.
Tips
- The assistant only acts within your account, scoped by the token.
- Be specific with phone numbers (include the country code, e.g.
+91…). - For template messages, the template must already be approved in Splashify Pro — ask “list my templates” to see available names.
- If the assistant says it can’t find the Splashify skill, restart the
OpenClaw Gateway and run
splashify doctor.
Prefer the command line?
Everything above can also be done directly, without the assistant, using the
splashify CLI — see the splashify CLI section. The skill and the
CLI share the same connection.
Next
- splashify CLI — the standalone command-line tool.
- Troubleshooting