Get COVID-19 statistics for India including state-wise and district-wise data. Use when user asks for "COVID India", "coronavirus India", "vaccination stats India", or "covid cases [state]".
Scanned 9/10/2026
Install to Claude Code
npx -y skills add ankitjh4/indic-ai-skills --skill covid-india --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Covid India?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ankitjh4-covid-india)More formats (shields.io, HTML) on the badges page.
---
name: covid-india
description: Get COVID-19 statistics for India including state-wise and district-wise data. Use when user asks for "COVID India", "coronavirus India", "vaccination stats India", or "covid cases [state]".
---
# Covid-19 India API
Real-time COVID-19 data for India.
## Quick Use
```bash
# Get overall India stats
python3 scripts/covid.py india
# Get state-wise data
python3 scripts/covid.py states
# Get district data for a state
python3 scripts/covid.py district "Maharashtra"
# Get vaccination data
python3 scripts/covid.py vaccination
```
## API Used
https://api.covid19india.org (free, no key)
## Data Available
- Daily cases (confirmed, recovered, deceased)
- State-wise breakdown
- District-wise data
- Testing statistics
- Vaccination data
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!