poku
v1.0.12Places 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 re...
Installation
Please help me install the skill `poku` from SkillHub official store.
npx skills add emileindik/poku
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.