Indic-ai-skills bhagavad-gita

Get verses from the Bhagavad Gita with translation and commentary. Use when user asks for "Gita verse", "Bhagavad Gita chapter", "Krishna's teachings", or wants spiritual/hindu scripture references.

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/bhagavad-gita" ~/.claude/skills/ankitjh4-indic-ai-skills-bhagavad-gita && rm -rf "$T"
manifest: skills/bhagavad-gita/SKILL.md
source content

Bhagavad Gita API

Access the complete Bhagavad Gita with translations in multiple languages.

Quick Use

# Get a specific verse
python3 scripts/gita.py verse 2.47

# Get chapter summary
python3 scripts/gita.py chapter 1

# Search by keyword
python3 scripts/gita.py search "detachment"

API Used

https://bhagavadgitaapi.in (free, no key required)

Languages Supported

  • English
  • Hindi
  • Sanskrit
  • Gujarati
  • Bengali
  • Kannada
  • Malayalam
  • Marathi
  • Oriya
  • Punjabi
  • Tamil
  • Telugu