HomeBrowseUpload
← Back to registry
// Skill profile

Poku — Outbound Calls, SMS & Number Reservation

description: "Places outbound phone calls, sends outbound SMS texts, and reserves dedicated phone numbers on the user's behalf using the Poku API and the exec tool. Use when the user wants to call or

by christina768 · published 2026-03-22

数据处理API集成
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:christina768/christina768-poku-test
View on GitHub
// Full documentation

---

name: poku

description: "Places outbound phone calls, sends outbound SMS texts, and reserves dedicated phone numbers on the user's behalf using the Poku API and the exec tool. Use when the user wants to call or text a restaurant, a contact, a business, doctor's office, or any phone number. Also use when the user wants to reserve a dedicated phone number for their agent."

metadata: { "openclaw": { "homepage": "https://pokulabs.com", "requires": { "env": ["POKU_API_KEY"] }, "primaryEnv": "POKU_API_KEY" } }

---

# Poku — Outbound Calls, SMS & Number Reservation

Environment Variables

  • `POKU_API_KEY` *(required)* — Poku API key. If not set, inform the user to configure it before proceeding.
  • `POKU_TRANSFER_NUMBER` *(optional)* — A phone number in E.164 format to transfer calls to if the agent cannot answer a question. If set, use it automatically during calls. If not set, skip transfer — do not ask the user for one.
  • Identify Which Flow to Use

    | The user wants to... | Read this file |

    |---|---|

    | Call someone | `references/CALL.md` |

    | Text someone | `references/SMS.md` |

    | Reserve a phone number | `references/NUMBER.md` |

    Read only the file(s) that match the user's request. For error codes and API parameters, see `references/API.md`.

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band