{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pine-voice",
    "name": "Pine Voice",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/bojieli/pine-voice",
    "canonicalUrl": "https://clawhub.ai/bojieli/pine-voice",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/pine-voice",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pine-voice",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/auth-check.mjs",
      "scripts/auth-request.mjs",
      "scripts/auth-verify.mjs",
      "scripts/call-status.mjs",
      "scripts/call.mjs"
    ],
    "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/pine-voice"
    },
    "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/pine-voice",
    "agentPageUrl": "https://openagent3.xyz/skills/pine-voice/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pine-voice/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pine-voice/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": "Pine Voice",
        "body": "Make real phone calls via Pine AI's voice agent. The agent calls the specified number, navigates IVR systems, handles verification, conducts negotiations, and returns a full transcript."
      },
      {
        "title": "Authentication",
        "body": "Credentials persist in ~/.pine-voice/credentials.json — users only need to authenticate once.\n\nBefore making calls, check if already authenticated:\n\nnode {baseDir}/scripts/auth-check.mjs\n\nIf authenticated is true, skip straight to How to make a call. If false, run the auth flow below. Ask the user for their Pine AI account email (sign up at https://19pine.ai)."
      },
      {
        "title": "Step 1: Request verification code",
        "body": "node {baseDir}/scripts/auth-request.mjs \"user@example.com\"\n\nReturns {\"request_token\": \"...\", \"email\": \"...\"}. Save the request_token.\n\nTell the user: \"A verification code has been sent to your email. Check your inbox (and spam) and give me the code.\""
      },
      {
        "title": "Step 2: Verify and save credentials",
        "body": "node {baseDir}/scripts/auth-verify.mjs \"user@example.com\" \"REQUEST_TOKEN\" \"CODE\"\n\nReturns {\"status\": \"authenticated\", \"credentials_path\": \"...\"}. Credentials are saved automatically."
      },
      {
        "title": "When to use",
        "body": "Use this skill when the user wants you to make a phone call on their behalf.\n\nImportant: The voice agent can only speak English. Supported countries: US/CA/PR (+1), UK (+44), AU (+61), NZ (+64), SG (+65), IE (+353), HK (+852)."
      },
      {
        "title": "Best for",
        "body": "Calling customer service to negotiate bills, request credits, or resolve issues\nScheduling meetings or appointments by phone\nMaking restaurant reservations\nCalling businesses to inquire about services or availability\nFollowing up with contacts on behalf of the user"
      },
      {
        "title": "Step 1: Gather all required information",
        "body": "Before calling, you must collect every piece of information the callee might need. The voice agent cannot ask a human for missing information during the call. Anticipate what will be required: authentication details, payment info, negotiation targets, relevant context."
      },
      {
        "title": "Step 2: Initiate the call",
        "body": "Pass call parameters as JSON via stdin:\n\nnode {baseDir}/scripts/call.mjs <<'EOF'\n{\n  \"dialed_number\": \"+14155551234\",\n  \"callee_name\": \"Comcast Customer Service\",\n  \"callee_context\": \"Cable and internet provider. Account holder: Jane Doe, account #12345.\",\n  \"call_objective\": \"Negotiate monthly bill down to $50/mo. Do not accept above $65/mo.\",\n  \"detailed_instructions\": \"Mention 10-year customer loyalty. If no reduction, ask for retention department.\",\n  \"caller\": \"negotiator\",\n  \"voice\": \"female\",\n  \"max_duration_minutes\": 60,\n  \"enable_summary\": false\n}\nEOF\n\nReturns {\"call_id\": \"...\"}. The call is now active."
      },
      {
        "title": "Step 3: Poll for results",
        "body": "Poll every 30 seconds until is_terminal is true:\n\nnode {baseDir}/scripts/call-status.mjs \"CALL_ID\"\n\nWhen complete, the response includes transcript, duration_seconds, and credits_charged. The is_terminal field tells you when the call is done.\n\nIMPORTANT: Use sessions_spawn to run this in a background sub-agent so you remain available to the user during the call (which can take 5-60+ minutes).\n\nExample task for sessions_spawn:\n\nMake a phone call using the Pine Voice scripts. Run: node {baseDir}/scripts/call.mjs with stdin JSON: {\"dialed_number\": \"+14155551234\", \"callee_name\": \"The Restaurant\", \"callee_context\": \"Italian restaurant, making a dinner reservation\", \"call_objective\": \"Reserve a table for 4 at 7pm tonight\", \"caller\": \"communicator\"}. Then poll with: node {baseDir}/scripts/call-status.mjs \"CALL_ID\" every 30 seconds until is_terminal is true. Report the full transcript and outcome."
      },
      {
        "title": "Step 4: Evaluate the transcript",
        "body": "Do NOT rely on the status field to judge success. Read what the OTHER party actually said.\n\nTreat the call as a FAILURE if:\n\nOnly Pine's agent speaks and the other side is silent\nThe other party's responses are automated/recorded (voicemail, IVR-only)\nExtended silence from both sides\nThe callee hung up before the objective was discussed"
      },
      {
        "title": "Call parameters",
        "body": "ParameterRequiredDescriptiondialed_numberYesPhone number in E.164 format (e.g. +14155551234)callee_nameYesName of the person or businesscallee_contextYesAll context the agent needs: who they are, auth details, verification infocall_objectiveYesSpecific goal with targets and constraintsdetailed_instructionsNoStrategy, approach, behavioral instructionscallerNo\"negotiator\" (default) or \"communicator\"voiceNo\"male\" or \"female\" (default: \"female\")max_duration_minutesNo1-120 (default: 120)enable_summaryNotrue/false (default: false)"
      },
      {
        "title": "Negotiation calls",
        "body": "For negotiations, set caller to \"negotiator\" and provide a thorough strategy:\n\nTarget outcome: \"Reduce monthly bill to $50/mo\"\nAcceptable range: \"Will accept up to $65/mo\"\nHard constraints: \"Do not change plan tier\"\nLeverage points: \"10-year customer, competitor offers $45/mo\"\nFallback: \"Request one-time credit of $100\"\nWalk-away: \"Ask for retention department\""
      },
      {
        "title": "Examples",
        "body": "Test call:\n\"Call my phone at +1XXXXXXXXXX. Tell me that Pine Voice is set up and working.\"\n\nRestaurant reservation:\n\"Call +14155559876 and make a reservation for 4 tonight at 7pm. If unavailable, try 7:30 or 8pm. Name: Jane Doe.\""
      },
      {
        "title": "Model requirements",
        "body": "Pine Voice works best with models that have thinking/reasoning capabilities.\n\nRecommended: Claude Sonnet/Opus 4.5+, GPT-5.2+, Gemini 3 Pro\nNot recommended: Gemini 3 Flash, or models without thinking capabilities"
      },
      {
        "title": "Privacy",
        "body": "Pine Voice processes call data on Pine AI's servers. Credentials are stored locally in ~/.pine-voice/credentials.json with restricted permissions (600). Call transcripts are returned in the API response and are not stored locally. See https://www.19pine.ai/page/privacy-policy for Pine AI's data handling policies."
      }
    ],
    "body": "Pine Voice\n\nMake real phone calls via Pine AI's voice agent. The agent calls the specified number, navigates IVR systems, handles verification, conducts negotiations, and returns a full transcript.\n\nAuthentication\n\nCredentials persist in ~/.pine-voice/credentials.json — users only need to authenticate once.\n\nBefore making calls, check if already authenticated:\n\nnode {baseDir}/scripts/auth-check.mjs\n\n\nIf authenticated is true, skip straight to How to make a call. If false, run the auth flow below. Ask the user for their Pine AI account email (sign up at https://19pine.ai).\n\nStep 1: Request verification code\nnode {baseDir}/scripts/auth-request.mjs \"user@example.com\"\n\n\nReturns {\"request_token\": \"...\", \"email\": \"...\"}. Save the request_token.\n\nTell the user: \"A verification code has been sent to your email. Check your inbox (and spam) and give me the code.\"\n\nStep 2: Verify and save credentials\nnode {baseDir}/scripts/auth-verify.mjs \"user@example.com\" \"REQUEST_TOKEN\" \"CODE\"\n\n\nReturns {\"status\": \"authenticated\", \"credentials_path\": \"...\"}. Credentials are saved automatically.\n\nWhen to use\n\nUse this skill when the user wants you to make a phone call on their behalf.\n\nImportant: The voice agent can only speak English. Supported countries: US/CA/PR (+1), UK (+44), AU (+61), NZ (+64), SG (+65), IE (+353), HK (+852).\n\nBest for\nCalling customer service to negotiate bills, request credits, or resolve issues\nScheduling meetings or appointments by phone\nMaking restaurant reservations\nCalling businesses to inquire about services or availability\nFollowing up with contacts on behalf of the user\nHow to make a call\nStep 1: Gather all required information\n\nBefore calling, you must collect every piece of information the callee might need. The voice agent cannot ask a human for missing information during the call. Anticipate what will be required: authentication details, payment info, negotiation targets, relevant context.\n\nStep 2: Initiate the call\n\nPass call parameters as JSON via stdin:\n\nnode {baseDir}/scripts/call.mjs <<'EOF'\n{\n  \"dialed_number\": \"+14155551234\",\n  \"callee_name\": \"Comcast Customer Service\",\n  \"callee_context\": \"Cable and internet provider. Account holder: Jane Doe, account #12345.\",\n  \"call_objective\": \"Negotiate monthly bill down to $50/mo. Do not accept above $65/mo.\",\n  \"detailed_instructions\": \"Mention 10-year customer loyalty. If no reduction, ask for retention department.\",\n  \"caller\": \"negotiator\",\n  \"voice\": \"female\",\n  \"max_duration_minutes\": 60,\n  \"enable_summary\": false\n}\nEOF\n\n\nReturns {\"call_id\": \"...\"}. The call is now active.\n\nStep 3: Poll for results\n\nPoll every 30 seconds until is_terminal is true:\n\nnode {baseDir}/scripts/call-status.mjs \"CALL_ID\"\n\n\nWhen complete, the response includes transcript, duration_seconds, and credits_charged. The is_terminal field tells you when the call is done.\n\nIMPORTANT: Use sessions_spawn to run this in a background sub-agent so you remain available to the user during the call (which can take 5-60+ minutes).\n\nExample task for sessions_spawn:\n\nMake a phone call using the Pine Voice scripts. Run: node {baseDir}/scripts/call.mjs with stdin JSON: {\"dialed_number\": \"+14155551234\", \"callee_name\": \"The Restaurant\", \"callee_context\": \"Italian restaurant, making a dinner reservation\", \"call_objective\": \"Reserve a table for 4 at 7pm tonight\", \"caller\": \"communicator\"}. Then poll with: node {baseDir}/scripts/call-status.mjs \"CALL_ID\" every 30 seconds until is_terminal is true. Report the full transcript and outcome.\n\nStep 4: Evaluate the transcript\n\nDo NOT rely on the status field to judge success. Read what the OTHER party actually said.\n\nTreat the call as a FAILURE if:\n\nOnly Pine's agent speaks and the other side is silent\nThe other party's responses are automated/recorded (voicemail, IVR-only)\nExtended silence from both sides\nThe callee hung up before the objective was discussed\nCall parameters\nParameter\tRequired\tDescription\ndialed_number\tYes\tPhone number in E.164 format (e.g. +14155551234)\ncallee_name\tYes\tName of the person or business\ncallee_context\tYes\tAll context the agent needs: who they are, auth details, verification info\ncall_objective\tYes\tSpecific goal with targets and constraints\ndetailed_instructions\tNo\tStrategy, approach, behavioral instructions\ncaller\tNo\t\"negotiator\" (default) or \"communicator\"\nvoice\tNo\t\"male\" or \"female\" (default: \"female\")\nmax_duration_minutes\tNo\t1-120 (default: 120)\nenable_summary\tNo\ttrue/false (default: false)\nNegotiation calls\n\nFor negotiations, set caller to \"negotiator\" and provide a thorough strategy:\n\nTarget outcome: \"Reduce monthly bill to $50/mo\"\nAcceptable range: \"Will accept up to $65/mo\"\nHard constraints: \"Do not change plan tier\"\nLeverage points: \"10-year customer, competitor offers $45/mo\"\nFallback: \"Request one-time credit of $100\"\nWalk-away: \"Ask for retention department\"\nExamples\n\nTest call: \"Call my phone at +1XXXXXXXXXX. Tell me that Pine Voice is set up and working.\"\n\nRestaurant reservation: \"Call +14155559876 and make a reservation for 4 tonight at 7pm. If unavailable, try 7:30 or 8pm. Name: Jane Doe.\"\n\nModel requirements\n\nPine Voice works best with models that have thinking/reasoning capabilities.\n\nRecommended: Claude Sonnet/Opus 4.5+, GPT-5.2+, Gemini 3 Pro\nNot recommended: Gemini 3 Flash, or models without thinking capabilities\nPrivacy\n\nPine Voice processes call data on Pine AI's servers. Credentials are stored locally in ~/.pine-voice/credentials.json with restricted permissions (600). Call transcripts are returned in the API response and are not stored locally. See https://www.19pine.ai/page/privacy-policy for Pine AI's data handling policies."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/bojieli/pine-voice",
    "publisherUrl": "https://clawhub.ai/bojieli/pine-voice",
    "owner": "bojieli",
    "version": "1.2.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/pine-voice",
    "downloadUrl": "https://openagent3.xyz/downloads/pine-voice",
    "agentUrl": "https://openagent3.xyz/skills/pine-voice/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pine-voice/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pine-voice/agent.md"
  }
}