ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified communication Safety 3/5

clawcall

Run AI-powered outbound phone calls with Telnyx + Deepgram Voice Agent. Use when the user wants real phone outreach (follow-ups, confirmations, reminders, callbacks) with configurable personality, task context, model, and voice.

Why use this skill?

Use ClawCall to run professional AI-powered outbound phone calls via Telnyx and Deepgram. Ideal for automated follow-ups, scheduling, and reminders.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/shreyjindal81/clawcall
Or

What This Skill Does

ClawCall is a robust AI-driven telephony skill designed for OpenClaw that orchestrates outbound phone outreach using Telnyx and the Deepgram Voice Agent engine. This skill enables autonomous, human-like voice conversations for essential business workflows such as appointment reminders, follow-ups, confirmations, and callback sequences. By leveraging sophisticated LLMs for real-time natural language processing, ClawCall ensures that outbound interactions are not just automated, but context-aware and personalized to the specific recipient.

Installation

To integrate ClawCall into your workspace, ensure you have the OpenClaw environment initialized. Run the following command in your terminal:

clawhub install openclaw/skills/skills/shreyjindal81/clawcall

Post-installation, you must install the underlying JavaScript dependencies by executing npm --prefix {baseDir} install. Depending on your network configuration, ensure you either set up an authenticated ngrok instance or configure a reachable PUBLIC_WS_URL to facilitate the WebSocket communication required for the Voice Agent.

Use Cases

ClawCall is ideal for organizations requiring high-volume or high-sensitivity outbound calling. Typical use cases include:

  • Healthcare: Patient follow-ups post-surgery or appointment reminders for recurring wellness checks.
  • Service Industries: Confirming maintenance visits, service call windows, or payment follow-ups.
  • Lead Management: Qualifying inbound leads or rescheduling discovery calls automatically.
  • Client Relations: Proactive check-ins to ensure service satisfaction after a significant account milestone.

Example Prompts

  1. "ClawCall, please call +15559876543. You are Sarah from TechSupport. Your objective is to follow up on ticket #992. Tell the user their router has shipped and should arrive by Thursday. Maintain a helpful and professional tone."
  2. "Use ClawCall to call +12125550199. Inform the client that their dentist appointment tomorrow at 10 AM needs to be rescheduled because Dr. Smith is out. Offer them a slot next Tuesday at 9 AM or 2 PM. Be apologetic and professional."
  3. "Call +14155550000. You are a debt collector for a library. Remind the user about the three overdue books and the outstanding fine of $15.00. Be firm but polite, and explain how they can pay via our online portal."

Tips & Limitations

  • Context is King: Because the Voice Agent does not infer missing data, always provide comprehensive facts. If an outcome depends on a specific date or name, include it explicitly in the prompt.
  • Security First: Never pass sensitive PII (like credit card numbers or passwords) through the prompt. Use anonymized identifiers or internal reference codes instead.
  • Latency Awareness: Since the agent relies on WebSocket streaming, ensure your network connection is stable to avoid jitter or long pauses in conversation flow.
  • Redaction: Always practice data minimization; only share the specific information necessary for the task at hand.

Metadata

Stars1015
Views0
Updated2026-02-15
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-shreyjindal81-clawcall": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#voice-agent#telephony#outreach#automation
Safety Score: 3/5

Flags: network-access, external-api, code-execution