skills/irctc/SKILL.md
Indian Railways API for train tracking - live status, PNR, stations, trains between stations. Uses RailRadar API. No Zo-specific setup required - uses standard environment variables.
npx skillsauth add ankitjh4/indic-ai-skills railradarInstall 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.
Track Indian trains using RailRadar API.
Get your free API key from: https://railradar.in
# Set environment variable (works anywhere)
export RAILRADAR_API_KEY="your-api-key"
# Or use in Python
import os
api_key = os.environ.get("RAILRADAR_API_KEY")
# Search stations
python3 scripts/railradar.py stations "Delhi"
# Trains between stations
python3 scripts/railradar.py trains NDLS BKN
# Live status
python3 scripts/railradar.py live 12002
# PNR status (if supported)
python3 scripts/railradar.py pnr 1234567890
| Variable | Required | Description | |----------|----------|-------------| | RAILRADAR_API_KEY | Yes | Your RailRadar API key |
https://railradar.in/api/v1/search/stations/trains-between-stations/live-train-status/pnr-statusdevelopment
--- 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.