1.1k★by apatki1996
gita-sotd – OpenClaw Skill
gita-sotd is an OpenClaw Skills integration for coding workflows. >
Skill Snapshot
| name | gita-sotd |
| description | > OpenClaw Skills integration. |
| owner | apatki1996 |
| repository | apatki1996/gita-sotd |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @apatki1996/gita-sotd |
| last updated | Feb 7, 2026 |
Maintainer

name: gita-sotd description: > Get the Bhagavad Gita Slok of the Day (SOTD) or fetch specific verses. Use when the user asks for a Gita verse, slok, daily wisdom from the Gita, Hindu scripture quotes, or anything related to the Bhagavad Gita text. Supports Sanskrit text, transliteration, and translations from multiple scholars.
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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install gita-sotd?
Run openclaw add @apatki1996/gita-sotd in your terminal. This installs gita-sotd into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/apatki1996/gita-sotd. Review commits and README documentation before installing.
