一键导入
indian-news
Get real-time Indian news headlines and articles using NewsData.io API. Supports category filtering, language filtering, and search.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get real-time Indian news headlines and articles using NewsData.io API. Supports category filtering, language filtering, and search.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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. Also trigger when user mentions Cashfree PG, Cashfree Payouts, payment gateway India, or x-client-id credentials.
Use this skill whenever the user wants to integrate Shiprocket logistics APIs. Triggers include: creating shipment orders, generating AWB numbers, tracking parcels by AWB or order ID, checking courier serviceability between pincodes, calculating shipping rates, generating shipping labels, handling NDR (Non-Delivery Reports), cancelling orders, requesting pickups, or building any eCommerce shipping workflow using Shiprocket. Also trigger when user mentions Shiprocket courier, logistics API, AWB tracking, or delivery partner selection.
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.
Query Indian Constitution articles and BNS 2023 (Bharatiya Nyaya Sanhita) criminal law sections using RAG with semantic search. Look up fundamental rights, directive principles, emergency provisions, and BNS offences with cited article/section numbers. Use when the user asks about Indian law, constitutional articles, fundamental rights, BNS sections, IPC equivalents, or legal questions about India.
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.
Rapido ride-booking API integration for India — location search, geocoding, fare estimates, ride booking, tracking, and wallet management. Reverse-engineered from Rapido PWA. Use when the user wants to search locations via Rapido, geocode Indian addresses, book a Rapido ride, check Rapido fares, or interact with the Rapido platform.
| name | indian-news |
| description | Get real-time Indian news headlines and articles using NewsData.io API. Supports category filtering, language filtering, and search. |
| metadata | {"author":"buckbuckbot.zo.computer","category":"External","display-name":"Indian News API"} |
Get real-time Indian news headlines and articles using NewsData.io.
You need a free API key from NewsData.io
NEWSDATA_API_KEY = your-api-key# Get latest Indian news
python3 scripts/news.py latest
# Get news by category
python3 scripts/news.py category technology
# Search news
python3 scripts/news.py search "artificial intelligence"
# Get Hindi news
python3 scripts/news.py latest --language hi
businesscrimedomesticeducationentertainmentenvironmentfoodhealthpoliticssciencesportstechnologytoptourismworlden - English (default)hi - Hindibn - Bengalita - Tamilte - Teluguml - Malayalamkn - Kannadamr - Marathigu - Gujaratipa - Punjabiur - Urdu| Variable | Required | Description |
|---|---|---|
NEWSDATA_API_KEY | Yes | Your API key from newsdata.io |