phone-calling

star 1

Make international phone calls to any country. Low per-minute rates. Pay with PayPal or UPI.

kbarbel640-del By kbarbel640-del schedule Updated 2/7/2026

name: phone-calling description: Make international phone calls to any country. Low per-minute rates. Pay with PayPal or UPI. version: 1.0.0 author: Ringez tags: [phone, call, calling, international, voice, communication, family, friends] api_base: https://ringez-api.vercel.app/api/v1

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...
Install via CLI
npx skills add https://github.com/kbarbel640-del/skills --skill phone-calling
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
kbarbel640-del
kbarbel640-del Explore all skills →