{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ringbot",
    "name": "RingBot",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/gbessoni/ringbot",
    "canonicalUrl": "https://clawhub.ai/gbessoni/ringbot",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ringbot",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ringbot",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "ringbot",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T11:42:59.431Z",
      "expiresAt": "2026-05-10T11:42:59.431Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ringbot",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ringbot",
        "contentDisposition": "attachment; filename=\"ringbot-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ringbot"
      },
      "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/ringbot"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ringbot",
    "agentPageUrl": "https://openagent3.xyz/skills/ringbot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ringbot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ringbot/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "RingBot - AI Phone Calls",
        "body": "Make outbound phone calls with an AI voice agent that can have natural conversations."
      },
      {
        "title": "💰 Why RingBot? (99% Cheaper Voice AI)",
        "body": "Traditional Voice AI costs: $0.10-0.50/minute (ElevenLabs, PlayHT, etc.)\nRingBot costs: ~$0.01/minute (just Twilio phone costs!)\n\nComponentProviderCostSTT (Speech-to-Text)Groq WhisperFREELLM (AI Brain)Groq Llama 3.3 70BFREETTS (Text-to-Speech)Groq OrpheusFREEVoice InfrastructureLiveKit CloudFREE tierPhone CallsTwilio~$0.01/min\n\nYou only pay for actual phone minutes through Twilio."
      },
      {
        "title": "Option 1: DIY (Free - Bring Your Own Keys)",
        "body": "Set up your own infrastructure - completely free except Twilio phone costs.\n\nRequired accounts:\n\nTwilio - https://twilio.com\n\nPhone number ($1/month) + calls ($0.01/min)\nGet: TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, TWILIO_PHONE_NUMBER\n\n\n\nLiveKit Cloud - https://cloud.livekit.io (free tier)\n\nCreate project + SIP trunk connected to Twilio\nGet: LIVEKIT_URL, LIVEKIT_API_KEY, LIVEKIT_API_SECRET, LIVEKIT_SIP_TRUNK_ID\n\n\n\nGroq - https://console.groq.com (100% free)\n\nGet API key + accept TTS terms: https://console.groq.com/playground?model=canopylabs%2Forpheus-v1-english\nGet: GROQ_API_KEY\n\n# .env for DIY setup\nTWILIO_ACCOUNT_SID=your_sid\nTWILIO_AUTH_TOKEN=your_token\nTWILIO_PHONE_NUMBER=+1234567890\nLIVEKIT_URL=wss://your-project.livekit.cloud\nLIVEKIT_API_KEY=your_key\nLIVEKIT_API_SECRET=your_secret\nLIVEKIT_SIP_TRUNK_ID=your_trunk_id\nGROQ_API_KEY=your_groq_key"
      },
      {
        "title": "Option 2: Hosted (Paid - Just Bring Twilio)",
        "body": "Don't want to set up LiveKit and Groq? Use our hosted infrastructure.\n\n✅ No LiveKit setup needed\n✅ No Groq setup needed\n✅ Just connect your Twilio account\n💰 Pay per minute + rate limits apply\n\nComing soon - Contact for early access: https://talkforceai.com"
      },
      {
        "title": "1. Order Food by Phone",
        "body": "\"Call DeLuca's Pizza and order a large pepperoni for pickup under Greg\""
      },
      {
        "title": "2. Make Reservations",
        "body": "\"Call the restaurant and make a reservation for 4 people Saturday at 7pm\""
      },
      {
        "title": "3. Schedule Appointments",
        "body": "\"Call Dr. Smith's office and schedule my annual checkup for next week morning\""
      },
      {
        "title": "4. Customer Service Calls",
        "body": "\"Call Comcast and ask about upgrading my internet plan\""
      },
      {
        "title": "5. Personal Messages",
        "body": "\"Call mom and tell her I love her and ask how her day was\""
      },
      {
        "title": "6. Business Lead Qualification",
        "body": "\"Call this list of leads and ask if they're interested in our parking solutions\""
      },
      {
        "title": "7. Automated Daily Calls",
        "body": "\"Every morning at 9am, call the warehouse and check inventory status\""
      },
      {
        "title": "8. Appointment Reminders",
        "body": "\"Call patients and remind them of their appointments tomorrow\""
      },
      {
        "title": "Making a Call",
        "body": "curl -X POST http://localhost:8000/ringbot/call \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"to\": \"+1XXXXXXXXXX\",\n    \"purpose\": \"Brief description of call objective\",\n    \"context\": \"Additional context the AI should know\"\n  }'\n\nParameters:\n\nto - Phone number in E.164 format (+1XXXXXXXXXX)\npurpose - What the call is about (guides AI behavior)\ncontext - Background info, specific requests, what to collect"
      },
      {
        "title": "Example: Order Pizza",
        "body": "Step 1: Find the restaurant\n\ngoplaces search \"pizza\" --lat 41.36 --lng=\"-72.56\" --limit 3\n\nStep 2: Get phone number\n\ngoplaces details ChIJRdQwYs4v5okRY2gp8pgskJ0\n# Phone: (860) 663-3999\n\nStep 3: Make the call\n\ncurl -X POST http://localhost:8000/ringbot/call \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"to\": \"+18606633999\",\n    \"purpose\": \"Order a pizza for pickup\",\n    \"context\": \"Order: 1 large pepperoni pizza. Customer name: Greg. Ask for pickup time and total.\"\n  }'"
      },
      {
        "title": "Tips for Good Results",
        "body": "Purpose - Keep it to one clear sentence:\n\n✅ \"Order a pizza for pickup\"\n✅ \"Schedule a dental cleaning\"\n❌ \"Call them and maybe order something or ask questions\"\n\nContext - Be specific:\n\nCustomer/caller name\nExact order or request\nPreferences and constraints\nWhat info to collect back"
      },
      {
        "title": "Service Management",
        "body": "Start the agent:\n\ncd /path/to/ringbot/src && python agent.py start\n\nStart the API:\n\ncd /path/to/ringbot && python main.py\n\nCheck call status:\n\ncurl http://localhost:8000/ringbot/call/{call_id}"
      }
    ],
    "body": "RingBot - AI Phone Calls\n\nMake outbound phone calls with an AI voice agent that can have natural conversations.\n\n💰 Why RingBot? (99% Cheaper Voice AI)\n\nTraditional Voice AI costs: $0.10-0.50/minute (ElevenLabs, PlayHT, etc.) RingBot costs: ~$0.01/minute (just Twilio phone costs!)\n\nComponent\tProvider\tCost\nSTT (Speech-to-Text)\tGroq Whisper\tFREE\nLLM (AI Brain)\tGroq Llama 3.3 70B\tFREE\nTTS (Text-to-Speech)\tGroq Orpheus\tFREE\nVoice Infrastructure\tLiveKit Cloud\tFREE tier\nPhone Calls\tTwilio\t~$0.01/min\n\nYou only pay for actual phone minutes through Twilio.\n\n📦 Two Ways to Use RingBot\nOption 1: DIY (Free - Bring Your Own Keys)\n\nSet up your own infrastructure - completely free except Twilio phone costs.\n\nRequired accounts:\n\nTwilio - https://twilio.com\n\nPhone number ($1/month) + calls ($0.01/min)\nGet: TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, TWILIO_PHONE_NUMBER\n\nLiveKit Cloud - https://cloud.livekit.io (free tier)\n\nCreate project + SIP trunk connected to Twilio\nGet: LIVEKIT_URL, LIVEKIT_API_KEY, LIVEKIT_API_SECRET, LIVEKIT_SIP_TRUNK_ID\n\nGroq - https://console.groq.com (100% free)\n\nGet API key + accept TTS terms: https://console.groq.com/playground?model=canopylabs%2Forpheus-v1-english\nGet: GROQ_API_KEY\n# .env for DIY setup\nTWILIO_ACCOUNT_SID=your_sid\nTWILIO_AUTH_TOKEN=your_token\nTWILIO_PHONE_NUMBER=+1234567890\nLIVEKIT_URL=wss://your-project.livekit.cloud\nLIVEKIT_API_KEY=your_key\nLIVEKIT_API_SECRET=your_secret\nLIVEKIT_SIP_TRUNK_ID=your_trunk_id\nGROQ_API_KEY=your_groq_key\n\nOption 2: Hosted (Paid - Just Bring Twilio)\n\nDon't want to set up LiveKit and Groq? Use our hosted infrastructure.\n\n✅ No LiveKit setup needed\n✅ No Groq setup needed\n✅ Just connect your Twilio account\n💰 Pay per minute + rate limits apply\n\nComing soon - Contact for early access: https://talkforceai.com\n\n🚀 Use Cases\n1. Order Food by Phone\n\n\"Call DeLuca's Pizza and order a large pepperoni for pickup under Greg\"\n\n2. Make Reservations\n\n\"Call the restaurant and make a reservation for 4 people Saturday at 7pm\"\n\n3. Schedule Appointments\n\n\"Call Dr. Smith's office and schedule my annual checkup for next week morning\"\n\n4. Customer Service Calls\n\n\"Call Comcast and ask about upgrading my internet plan\"\n\n5. Personal Messages\n\n\"Call mom and tell her I love her and ask how her day was\"\n\n6. Business Lead Qualification\n\n\"Call this list of leads and ask if they're interested in our parking solutions\"\n\n7. Automated Daily Calls\n\n\"Every morning at 9am, call the warehouse and check inventory status\"\n\n8. Appointment Reminders\n\n\"Call patients and remind them of their appointments tomorrow\"\n\nMaking a Call\ncurl -X POST http://localhost:8000/ringbot/call \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"to\": \"+1XXXXXXXXXX\",\n    \"purpose\": \"Brief description of call objective\",\n    \"context\": \"Additional context the AI should know\"\n  }'\n\n\nParameters:\n\nto - Phone number in E.164 format (+1XXXXXXXXXX)\npurpose - What the call is about (guides AI behavior)\ncontext - Background info, specific requests, what to collect\nExample: Order Pizza\n\nStep 1: Find the restaurant\n\ngoplaces search \"pizza\" --lat 41.36 --lng=\"-72.56\" --limit 3\n\n\nStep 2: Get phone number\n\ngoplaces details ChIJRdQwYs4v5okRY2gp8pgskJ0\n# Phone: (860) 663-3999\n\n\nStep 3: Make the call\n\ncurl -X POST http://localhost:8000/ringbot/call \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"to\": \"+18606633999\",\n    \"purpose\": \"Order a pizza for pickup\",\n    \"context\": \"Order: 1 large pepperoni pizza. Customer name: Greg. Ask for pickup time and total.\"\n  }'\n\nTips for Good Results\n\nPurpose - Keep it to one clear sentence:\n\n✅ \"Order a pizza for pickup\"\n✅ \"Schedule a dental cleaning\"\n❌ \"Call them and maybe order something or ask questions\"\n\nContext - Be specific:\n\nCustomer/caller name\nExact order or request\nPreferences and constraints\nWhat info to collect back\nService Management\n\nStart the agent:\n\ncd /path/to/ringbot/src && python agent.py start\n\n\nStart the API:\n\ncd /path/to/ringbot && python main.py\n\n\nCheck call status:\n\ncurl http://localhost:8000/ringbot/call/{call_id}"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/gbessoni/ringbot",
    "publisherUrl": "https://clawhub.ai/gbessoni/ringbot",
    "owner": "gbessoni",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ringbot",
    "downloadUrl": "https://openagent3.xyz/downloads/ringbot",
    "agentUrl": "https://openagent3.xyz/skills/ringbot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ringbot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ringbot/agent.md"
  }
}