OpenClaw + Poku overview →
See what’s possible: use cases & examples.
Prerequisite
Sign in to the Poku dashboard and generate an API key.Option 1: Clawhub (recommended)
Install the official skill via Clawhub:~/.openclaw/workspace/skills.
Configuration
1
Retrieve your API key
Get it from dashboard.pokulabs.com.
2
Add your API key
Add your API key to
~/.openclaw/openclaw.json:POKU_TRANSFER_NUMBER is the number the agent will use to transfer the call to you. Must be in E.164 format (e.g. +12223334444)3
Reload OpenClaw
Run
openclaw gateway restart so the new configuration takes effect.4
Verify the skill loaded
poku in the list. If it’s missing, double-check that the install command completed and that the enabled flag is set in openclaw.json.Receiving inbound calls and texts
To receive inbound calls and texts, you need to register a webhook with Poku and configure OpenClaw to forward those events to your agent. See the Webhook page for full setup instructions. Once you have a webhook URL, add a Poku mapping to thehooks section of ~/.openclaw/openclaw.json:
Option 2: Custom skill
1. Download the skill package Go to github.com/pokulabs/skills and download the repository. 2. Edit the skill files Open the downloaded package and edit each.md file to customize the skill for your needs.
3. Add the skill to OpenClaw
Move the poku folder into your OpenClaw workspace skills directory: