Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pokulabs.com/llms.txt

Use this file to discover all available pages before exploring further.

Give your OpenClaw agent a phone presence. With the Poku skill installed, OpenClaw can place outbound calls, send SMS messages, and reserve dedicated phone numbers — all from a natural language request.

Use cases

Make a reservation

“Hey OpenClaw, grab a table at A Mano for 2 tonight at 8pm.” OpenClaw calls the restaurant, confirms the booking, and reports back.

Schedule an appointment

“Book me a dental cleaning for next week.” OpenClaw calls the office, finds an open slot, and confirms the time.

Get a quote

“Get a quote from the plumber for the water heater.” OpenClaw calls, describes the job, and comes back with the number.

Reserve a phone number

“Reserve a dedicated number for my agent.” OpenClaw browses available numbers, confirms your pick, and reserves it.

Quick install

npx clawhub@latest install poku
Then add your API key to ~/.openclaw/openclaw.json:
{
  "skills": {
    "entries": {
      "poku": {
        "enabled": true,
        "apiKey": "<your-poku-api-key>",
        "env": {
          "POKU_TRANSFER_NUMBER": "<your-transfer-number>"
        }
      }
    }
  }
}
POKU_TRANSFER_NUMBER is optional — set it if you want callers to be able to reach you directly during a call.

Full setup guide →

Step-by-step installation, configuration, verification, and custom skill setup.