PNR Status Checker
Description
Checks the live status of an Indian Railways train ticket using a 10-digit PNR number. Use this skill when the user asks for "PNR status", "train status", or sends a 10-digit number asking about a ticket.
Input Variables
- •
pnr_number: The 10-digit PNR number extracted from the user's prompt.
Usage / Examples
User: "Check status for 8234567890" Command: python3 skills/pnr_status/pnr.py 8234567890
User: "is my ticket confirmed? pnr is 2938475628" Command: python3 skills/pnr_status/pnr.py 2938475628
Execution
bash
python3 skills/pnr_status/pnr.py {{pnr_number}}