{
  "schemaVersion": "1.0",
  "item": {
    "slug": "poku",
    "name": "Poku",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/emileindik/poku",
    "canonicalUrl": "https://clawhub.ai/emileindik/poku",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/poku",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=poku",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/EXAMPLES.md",
      "references/API.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/poku"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/poku",
    "agentPageUrl": "https://openagent3.xyz/skills/poku/agent",
    "manifestUrl": "https://openagent3.xyz/skills/poku/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/poku/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Step 1: Resolve the Phone Number",
        "body": "Raw number (e.g. 917-257-7580) — strip formatting, prepend +1 (US default). Result: +19172577580.\nPersonal contact name — ask the user for the number directly; do not guess.\nBusiness name only — use the search tool to find the number, then confirm with the user before proceeding.\n\nThe result of this step is the <normalized number> passed to Step 4."
      },
      {
        "title": "Step 2: Gather Details and Confirm Intent",
        "body": "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.\n\nIf no template matches the call type, ask the user for: the specific goal, any names or reference numbers needed.\n\nInfer reasonable defaults and state them to the user. Do not ask for details already provided.\n\nBefore moving to step 3, you MUST share the plan and receive user confirmation.\n\n\"I'm going to call [place] at [number] to [goal].\nI'll mention I'm calling on behalf of you -- [user name].\nIf no one answers, I'll leave a voicemail: [one sentence].\nOk to proceed? If yes, I'll step away for a few minutes to make the call.\"\n\nAt this stage, gather any extra details that would help the call (e.g. reference numbers)."
      },
      {
        "title": "Step 3: Draft the message Prompt",
        "body": "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.\n\nIf no template matches, construct the message using this structure:\n\nIdentity — who the agent is and who they are calling on behalf of\nGoal — the specific objective with branching logic for likely responses\nVoicemail script — exact words to leave if no one answers"
      },
      {
        "title": "Step 4: Place the Call",
        "body": "Use the exec tool to execute the curl command and place the call (always background: false, and explicitly set yieldMs (backgroundMs) to 300000).\n\ncurl -s -X POST \\\n  -H \"Authorization: Bearer $POKU_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"message\": \"<drafted message from Step 3>\", \"to\": \"<normalized number>\"}' \\\n  https://api.pokulabs.com/phone/call\n\nNever 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."
      },
      {
        "title": "Step 5: Report the Outcome",
        "body": "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.\"\nLead 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."
      },
      {
        "title": "References",
        "body": "references/EXAMPLES.md — templates for each call type; read in Step 2\nreferences/API.md — full parameter reference and error codes; read in Step 4 if needed"
      }
    ],
    "body": "Poku — Outbound Phone Calls\nStep 1: Resolve the Phone Number\nRaw number (e.g. 917-257-7580) — strip formatting, prepend +1 (US default). Result: +19172577580.\nPersonal contact name — ask the user for the number directly; do not guess.\nBusiness name only — use the search tool to find the number, then confirm with the user before proceeding.\n\nThe result of this step is the <normalized number> passed to Step 4.\n\nStep 2: Gather Details and Confirm Intent\n\nRead 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.\n\nIf no template matches the call type, ask the user for: the specific goal, any names or reference numbers needed.\n\nInfer reasonable defaults and state them to the user. Do not ask for details already provided.\n\nBefore moving to step 3, you MUST share the plan and receive user confirmation.\n\n\"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.\"\n\nAt this stage, gather any extra details that would help the call (e.g. reference numbers).\n\nStep 3: Draft the message Prompt\n\nIf 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.\n\nIf no template matches, construct the message using this structure:\n\nIdentity — who the agent is and who they are calling on behalf of\nGoal — the specific objective with branching logic for likely responses\nVoicemail script — exact words to leave if no one answers\nStep 4: Place the Call\n\nUse the exec tool to execute the curl command and place the call (always background: false, and explicitly set yieldMs (backgroundMs) to 300000).\n\ncurl -s -X POST \\\n  -H \"Authorization: Bearer $POKU_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"message\": \"<drafted message from Step 3>\", \"to\": \"<normalized number>\"}' \\\n  https://api.pokulabs.com/phone/call\n\n\nNever 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.\n\nStep 5: Report the Outcome\n\nAs 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.\n\nReferences\nreferences/EXAMPLES.md — templates for each call type; read in Step 2\nreferences/API.md — full parameter reference and error codes; read in Step 4 if needed"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/emileindik/poku",
    "publisherUrl": "https://clawhub.ai/emileindik/poku",
    "owner": "emileindik",
    "version": "1.0.9",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/poku",
    "downloadUrl": "https://openagent3.xyz/downloads/poku",
    "agentUrl": "https://openagent3.xyz/skills/poku/agent",
    "manifestUrl": "https://openagent3.xyz/skills/poku/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/poku/agent.md"
  }
}