From sundial-org-awesome-openclaw-skills-4
Fetches Bible.com Verse of the Day as JSON with reference, text, date, and shareable 1280x1280 image URL. Supports image download via Python CLI. No API key required.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Fetch the daily verse from Bible.com (YouVersion) including the shareable image.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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"