# Send ClawCall AI to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/clawcall-ai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawcall-ai",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "package-lock.json",
      "package.json",
      "telnyx_voice_agent.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawcall-ai",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T12:21:26.370Z",
      "expiresAt": "2026-05-06T12:21:26.370Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawcall-ai",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawcall-ai",
        "contentDisposition": "attachment; filename=\"clawcall-ai-1.0.8.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawcall-ai"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### ClawCall AI - Outbound Calls

Make realistic AI phone calls with natural conversation flow.

### IMPORTANT: Providing Context

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.

### Required Information to Gather:

Phone number (E.164 format: +15551234567)
Personality - Who is the agent? Be specific:

BAD: "a receptionist"
GOOD: "Emma, a warm veterinary receptionist at Pawsitive Care Animal Hospital who has worked there for 5 years and knows all the vets by name"


Task - What is the call about? Include ALL relevant details:

BAD: "follow up about their pets"
GOOD: "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."

### Context Checklist:

Names (caller's name, business name, contact's name)
 Dates and times (be specific: "Tuesday January 15th at 3:00 PM")
 Relevant details (appointment type, order number, service details)
 Fallback options if needed (reschedule times, alternative actions)
 Any reference numbers or IDs the agent might need

### Prerequisites

Install JavaScript dependencies (one-time):

npm --prefix {baseDir} install

If 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.

### Basic call:

node {baseDir}/telnyx_voice_agent.js --to "+15551234567" --ngrok \\
  --personality "<detailed personality>" \\
  --task "<detailed task with all context>"

### Full example (complex multi-topic call):

node {baseDir}/telnyx_voice_agent.js \\
  --to "+15551234567" \\
  --ngrok \\
  --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." \\
  --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." \\
  --greeting "Hi there! This is Emma calling from Pawsitive Care Animal Hospital. Is this the Henderson household?"

### Follow-up calls with transcript context:

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.

node {baseDir}/telnyx_voice_agent.js \\
  --to "+15551234567" \\
  --ngrok \\
  --personality "Emma, a warm veterinary receptionist at Pawsitive Care. You called earlier and promised to call back with info." \\
  --task "You're calling back as promised. Here's the previous transcript:

---PREVIOUS CALL TRANSCRIPT---
Emma: Hi! This is Emma from Pawsitive Care Animal Hospital.
User: Hi, yes.
Emma: I wanted to confirm the email for your payment portal, but I didn't have it handy. Would you like me to call back?
User: Sure.
Emma: Great, I'll call you right back with that info.
---END TRANSCRIPT---

You 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." \\
  --greeting "Hi! It's Emma again from Pawsitive Care, calling back like I said I would."

This is useful when:

The agent promised to call back with information
You need to follow up on a previous conversation
Continuing a multi-part interaction

### Voice Selection

Always use ElevenLabs voices unless user specifies otherwise:

elevenlabs/rachel - Female (default)
elevenlabs/adam - Male
elevenlabs/josh - Male (deeper voice)

### Model Selection

Fast default: gpt-4o-mini

### Output

The call transcript will be returned, containing the full conversation. Use this to:

Confirm task completion
Extract information gathered during the call
Report back to the user

You must return the full call transcript to the user after the call ends.

At call end, recording lifecycle logs are also emitted:

Recording URL discovered
Recording saved to local disk (RECORDINGS_DIR, default ./recordings)
Recording deleted from the Telnyx portal after successful local save

### Notes

The agent will NEVER assume information not provided
If asked something it doesn't know, it will offer to hang up and call back
ngrok tunnel is automatically managed
Environment variables must be configured in OpenClaw settings
If a call connects with no audio, check DEEPGRAM_API_KEY validity/entitlement first
Recordings are enabled by default and persisted locally
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: shreyjindal81
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T12:21:26.370Z
- Expires at: 2026-05-06T12:21:26.370Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawcall-ai)
- [Send to Agent page](https://openagent3.xyz/skills/clawcall-ai/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawcall-ai/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawcall-ai/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawcall-ai)