gita-sotd
✓Verified·Scanned 2/17/2026
This skill fetches Bhagavad Gita verses from https://vedicscriptures.github.io and exposes a runnable script scripts/fetch_slok.py. It makes network requests to https://vedicscriptures.github.io and includes a python3 usage example to run scripts/fetch_slok.py.
from clawhub.ai·v7d3cada·5.7 KB·0 installs
Scanned from 1.0.2 at 7d3cada · Transparency log ↗
$ vett add clawhub.ai/apatki1996/gita-sotd
Bhagavad Gita Slok of the Day
Fetch verses from the Bhagavad Gita using the free vedicscriptures API.
Usage
Run the script to get a slok:
# Daily slok (deterministic, changes each day)
python3 scripts/fetch_slok.py
# Specific verse
python3 scripts/fetch_slok.py --chapter 2 --verse 47
# Random verse
python3 scripts/fetch_slok.py --random
# Different translator (prabhu, siva, purohit, gambir, chinmay, etc.)
python3 scripts/fetch_slok.py --translator siva
# Raw JSON output
python3 scripts/fetch_slok.py --json
Available Translators
prabhu- A.C. Bhaktivedanta Swami Prabhupada (default)siva- Swami Sivanandapurohit- Shri Purohit Swamigambir- Swami Gambiranandachinmay- Swami Chinmayanandatej- Swami Tejomayananda (Hindi)rams- Swami Ramsukhdas (Hindi)raman- Sri Ramanuja
Output Format
The script outputs formatted markdown with:
- Chapter and verse reference
- Sanskrit text (optional)
- Transliteration
- English/Hindi translation with author attribution
API Reference
Base URL: https://vedicscriptures.github.io
GET /slok/:chapter/:verse- Get specific verseGET /chapter/:ch- Get chapter infoGET /chapters- List all chapters
The Bhagavad Gita has 18 chapters with 700 total verses.