원클릭으로
bible
Get the Bible.com Verse of the Day with shareable image.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Get the Bible.com Verse of the Day with shareable image.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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"