โ† All skills
Tencent SkillHub ยท Developer Tools

Poku

Makes outbound phone calls on your behalf using Poku API to handle reservations, appointments, reminders, follow-ups, or bill disputes.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Makes outbound phone calls on your behalf using Poku API to handle reservations, appointments, reminders, follow-ups, or bill disputes.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/EXAMPLES.md, references/API.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.9

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Step 1: Resolve the Phone Number

Raw number (e.g. 917-257-7580) โ€” strip formatting, prepend +1 (US default). Result: +19172577580. Personal contact name โ€” ask the user for the number directly; do not guess. Business name only โ€” use the search tool to find the number, then confirm with the user before proceeding. The result of this step is the <normalized number> passed to Step 4.

Step 2: Gather Details and Confirm Intent

Read references/EXAMPLES.md now. Each template shows exactly which details are required for that call type. Use the matching template to identify what is missing, then ask the user for only those details. If no template matches the call type, ask the user for: the specific goal, any names or reference numbers needed. Infer reasonable defaults and state them to the user. Do not ask for details already provided. Before moving to step 3, you MUST share the plan and receive user confirmation. "I'm going to call [place] at [number] to [goal]. I'll mention I'm calling on behalf of you -- [user name]. If no one answers, I'll leave a voicemail: [one sentence]. Ok to proceed? If yes, I'll step away for a few minutes to make the call." At this stage, gather any extra details that would help the call (e.g. reference numbers).

Step 3: Draft the message Prompt

If a template in references/EXAMPLES.md matches the call type, use it as the base and fill in all placeholders with real values. Never leave a placeholder unfilled. If no template matches, construct the message using this structure: Identity โ€” who the agent is and who they are calling on behalf of Goal โ€” the specific objective with branching logic for likely responses Voicemail script โ€” exact words to leave if no one answers

Step 4: Place the Call

Use the exec tool to execute the curl command and place the call (always background: false, and explicitly set yieldMs (backgroundMs) to 300000). curl -s -X POST \ -H "Authorization: Bearer $POKU_API_KEY" \ -H "Content-Type: application/json" \ -d '{"message": "<drafted message from Step 3>", "to": "<normalized number>"}' \ https://api.pokulabs.com/phone/call Never retry while a request is pending โ€” calls can stay open up to 5 minutes. If POKU_API_KEY is not set, let the user know to configure it. For error codes, see references/API.md.

Step 5: Report the Outcome

As soon as the tool call returns a "response" immediately inform the user. Example: "I just completed the call. I spoke to Kristin and she was able to help confirm the table for you for tomorrow at 7 pm." Lead with the details that matter: confirmed date/time, name, reference number, next steps. If the response contains "human did not respond", stop the tool call and report immediately. On any error, report the raw message and do not retry.

References

references/EXAMPLES.md โ€” templates for each call type; read in Step 2 references/API.md โ€” full parameter reference and error codes; read in Step 4 if needed

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs
  • SKILL.md Primary doc
  • references/API.md Docs
  • references/EXAMPLES.md Docs