# 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.

- Skill: `ankitjh4/bhagavad-gita` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ankitjh4/bhagavad-gita`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ankitjh4/bhagavad-gita/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ankitjh4 (https://skillmd.com/u/ankitjh4)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ankitjh4/bhagavad-gita

---


# Bhagavad Gita API

Access the complete Bhagavad Gita with translations in multiple languages.

## Quick Use

```bash
# 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

