skills$openclaw/bible
dbhurley2.9k

by dbhurley

bible – OpenClaw Skill

bible is an OpenClaw Skills integration for coding workflows. Get the Bible.com Verse of the Day with shareable image.

2.9k stars2.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namebible
descriptionGet the Bible.com Verse of the Day with shareable image. OpenClaw Skills integration.
ownerdbhurley
repositorydbhurley/bible-votd
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dbhurley/bible-votd
last updatedFeb 7, 2026

Maintainer

dbhurley

dbhurley

Maintains bible in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
286 B
SKILL.md
1.4 KB
votd.py
2.2 KB
SKILL.md

name: bible description: Get the Bible.com Verse of the Day with shareable image. homepage: https://bible.com metadata: {"clawdis":{"emoji":"📖","requires":{"bins":["python3"]}}}

Bible.com Verse of the Day

Fetch the daily verse from Bible.com (YouVersion) including the shareable image.

Quick Commands

Get Verse of the Day (JSON)

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"
}

Get VOTD and Download Image

python3 ~/clawd/skills/bible/votd.py --download /tmp/votd.jpg

Downloads the 1280x1280 shareable image to the specified path.

Sharing the Verse

When sharing the verse of the day:

  1. Use the image_url to display or send the pre-rendered image
  2. Include the reference (e.g., "Psalms 27:4")
  3. Include attribution: "Bible.com / YouVersion"

Image Details

  • Images are 1280x1280 high-quality JPGs
  • Pre-rendered with the verse text overlaid on beautiful backgrounds
  • Perfect for sharing on social media or messaging

Notes

  • The verse changes daily (based on YouVersion's schedule)
  • No API key required - scrapes the public Bible.com page
  • Always attribute Bible.com/YouVersion when sharing
README.md

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 bible?

Run openclaw add @dbhurley/bible-votd in your terminal. This installs bible 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/dbhurley/bible-votd. Review commits and README documentation before installing.