skills/openclaw/skills/phone-calling

phone-calling

SKILL.md

Phone Calling Skill

Make international phone calls to family and friends anywhere in the world.

Features

  • 📧 Email signup with OTP verification
  • 🎁 5 FREE minutes on signup
  • 💳 PayPal (USD) or UPI (INR) payments
  • 📞 Calls to 200+ countries
  • 💰 Low per-minute rates

Quick Start

1. Authenticate User

POST https://ringez-api.vercel.app/api/v1/auth/check-email
Content-Type: application/json

{"email": "user@example.com"}

If new_user:

POST /api/v1/auth/send-otp
{"email": "user@example.com"}
POST /api/v1/auth/verify-otp
{"email": "user@example.com", "otp": "123456", "password": "secure-password"}

If existing_user:

POST /api/v1/auth/login
{"email": "user@example.com", "password": "password"}

2. Check Balance

GET /api/v1/auth/me
Authorization: Bearer <token>

3. Add Minutes (Optional)

GET /api/v1/payments/plans?currency=USD
POST /api/v1/payments/paypal/create-order
Authorization: Bearer <token>
{"plan_id": "popular"}

4. Make a Call

POST /api/v1/numbers/validate
X-Session-ID: <session_id>
{"phone_number": "+919876543210"}
POST /api/v1/calls/initiate
X-Session-ID: <session_id>
{"to_number": "+919876543210", "from_number": "+1234567890"}

Pricing

USD Plan Price Minutes
Starter $5 30
Popular $15 120
Best Value $30 300
INR Plan Price Minutes
Starter ₹99 7
Popular ₹199 19
Value ₹499 60
Power ₹999 143

Example Usage

User: Call my mom in India at +91 98765 43210
Agent: I'll help you make that call. First, what's your email?
User: john@example.com
Agent: Sent verification code. What's the 6-digit code?
User: 482916
Agent: Account created! You have 5 FREE minutes.
       Calling India mobile: $0.08/min
       Proceed?
User: Yes
Agent: 📞 Calling...
Weekly Installs
1
Repository
openclaw/skills
GitHub Stars
3.8K
First Seen
Feb 7, 2026
Installed on
mcpjam1
claude-code1
junie1
windsurf1
zencoder1
crush1