Overview
- Skill Key
- gbessoni/ringbot
- Author
- gbessoni
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gbessoni/ringbot
- Latest Commit SHA
- d5479abbfd4060c0d2f59609675be238f61f5811
Make outbound AI phone calls. Use when asked to call a business, make a phone call, order food by phone, schedule appointments, or any task requiring voice calls. Triggers on "call", "phone", "dial", "ring", "order pizza", "make reservation", "schedule appointment".
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ringbot 技能。 若已安装,则直接安装 ringbot 技能。
# RingBot - AI Phone Calls Make outbound phone calls with an AI voice agent that can have natural conversations. ## 💰 Why RingBot? (99% Cheaper Voice AI) **Traditional Voice AI costs:** $0.10-0.50/minute (ElevenLabs, PlayHT, etc.) **RingBot costs:** ~$0.01/minute (just Twilio phone costs!) | Component | Provider | Cost | |-----------|----------|------| | STT (Speech-to-Text) | Groq Whisper | **FREE** | | LLM (AI Brain) | Groq Llama 3.3 70B | **FREE** | | TTS (Text-to-Speech) | Groq Orpheus | **FREE** | | Voice Infrastructure | LiveKit Cloud | **FREE tier** | | Phone Calls | Twilio | ~$0.01/min | **You only pay for actual phone minutes through Twilio.** ## 📦 Two Ways to Use RingBot ### Option 1: DIY (Free - Bring Your Own Keys) Set up your own infrastructure - **completely free** except Twilio phone costs. **Required accounts:** 1. **Twilio** - https://twilio.com - Phone number (~$1/month) + calls (~$0.01/min) - Get: `TWILIO_ACCOUNT_SID`, `TWILIO_AUTH_TOKEN`, `TWILIO_PHONE_NUMBER` 2. **LiveKit Cloud** - https://cloud.livekit.io (free tier) - Create project + SIP trunk connected to Twilio - Get: `LIVEKIT_URL`, `LIVEKIT_API_KEY`, `LIVEKIT_API_SECRET`, `LIVEKIT_SIP_TRUNK_ID` 3. **Groq** - https://console.groq.com (100% free) - Get API key + **accept TTS terms**: https://console.groq.com/playground?model=canopylabs%2Forpheus-v1-english - Get: `GROQ_API_KEY` ```bash # .env for DIY setup TWILIO_ACCOUNT_SID=your_sid TWILIO_AUTH_TOKEN=your_token TWILIO_PHONE_NUMBER=+1234567890 LIVEKIT_URL=wss://your-project.livekit.cloud LIVEKIT_API_KEY=your_key LIVEKIT_API_SECRET=your_secret LIVEKIT_SIP_TRUNK_ID=your_trunk_id GROQ_API_KEY=your_groq_key ``` ### Option 2: Hosted (Paid - Just Bring Twilio) Don't want to set up LiveKit and Groq? Use our hosted infrastructure. - ✅ No LiveKit setup needed - ✅ No Groq setup needed - ✅ Just connect your Twilio account - 💰 Pay per minute + rate limits apply **Coming soon** - Contact for early access: https:...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.