Get the Bible.com Verse of the Day with shareable image.
Fetch the daily verse from Bible.com (YouVersion) including the shareable image.
python3 ~/clawd/skills/bible/votd.py
Returns:
{
"reference": "Psalms 27:4",
"text": "One thing I ask from the LORD...",
"usfm": "PSA.27.4",
"date": "2026-01-04T21:00:10.178Z",
"image_url": "https://imageproxy.youversionapi.com/1280x1280/...",
"attribution": "Bible.com / YouVersion"
}
python3 ~/clawd/skills/bible/votd.py --download /tmp/votd.jpg
Downloads the 1280x1280 shareable image to the specified path.
When sharing the verse of the day:
image_url to display or send the pre-rendered imagereference (e.g., "Psalms 27:4")attribution: "Bible.com / YouVersion"