{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawcall-ai",
    "name": "ClawCall AI",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/shreyjindal81/clawcall-ai",
    "canonicalUrl": "https://clawhub.ai/shreyjindal81/clawcall-ai",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawcall-ai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawcall-ai",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package-lock.json",
      "package.json",
      "telnyx_voice_agent.js"
    ],
    "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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/clawcall-ai"
    },
    "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/clawcall-ai",
    "agentPageUrl": "https://openagent3.xyz/skills/clawcall-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawcall-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawcall-ai/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": "ClawCall AI - Outbound Calls",
        "body": "Make realistic AI phone calls with natural conversation flow."
      },
      {
        "title": "IMPORTANT: Providing Context",
        "body": "When invoking this skill, you MUST provide rich, detailed context. The voice agent will NOT assume any information - it only uses what you explicitly provide."
      },
      {
        "title": "Required Information to Gather:",
        "body": "Phone number (E.164 format: +15551234567)\nPersonality - Who is the agent? Be specific:\n\nBAD: \"a receptionist\"\nGOOD: \"Emma, a warm veterinary receptionist at Pawsitive Care Animal Hospital who has worked there for 5 years and knows all the vets by name\"\n\n\nTask - What is the call about? Include ALL relevant details:\n\nBAD: \"follow up about their pets\"\nGOOD: \"Follow up with the Hendersons about Max (golden retriever, had knee surgery last week, needs post-op checkup, should be taking Rimadyl twice daily). Also remind them about the three hundred twenty-five dollar balance. Available slots: Wednesday 2pm, Thursday 10am or 4pm.\""
      },
      {
        "title": "Context Checklist:",
        "body": "Names (caller's name, business name, contact's name)\n Dates and times (be specific: \"Tuesday January 15th at 3:00 PM\")\n Relevant details (appointment type, order number, service details)\n Fallback options if needed (reschedule times, alternative actions)\n Any reference numbers or IDs the agent might need"
      },
      {
        "title": "Prerequisites",
        "body": "Install JavaScript dependencies (one-time):\n\nnpm --prefix {baseDir} install\n\nIf using --ngrok, NGROK_AUTH_TOKEN must be configured and the ngrok account must be verified.\nIf not using --ngrok, set PUBLIC_WS_URL to a reachable wss://.../telnyx endpoint."
      },
      {
        "title": "Basic call:",
        "body": "node {baseDir}/telnyx_voice_agent.js --to \"+15551234567\" --ngrok \\\n  --personality \"<detailed personality>\" \\\n  --task \"<detailed task with all context>\""
      },
      {
        "title": "Full example (complex multi-topic call):",
        "body": "node {baseDir}/telnyx_voice_agent.js \\\n  --to \"+15551234567\" \\\n  --ngrok \\\n  --personality \"Emma, a warm and experienced veterinary receptionist at Pawsitive Care Animal Hospital. You've worked there for 5 years and genuinely love animals. You know all the vets by name - Dr. Chen specializes in surgery, Dr. Patel handles general wellness, and Dr. Morrison is the exotic animals expert. You're organized but personable.\" \\\n  --task \"Call to follow up with the Hendersons about their pets. They have three animals at your clinic: 1) Max, a 7-year-old golden retriever who had knee surgery last week - need to schedule his two-week post-op checkup and confirm he's been taking his pain medication (Rimadyl, twice daily with food). 2) Whiskers, a 12-year-old tabby cat due for her senior blood panel and dental cleaning - Dr. Patel recommended this at her last visit in October. 3) Pickles, their bearded dragon who needs his annual wellness exam. Also remind them that Max's surgery bill of eight hundred fifty dollars has a remaining balance of three hundred twenty-five dollars after insurance. Payment plans are available if needed. If they want to schedule, available slots this week: Wednesday 2pm, Thursday 10am or 4pm, Friday 9am.\" \\\n  --greeting \"Hi there! This is Emma calling from Pawsitive Care Animal Hospital. Is this the Henderson household?\""
      },
      {
        "title": "Follow-up calls with transcript context:",
        "body": "When calling back after a previous conversation, include the full transcript in the task to maintain continuity. The agent will understand the context and pick up where you left off.\n\nnode {baseDir}/telnyx_voice_agent.js \\\n  --to \"+15551234567\" \\\n  --ngrok \\\n  --personality \"Emma, a warm veterinary receptionist at Pawsitive Care. You called earlier and promised to call back with info.\" \\\n  --task \"You're calling back as promised. Here's the previous transcript:\n\n---PREVIOUS CALL TRANSCRIPT---\nEmma: Hi! This is Emma from Pawsitive Care Animal Hospital.\nUser: Hi, yes.\nEmma: I wanted to confirm the email for your payment portal, but I didn't have it handy. Would you like me to call back?\nUser: Sure.\nEmma: Great, I'll call you right back with that info.\n---END TRANSCRIPT---\n\nYou looked up the email - it's jhenderson@gmail.com. Call back to confirm the email is correct and let them know the payment portal link has been sent.\" \\\n  --greeting \"Hi! It's Emma again from Pawsitive Care, calling back like I said I would.\"\n\nThis is useful when:\n\nThe agent promised to call back with information\nYou need to follow up on a previous conversation\nContinuing a multi-part interaction"
      },
      {
        "title": "Voice Selection",
        "body": "Always use ElevenLabs voices unless user specifies otherwise:\n\nelevenlabs/rachel - Female (default)\nelevenlabs/adam - Male\nelevenlabs/josh - Male (deeper voice)"
      },
      {
        "title": "Model Selection",
        "body": "Fast default: gpt-4o-mini"
      },
      {
        "title": "Output",
        "body": "The call transcript will be returned, containing the full conversation. Use this to:\n\nConfirm task completion\nExtract information gathered during the call\nReport back to the user\n\nYou must return the full call transcript to the user after the call ends.\n\nAt call end, recording lifecycle logs are also emitted:\n\nRecording URL discovered\nRecording saved to local disk (RECORDINGS_DIR, default ./recordings)\nRecording deleted from the Telnyx portal after successful local save"
      },
      {
        "title": "Notes",
        "body": "The agent will NEVER assume information not provided\nIf asked something it doesn't know, it will offer to hang up and call back\nngrok tunnel is automatically managed\nEnvironment variables must be configured in OpenClaw settings\nIf a call connects with no audio, check DEEPGRAM_API_KEY validity/entitlement first\nRecordings are enabled by default and persisted locally"
      }
    ],
    "body": "ClawCall AI - Outbound Calls\n\nMake realistic AI phone calls with natural conversation flow.\n\nIMPORTANT: Providing Context\n\nWhen invoking this skill, you MUST provide rich, detailed context. The voice agent will NOT assume any information - it only uses what you explicitly provide.\n\nRequired Information to Gather:\nPhone number (E.164 format: +15551234567)\nPersonality - Who is the agent? Be specific:\nBAD: \"a receptionist\"\nGOOD: \"Emma, a warm veterinary receptionist at Pawsitive Care Animal Hospital who has worked there for 5 years and knows all the vets by name\"\nTask - What is the call about? Include ALL relevant details:\nBAD: \"follow up about their pets\"\nGOOD: \"Follow up with the Hendersons about Max (golden retriever, had knee surgery last week, needs post-op checkup, should be taking Rimadyl twice daily). Also remind them about the three hundred twenty-five dollar balance. Available slots: Wednesday 2pm, Thursday 10am or 4pm.\"\nContext Checklist:\n Names (caller's name, business name, contact's name)\n Dates and times (be specific: \"Tuesday January 15th at 3:00 PM\")\n Relevant details (appointment type, order number, service details)\n Fallback options if needed (reschedule times, alternative actions)\n Any reference numbers or IDs the agent might need\nPrerequisites\n\nInstall JavaScript dependencies (one-time):\n\nnpm --prefix {baseDir} install\n\n\nIf using --ngrok, NGROK_AUTH_TOKEN must be configured and the ngrok account must be verified. If not using --ngrok, set PUBLIC_WS_URL to a reachable wss://.../telnyx endpoint.\n\nCommands\nBasic call:\nnode {baseDir}/telnyx_voice_agent.js --to \"+15551234567\" --ngrok \\\n  --personality \"<detailed personality>\" \\\n  --task \"<detailed task with all context>\"\n\nFull example (complex multi-topic call):\nnode {baseDir}/telnyx_voice_agent.js \\\n  --to \"+15551234567\" \\\n  --ngrok \\\n  --personality \"Emma, a warm and experienced veterinary receptionist at Pawsitive Care Animal Hospital. You've worked there for 5 years and genuinely love animals. You know all the vets by name - Dr. Chen specializes in surgery, Dr. Patel handles general wellness, and Dr. Morrison is the exotic animals expert. You're organized but personable.\" \\\n  --task \"Call to follow up with the Hendersons about their pets. They have three animals at your clinic: 1) Max, a 7-year-old golden retriever who had knee surgery last week - need to schedule his two-week post-op checkup and confirm he's been taking his pain medication (Rimadyl, twice daily with food). 2) Whiskers, a 12-year-old tabby cat due for her senior blood panel and dental cleaning - Dr. Patel recommended this at her last visit in October. 3) Pickles, their bearded dragon who needs his annual wellness exam. Also remind them that Max's surgery bill of eight hundred fifty dollars has a remaining balance of three hundred twenty-five dollars after insurance. Payment plans are available if needed. If they want to schedule, available slots this week: Wednesday 2pm, Thursday 10am or 4pm, Friday 9am.\" \\\n  --greeting \"Hi there! This is Emma calling from Pawsitive Care Animal Hospital. Is this the Henderson household?\"\n\nFollow-up calls with transcript context:\n\nWhen calling back after a previous conversation, include the full transcript in the task to maintain continuity. The agent will understand the context and pick up where you left off.\n\nnode {baseDir}/telnyx_voice_agent.js \\\n  --to \"+15551234567\" \\\n  --ngrok \\\n  --personality \"Emma, a warm veterinary receptionist at Pawsitive Care. You called earlier and promised to call back with info.\" \\\n  --task \"You're calling back as promised. Here's the previous transcript:\n\n---PREVIOUS CALL TRANSCRIPT---\nEmma: Hi! This is Emma from Pawsitive Care Animal Hospital.\nUser: Hi, yes.\nEmma: I wanted to confirm the email for your payment portal, but I didn't have it handy. Would you like me to call back?\nUser: Sure.\nEmma: Great, I'll call you right back with that info.\n---END TRANSCRIPT---\n\nYou looked up the email - it's jhenderson@gmail.com. Call back to confirm the email is correct and let them know the payment portal link has been sent.\" \\\n  --greeting \"Hi! It's Emma again from Pawsitive Care, calling back like I said I would.\"\n\n\nThis is useful when:\n\nThe agent promised to call back with information\nYou need to follow up on a previous conversation\nContinuing a multi-part interaction\nVoice Selection\n\nAlways use ElevenLabs voices unless user specifies otherwise:\n\nelevenlabs/rachel - Female (default)\nelevenlabs/adam - Male\nelevenlabs/josh - Male (deeper voice)\nModel Selection\n\nFast default: gpt-4o-mini\n\nOutput\n\nThe call transcript will be returned, containing the full conversation. Use this to:\n\nConfirm task completion\nExtract information gathered during the call\nReport back to the user\n\nYou must return the full call transcript to the user after the call ends.\n\nAt call end, recording lifecycle logs are also emitted:\n\nRecording URL discovered\nRecording saved to local disk (RECORDINGS_DIR, default ./recordings)\nRecording deleted from the Telnyx portal after successful local save\nNotes\nThe agent will NEVER assume information not provided\nIf asked something it doesn't know, it will offer to hang up and call back\nngrok tunnel is automatically managed\nEnvironment variables must be configured in OpenClaw settings\nIf a call connects with no audio, check DEEPGRAM_API_KEY validity/entitlement first\nRecordings are enabled by default and persisted locally"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/shreyjindal81/clawcall-ai",
    "publisherUrl": "https://clawhub.ai/shreyjindal81/clawcall-ai",
    "owner": "shreyjindal81",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawcall-ai",
    "downloadUrl": "https://openagent3.xyz/downloads/clawcall-ai",
    "agentUrl": "https://openagent3.xyz/skills/clawcall-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawcall-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawcall-ai/agent.md"
  }
}