← 返回
开发者工具 Key 中文

Poku

Sends and receives phone calls and messages (like SMS, WhatsApp, Slack), and reserves dedicated phone numbers using the Poku API. Example use cases: calling...
通过 Poku API 发送和接收电话及短信(如 SMS、WhatsApp、Slack),并预留专用电话号码。示例用途:呼叫...
emileindik emileindik 来源
开发者工具 clawhub v1.0.13 5 版本 99915.7 Key: 需要
★ 1
Stars
📥 1,165
下载
💾 6
安装
5
版本
#latest

概述

Poku — Calls, Messages & Numbers

Variables

  • POKU_API_KEY (required) — Poku API key. If not set, see Troubleshooting below.
  • POKU_TRANSFER_NUMBER (optional) — E.164 number to transfer calls to if the counterparty asks to speak with a human.

Never display any full command with a resolved API key in user-facing output. Mask the key if showing commands for debugging: Bearer *.

Skill Overview

Here's what you can do with Poku:

Reserve a dedicated number — Claim a phone number to send/receive calls and messages with.

Make calls — Call on your behalf, speak naturally, handle responses, and report back what happened. Calls use a female English voice by default; just ask if you'd like a male voice or different language.

Send messages — Send SMS messages from your dedicated number.

Send WhatsApp messages — Reach contacts on WhatsApp through a shared Poku WhatsApp number.

To receive inbound calls or texts, a webhook is required.


Phone Number Format

Always use E.164 format: + then country code then number.

  • +12223334444
  • (222) 333-4444
  • 222-333-4444
  • 2223334444

If a human gives you a US number without a country code, confirm with them that it should be US +1. If not, ask the user which country and country code this number is for.


Outbound Call or Message

If call, use reference/CALLS.md

If message, use reference/MESSAGES.md

Always go through each step before placing a call, NEVER skip any steps.


Troubleshooting

OpenClaw: POKU_API_KEY not found

If the API key is missing, tell the user:

> "Your Poku API key isn't configured. Open ~/.openclaw/openclaw.json and add the following block, then run openclaw gateway restart:"

{
  "skills": {
    "entries": {
      "poku": {
        "enabled": true,
        "apiKey": "<your-poku-api-key>",
        "env": {
          "POKU_TRANSFER_NUMBER": "<your-transfer-number>"
        }
      }
    }
  }
}

Get your API key from dashboard.pokulabs.com.

After restarting, verify the skill loaded:

openclaw skills list --eligible
# poku should appear in the list

Reference Files

FileWhen to read
------
references/CALLS.mdWhen making an outbound call
references/CALL-TEMPLATES.mdWhen drafting a call prompt (Step 3)
references/MESSAGES.mdWhen sending a message (like SMS, WhatsApp, Slack, etc)
references/MESSAGE-TEMPLATES.mdWhen drafting a message prompt
references/NUMBERS.mdWhen reserving or managing phone numbers
references/WEBHOOKS.mdWhen setting up inbound calls/texts or advanced config
references/API.mdWhen you need full endpoint parameters

Learn More

版本历史

共 5 个版本

  • v1.0.13 当前
    2026-05-03 03:07 安全 安全
  • v1.0.12
    2026-03-29 04:40
  • v1.0.9
    2026-03-26 21:30
  • v1.0.8
    2026-03-11 10:46
  • v1.0.0
    2026-03-07 02:01

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Calendar

ndcccccc
日历管理与日程安排。创建事件、管理会议,并实现多日历平台同步。
★ 7 📥 23,011
business-ops

Resume Assistant

wscats
帮助求职者润色、定制、评分并导出简历,提供详细的检查清单审查和多格式支持。
★ 20 📥 21,318
business-ops

Discord

steipete
当需要通过discord工具控制Discord时使用:发送消息、添加反应、发布或上传表情包、上传表情、创建投票、管理帖子/置顶/搜索、获取权限或成员/角色/频道信息,或在Discord私信或频道中处理管理操作。
★ 77 📥 37,861