with one click
bible
Get the Bible.com Verse of the Day with shareable image.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Get the Bible.com Verse of the Day with shareable image.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Scan HTML and JSX for accessibility issues with AI-powered fix suggestions
Multi-channel ABM automation that turns LinkedIn URLs into coordinated outbound campaigns. Scrapes profiles, enriches with Apollo (email + phone), gets mailing addresses via Skip Trace, then orchestrates email sequences, LinkedIn touches, and handwritten letters via Scribeless. The secret weapon for standing out in crowded inboxes.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
| name | bible |
| description | Get the Bible.com Verse of the Day with shareable image. |
| homepage | https://bible.com |
| metadata | {"clawdis":{"emoji":"📖","requires":{"bins":["python3"]}}} |
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"