> ## 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.

# Poku Skill

> Install and configure the Poku skill for any agent that supports the Agent Skills format, including Openclaw, Cursor, Claude Code, OpenCode, OpenAI Codex, and Pi.

## Method 1: Clawhub (OpenClaw)

```bash theme={null}
npx clawhub@latest install poku
```

For full setup details, see the [OpenClaw](/poku-skill/openclaw) page.

## Method 2: NPX Skills CLI

```bash theme={null}
npx skills add pokulabs/skills
```

## Configuration

Set the following environment variables in your agent's configuration:

* **`POKU_API_KEY`** *(required)* — generate your Poku API key from [dashboard.pokulabs.com](https://dashboard.pokulabs.com)
* **`POKU_TRANSFER_NUMBER`** *(optional)* — phone number the agent will use to transfer calls to you, in E.164 format (e.g. `+12223334444`)

<Note>
  Installing the skill enables outbound calls and texts. To receive inbound calls and texts, a webhook setup is required. See the [Webhook](/poku-skill/webhook) page to get started.
</Note>
