Agent skill
bible
Get the Bible.com Verse of the Day with shareable image.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/bible
Metadata
Additional technical details for this skill
- clawdis
-
{ "emoji": "\ud83d\udcd6", "requires": { "bins": [ "python3" ] } }
SKILL.md
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:
- Use the
image_urlto display or send the pre-rendered image - Include the
reference(e.g., "Psalms 27:4") - 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?