
from indic-ai-skills61
Fetch real-time Indian news headlines and articles via NewsData.io with category, language filtering, and search support (requires API key).
Indian News API wraps the NewsData.io service to fetch real-time headlines and full articles focused on India. The skill provides scripts to request latest news, filter by category, search queries, and return results in multiple Indian languages.
scripts/news.py with commands for latest, category, and search. The repo requires a NewsData.io API key (NEWSDATA_API_KEY).Agent-run Python environments that can call external HTTP APIs. This skill depends on an external API key and network access.
Indian News API skill fetches real-time Indian news headlines via NewsData.io with category and language filtering. The Python script is clean stdlib-only code with proper argparse and error handling, but requires a NEWSDATA_API_KEY env var to function. Script exited with argparse error when called without arguments (expected in dry-run). No security concerns — uses stdlib urllib, no hardcoded credentials, network calls only to documented API.
Clean, simple skill. Stdlib-only script is a plus. Niche audience (Indian news with multilingual support). Script would run fine with proper arguments and API key.