# Send Twilio to your agent
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
## Fast path
- Open the source page via Review source status.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "twilio",
    "name": "Twilio",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/codedao12/twilio",
    "canonicalUrl": "https://clawhub.ai/codedao12/twilio",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/twilio",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=twilio",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/twilio-sync.md",
      "references/twilio-sendgrid.md",
      "references/twilio-segment-engage.md",
      "references/twilio-lookup.md",
      "references/twilio-voice.md"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "twilio",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-05-10T06:32:45.466Z",
      "expiresAt": "2026-05-10T18:32:45.466Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=twilio",
        "error": "Timed out after 5000ms",
        "slug": "twilio"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/codedao12/twilio"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "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/twilio",
    "downloadUrl": "https://openagent3.xyz/downloads/twilio",
    "agentUrl": "https://openagent3.xyz/skills/twilio/agent",
    "manifestUrl": "https://openagent3.xyz/skills/twilio/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/twilio/agent.md"
  }
}
```
## Documentation

### Purpose

Provide a production-oriented guide for Twilio API workflows across messaging and communications channels using direct HTTPS requests.

### Best fit

You need SMS/MMS, WhatsApp, Voice, or Verify flows.
You want reliable webhook handling and operational guardrails.
You prefer direct HTTP requests rather than SDKs.

### Not a fit

You require a full SDK or complex multi-service orchestration.
You need advanced campaign management across multiple ESPs.

### Quick orientation

Read references/twilio-api-overview.md for core surfaces and base endpoints.
Read references/twilio-auth-and-webhooks.md for auth and webhook validation.
Read references/twilio-messaging-sms-mms.md for SMS/MMS workflows.
Read references/twilio-whatsapp.md for WhatsApp messaging specifics.
Read references/twilio-voice.md for call/IVR basics.
Read references/twilio-conversations.md for omni-channel threads.
Read references/twilio-verify.md for OTP/verification flows.
Read references/twilio-sendgrid.md for email sending.
Read references/twilio-studio.md for low-code flow orchestration.
Read references/twilio-lookup.md for phone intelligence.
Read references/twilio-proxy.md for masked communications.
Read references/twilio-sync.md for real-time state.
Read references/twilio-taskrouter.md for routing and queues.
Read references/twilio-segment-engage.md for CDP and audience activation.

### Required inputs

Account SID and Auth Token (or API Key/Secret).
Sender identity (phone number, messaging service, WhatsApp sender).
Webhook URLs for callbacks.
Compliance constraints (opt-in, regional regulations).

### Expected output

A clear workflow plan, method checklist, and operational guardrails.

### Operational notes

Validate webhook signatures on every inbound request.
Keep outbound rate limits in mind and retry safely.
Store secrets in a vault and rotate regularly.

### Security notes

Never log credentials.
Use least-privilege API keys where possible.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: codedao12
- Version: 1.0.1
## Source health
- Status: unstable
- Item is unstable.
- This item is timing out or returning errors right now. Review the source page and try again later.
- Health scope: item
- Reason: timeout
- Checked at: 2026-05-10T06:32:45.466Z
- Expires at: 2026-05-10T18:32:45.466Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/twilio)
- [Send to Agent page](https://openagent3.xyz/skills/twilio/agent)
- [JSON manifest](https://openagent3.xyz/skills/twilio/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/twilio/agent.md)
- [Download page](https://openagent3.xyz/downloads/twilio)