← 返回 Skills 市场
emileindik

Poku

作者 Emile Indik · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ✓ 安全检测通过
734
总下载
1
收藏
0
当前安装
13
版本数
在 OpenClaw 中安装
/install poku
功能描述
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 wh...
安全使用建议
This skill is coherent with its stated purpose, but review these points before enabling it: 1) Keep your POKU_API_KEY secret — the skill uses it as a Bearer token for API requests; ensure your agent/tooling will not print the raw key. 2) The skill will run curl via the exec tool to contact https://api.pokulabs.com; confirm you trust that endpoint and that API key scopes/quotas are appropriate. 3) SKILL.md references an optional POKU_TRANSFER_NUMBER env var that will be read automatically if set — if you don't want calls transferred, do not set that variable. 4) Number reservation is irreversible per the docs — the skill asks for explicit user confirmation before reserving, so confirm those prompts are enforced by your agent. 5) Calls can remain open up to 5 minutes (yieldMs: 300000); be aware of potential costs or privacy implications. If you are uncomfortable with the agent making outbound calls or SMS autonomously, restrict autonomous invocation or require explicit user confirmation for each action.
功能分析
Type: OpenClaw Skill Name: poku Version: 1.0.12 The 'poku' skill bundle is a legitimate integration for the Poku API, allowing an AI agent to make phone calls, send SMS, and reserve phone numbers. It includes clear security instructions for the agent, such as masking API keys in logs, requiring explicit user confirmation before taking actions, and adhering to strict safety guidelines that prohibit impersonation, harassment, or phishing (found in CALL.md and SMS.md).
能力评估
Purpose & Capability
Name/description align with what the skill does. The only required credential is POKU_API_KEY, which is appropriate for calling the Poku API endpoints documented in the references. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md stays on-topic (number resolution, drafting, confirmation, and then making curl POST/GET requests). It explicitly instructs using the exec tool to run curl and to mask the API key in any displayed commands. One instruction references using the agent's 'search tool' for business lookups (this is an expected agent capability), and the instructions require reading the optional env var POKU_TRANSFER_NUMBER at runtime (see environment_proportionality).
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest install risk: nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill requires a single primary credential (POKU_API_KEY), which is proportional. However, SKILL.md also references an optional env var POKU_TRANSFER_NUMBER and instructs the agent to read it at runtime; that optional env var is not listed in the registry's required env metadata. Confirming optional env usage would improve coherence.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges or modification of other skills. Autonomous invocation is allowed (the platform default) but not combined with other concerning factors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install poku
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /poku 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Convert raw curl to use jq for string interpolation purposes
v1.0.11
- Added documentation for required and optional environment variables: `POKU_API_KEY` (required) and `POKU_TRANSFER_NUMBER` (optional). - Provided instructions on informing the user if `POKU_API_KEY` is not set. - Clarified usage of `POKU_TRANSFER_NUMBER`, including automatic use during calls if set, and instructions to skip transfer if not set (without prompting the user).
v1.0.10
- Added support for outbound SMS texts and dedicated phone number reservations alongside outbound calls. - Expanded documentation: new reference files for calls (CALL.md), SMS (SMS.md), and number reservation (NUMBER.md) added; previous examples file removed. - Skill description updated to reflect new SMS and phone number reservation capabilities. - Streamlined instructions: directs users to specific reference files depending on the desired action.
v1.0.9
- Added the "primaryEnv" key to the metadata to explicitly specify POKU_API_KEY as the primary required environment variable. - Updated call step instructions: now directly ask the user to configure POKU_API_KEY if not set, instead of referencing openclaw.json. - No changes to functional logic or core usage instructions.
v1.0.8
No changes detected in this version. - Version 1.0.7 has no file changes from the previous release. - Functionality and instructions remain identical.
v1.0.7
Re-upload to version 1.0.7
v1.0.6
poku 1.0.6 - Updated environment variable instructions: now directs users to check ~/.openclaw/openclaw.json if POKU_API_KEY is not set. - Cleaned up metadata structure and removed the "primaryEnv" field. - Clarified to gather only essential extra details (e.g. reference numbers) during call setup. - No file changes detected; documentation and instructions only.
v1.0.5
- Changed metadata field from "required" to "requires" for environment variable specification in the SKILL.md metadata section.
v1.0.4
Version 1.0.4 of the poku skill - Corrected metadata "requires" field and updated examples
v1.0.3
Remove an example usage
v1.0.2
- Added an explicit "required" environment variable section for POKU_API_KEY in the metadata. - No changes to skill functionality or documentation process.
v1.0.1
- Updated the description for clarity and added more example use cases. - Added a structured metadata block including primaryEnv and homepage information. - No functional or behavioral changes were made to the skill logic.
v1.0.0
- Initial release of the poku skill. - Enables outbound phone calls on behalf of the user using the Poku API. - Guides users through phone number resolution, detail gathering, and confirmation before proceeding. - Utilizes templates for drafting call messages and voicemail scripts. - Provides step-by-step instructions for tool usage and clear error handling. - Reports call outcomes with key details as soon as the call completes.
元数据
Slug poku
版本 1.0.12
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 13
常见问题

Poku 是什么?

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 wh... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 734 次。

如何安装 Poku?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install poku」即可一键安装,无需额外配置。

Poku 是免费的吗?

是的,Poku 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Poku 支持哪些平台?

Poku 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Poku?

由 Emile Indik(@emileindik)开发并维护,当前版本 v1.0.12。

💬 留言讨论