Indic-ai-skills vedic-texts
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.
install
source · Clone the upstream repo
git clone https://github.com/ankitjh4/indic-ai-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ankitjh4/indic-ai-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/vedic-texts" ~/.claude/skills/ankitjh4-indic-ai-skills-vedic-texts && rm -rf "$T"
manifest:
skills/vedic-texts/SKILL.mdsource content
Vedic Texts API
Access ancient Vedic scriptures and Puranas.
Quick Use
# Get Rig Veda hymn python3 scripts/vedic.py rigveda 1.1 # Get a Purana story python3 scripts/vedic.py purana "Ramayana" 1 # Search mantras python3 scripts/vedic.py search "agni"
Sources
- Rig Veda
- Yajur Veda
- Sama Veda
- Atharva Veda
- Bhagavata Purana
- Ramayana
- Mahabharata
Note
Uses multiple public sources including Vedikipedia and valmiki.it