skills/phonepe/SKILL.md
Process UPI payments via PhonePe — initiate collect requests, generate QR codes, check transaction status, and handle refunds. Use when the user asks about PhonePe payments, UPI integration, Indian mobile payments, or UPI collect/QR payment flows.
npx skillsauth add ankitjh4/indic-ai-skills phonepeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Accept UPI payments via PhonePe — India's leading UPI platform.
export PHONEPE_MERCHANT_ID="your_merchant_id"
export PHONEPE_SALT_KEY="your_salt_key"
export PHONEPE_SALT_INDEX=1
export PHONEPE_ENV="preprod" # "preprod" for testing, "production" for live
| Variable | Required | Description | |----------|----------|-------------| | PHONEPE_MERCHANT_ID | Yes | Merchant ID from PhonePe | | PHONEPE_SALT_KEY | Yes | Salt key for signing requests | | PHONEPE_SALT_INDEX | Yes | Salt index (usually 1) | | PHONEPE_ENV | No | "preprod" or "production" (default: preprod) |
collect (UPI request) or qr (QR code) commandpython3 scripts/phonepe.py status "txn_id" to confirm payment# Initiate UPI collect request (amount in INR)
python3 scripts/phonepe.py collect "user@upi" 100 "order123"
# Generate QR code payment
python3 scripts/phonepe.py qr 500 "order456"
# Check transaction status
python3 scripts/phonepe.py status "txn_id"
# Process refund
python3 scripts/phonepe.py refund "txn_id" 100
https://api-preprod.phonepe.comhttps://api.phonepe.comdevelopment
--- name: cashfree description: Use this skill whenever the user wants to integrate Cashfree payment APIs. Triggers include: creating orders or payment sessions, accepting payments via UPI/cards/netbanking/wallets, generating payment links to share via SMS/email, handling refunds, verifying webhook signatures, fetching payment or settlement status, building a checkout flow, writing Python code for Cashfree, switching between test and production environments, or understanding Cashfree error codes
development
Interact with Zoho CRM, Projects, and Meeting APIs. Use when managing deals, contacts, leads, tasks, projects, milestones, meeting recordings, or any Zoho workspace data.
testing
Access Vedic scriptures including Rig Veda, Yajur Veda, Atharva Veda, and Puranas. Use when user asks for "Vedas", "Rig Veda", "Vedic hymns", "ancient Indian scriptures", or wants Hindu religious/philosophical content.
testing
Complete Vedic astrology chart generation and interpretation. Generate birth charts (D1-D60), calculate Panchanga, Shadbala, Vimshottari Dasha, Ashtakavarga, and provide interpretations using Krishnamurthi Paddhati (KP) system, classical Parashara principles, and traditional texts. Supports both natal and horary (Prasna) charts.