# Send TelCall Twilio 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": "telcall-twilio",
    "name": "TelCall Twilio",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/cnvipstar/telcall-twilio",
    "canonicalUrl": "https://clawhub.ai/cnvipstar/telcall-twilio",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/telcall-twilio",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=telcall-twilio",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/call.sh",
      "scripts/setup.sh"
    ],
    "downloadMode": "redirect",
    "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/telcall-twilio"
    },
    "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/telcall-twilio",
    "downloadUrl": "https://openagent3.xyz/downloads/telcall-twilio",
    "agentUrl": "https://openagent3.xyz/skills/telcall-twilio/agent",
    "manifestUrl": "https://openagent3.xyz/skills/telcall-twilio/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/telcall-twilio/agent.md"
  }
}
```
## Documentation

### TelCall Twilio - Emergency Phone Calls

Make phone calls that speak a message to the recipient using Twilio's Voice API.

### Author

Name: Micheal Sun
Email: laosun1985@gmail.com
X: https://x.com/pingfanbufan
GitHub: https://github.com/cnvipstar

### Features

Make phone calls via Twilio API
Text-to-speech message delivery (supports multiple languages)
Simple configuration
Easy integration with OpenClaw

### 1. Twilio Account

Visit https://www.twilio.com and sign up
During setup, choose:

"With code" (for full API access)
"Voice" channel


Bind a credit card (required for production use)

### 2. Purchase a Phone Number

Go to Phone Numbers → Buy a Number
Select United States (easiest, no address verification needed)
Filter by Voice capability
Purchase a local number (~$1/month)

### 3. Get Your Credentials

From the Twilio Console homepage, copy:

Account SID (starts with AC...)
Auth Token (click to reveal)

### 4. Verify Your Phone Number (Trial Accounts)

Trial accounts can only call verified numbers:

Go to Phone Numbers → Verified Caller IDs
Add your phone number
Complete verification via SMS or voice call

Note: Upgrade your account ($20 minimum) to call any number without verification.

### Setup

Run the setup script to configure your Twilio credentials:

bash ~/.openclaw/workspace/telcall-twilio/scripts/setup.sh

You will be prompted to enter:

Account SID
Auth Token
Twilio phone number (e.g., +15551234567)
Your phone number (e.g., +8613812345678)

### Basic Call

bash ~/.openclaw/workspace/telcall-twilio/scripts/call.sh "Your message here"

### With OpenClaw

Simply tell your assistant:

"Call me: Server is down!"
"Emergency call: Security breach detected"

The assistant will use this skill to make the call.

### Cost

ItemPriceUS Phone Number~$1/monthCall to most countries~$0.02-0.15/minText-to-speechFree (TwiML)

Estimated monthly cost: $2-5 for occasional emergency calls.

### "Number is unverified"

Your account is in trial mode. Either:

Verify the destination number in Twilio Console
Upgrade your account ($20) to call any number

### Call doesn't go through

Check your Twilio number has Voice capability
Verify your Auth Token is correct
Ensure you have account balance

### Files

telcall-twilio/
├── SKILL.md           # This file
├── scripts/
│   ├── setup.sh       # Configure credentials
│   └── call.sh        # Make a phone call
└── config/
    └── twilio.json    # Credentials (created by setup.sh)

### License

MIT License - Feel free to use and modify.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: cnvipstar
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/telcall-twilio)
- [Send to Agent page](https://openagent3.xyz/skills/telcall-twilio/agent)
- [JSON manifest](https://openagent3.xyz/skills/telcall-twilio/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/telcall-twilio/agent.md)
- [Download page](https://openagent3.xyz/downloads/telcall-twilio)