poku
Installation
SKILL.md
Poku — Outbound Calls, SMS & Number Reservation
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 not set, ask the user if they have a transfer number they'd like to use; if they don't, skip it.
How to Execute API Calls
Use an http client such as curl in a shell environment, or fetch in a browser environment. Example:
curl -s -X POST \
-H "Authorization: Bearer $POKU_API_KEY" \
-H "Content-Type: application/json" \
-d '{"key": "value"}' \
https://api.pokulabs.com/...