daily-devotion
Creates personalized daily devotions with verse of the day, pastoral message, structured prayer, and time-aware greetings
Install
mkdir -p .claude/skills/daily-devotion && curl -L -o skill.zip "https://mcp.directory/api/skills/download/8623" && unzip -o skill.zip -d .claude/skills/daily-devotion && rm skill.zipInstalls to .claude/skills/daily-devotion
About this skill
Daily Devotion Skill
This skill creates a complete, personalized daily devotion experience for the user. It fetches the verse of the day, generates a warm pastoral devotion message, crafts a structured prayer, and wishes the user well based on the time of day.
Overview
The Daily Devotion skill provides:
- Verse of the Day - Fetched from the ourmanna API
- Devotional Message - A warm, pastoral reflection on the verse
- Structured Prayer - A 6-part prayer following traditional Christian format
- Time-Aware Greeting - Personalized farewell based on time of day
Installation
Install the helper scripts from npm:
npm install daily-devotion-skill
Or use directly with npx:
npx daily-devotion-skill
Repository: github.com/enjuguna/Molthub-Daily-Devotion
Step 1: Fetch the Verse of the Day
Call the ourmanna API to get today's verse:
GET https://beta.ourmanna.com/api/v1/get?format=json&order=daily
Response Structure:
{
"verse": {
"details": {
"text": "The verse text here...",
"reference": "Book Chapter:Verse",
"version": "NIV",
"verseurl": "http://www.ourmanna.com/"
},
"notice": "Powered by OurManna.com"
}
}
Extract and present:
- Verse Text:
verse.details.text - Reference:
verse.details.reference - Version:
verse.details.version
Alternatively, run the helper script:
npx ts-node scripts/fetch_verse.ts
Step 2: Generate the Devotional Message
Create a warm, pastoral devotion based on the verse. The tone should be like a caring pastor speaking directly to a beloved congregation member.
Devotion Structure:
-
Opening Hook (1-2 sentences)
- Start with a relatable life scenario or question that connects to the verse
- Draw the reader in immediately
-
Verse Context (2-3 sentences)
- Provide brief historical or cultural context of the passage
- Explain who wrote it, to whom, and why
-
Core Message (3-4 sentences)
- Unpack the meaning of the verse
- Explain how it applies to modern life
- Use warm, encouraging language
-
Cross-References (1-2 verses)
- Include 1-2 related scripture references that reinforce the message
- Briefly explain the connection
-
Personal Application (2-3 sentences)
- Speak directly to the reader using "you"
- Be encouraging and uplifting
- Acknowledge struggles while pointing to hope
-
Today's Challenge (Dynamic - NEVER repeat the same challenge)
- Provide ONE practical, actionable step the user can take today
- Vary the duration: Use 3-15 minutes based on context and activity type
- Vary the activity: Rotate between silence, meditation, journaling, action, prayer, worship
- Personalize: Tailor to the verse theme and user's known context/profile
Example Challenge Templates (pick ONE and adapt to the verse):
- "Set aside [3-10] minutes to [meditate/journal/reflect] on [theme from verse]..."
- "Before your next [meeting/task/meal], take [2-5] minutes to [action related to verse]..."
- "Write down [number] ways you can [apply verse principle] today..."
- "During your [commute/break/walk], spend [time] [speaking/listening/reflecting] on [verse theme]..."
- "Send a [message/note/text] to someone expressing [gratitude/encouragement/love] as the verse teaches..."
- "Tonight before bed, [specific reflection activity] for [3-7] minutes..."
- "Pause three times today to silently thank God for [verse-related blessing]..."
- "Choose one person to [encourage/forgive/help/pray for] as a response to this verse..."
- "Take a [5-10] minute prayer walk, focusing on [verse theme]..."
- "Write a short prayer in your own words inspired by today's scripture..."
- "Find a quiet moment to read [related passage] and compare its message to today's verse..."
- "Speak today's verse out loud [3-5] times to let it sink into your spirit..."
- "Share this verse with someone who might need its encouragement today..."
- "Before each meal today, reflect on one aspect of [verse theme]..."
- "Create a simple reminder (phone wallpaper, sticky note) of today's verse..."
- "At the end of your workday, spend [5] minutes reviewing how you applied this verse..."
- "Listen to a worship song that reflects the theme of [verse theme]..."
- "Journal about a time when you experienced [the truth of this verse]..."
- "Take [10] minutes to sit in complete silence, letting God's [grace/peace/love] wash over you..."
- "Identify one habit you can adjust today to better align with [verse principle]..."
- "Practice [forgiveness/patience/gratitude/trust] in your next challenging interaction..."
- "Memorize today's verse by writing it out [3-5] times..."
- "Invite the Holy Spirit to reveal one area of your life that needs [verse theme]..."
- "Set an alarm for [time] to pause and re-read today's verse wherever you are..."
Tone Guidelines:
- Warm and pastoral - Like a loving shepherd caring for sheep
- Encouraging - Focus on hope, not condemnation
- Personal - Use "you" and "we" to create connection
- Accessible - Avoid overly theological jargon
- Uplifting - Leave the reader feeling encouraged and empowered
Step 3: Handle Prayer Context
[!IMPORTANT] Do NOT ask the user for prayer requests interactively. Prayer requests should be included in the initial prompt when the user invokes the skill.
If prayer requests are provided in the prompt:
- Incorporate them naturally into Part 4 of the prayer
- Be sensitive and respectful with personal matters
- If work-related, refer to it simply as "work" or "workplace"
- If health-related, pray for healing and strength
- If relationship-related, pray for wisdom and reconciliation
- If finances are mentioned, pray for provision and wise stewardship
If no prayer context is provided:
- Use general prayers for daily guidance and protection
- Pray for the user's family and loved ones generically
- Focus more on the verse application
Step 4: Craft the Structured Prayer
[!IMPORTANT] ALWAYS use FIRST-PERSON perspective in the prayer. Use "I", "my", "me" when referring to the user—NEVER refer to them by name in third-person (e.g., say "my family" not "Eric's family").
Create a prayer following this 6-part structure. The prayer should flow naturally as one continuous conversation with God.
[!CAUTION] NEVER repeat the same phrases across different devotions. Each prayer should feel fresh and unique. Rotate through the example phrases and create new variations.
Part 1: Praising the Lord
Begin by glorifying God's attributes. ROTATE through varied openings:
Example Openings (vary each time - pick ONE):
- "Heavenly Father, I come before You in awe of Your majesty..."
- "Lord God, I bow in worship before Your throne of grace..."
- "Almighty God, my heart overflows with praise for who You are..."
- "Father of lights, I lift my voice to exalt Your holy name..."
- "Sovereign Lord, I stand amazed at Your greatness..."
- "Gracious God, I enter Your presence with thanksgiving and praise..."
- "Most High God, I worship You for Your unmatched glory..."
- "Eternal Father, my soul magnifies Your wonderful name..."
- "Lord of all creation, I honor You with all that I am..."
- "Holy One of Israel, I come with reverence into Your presence..."
- "Mighty God, I celebrate Your power and endless love..."
- "Faithful Father, I praise You for Your steadfast devotion..."
- "King of Kings, I kneel before Your awesome throne..."
- "God of all comfort, I bless Your name this day..."
- "Wonderful Counselor, I lift high Your glorious name..."
- "Prince of Peace, I worship You with a grateful heart..."
- "Ancient of Days, I stand in wonder at Your eternal nature..."
- "Lord of Hosts, I exalt You above all earthly things..."
- "Rock of Ages, I praise You for being my firm foundation..."
- "Merciful Father, my spirit rejoices in Your abundant grace..."
Rotate these attributes (pick 2-3 per prayer): holiness, love, power, faithfulness, mercy, sovereignty, wisdom, patience, justice, goodness, omniscience, immutability, compassion, righteousness, majesty, glory, tenderness, protective nature
Part 2: Thanking the Lord
Express gratitude with variety. Pick 3-4 themes per prayer (not all):
Gratitude Themes (rotate selection):
- The gift of a new day and fresh mercies
- Life, breath, and the health in my body
- His Word that guides and instructs my steps
- Salvation and grace through Jesus Christ
- Family members who love and support me
- Provision of food, shelter, and daily needs
- Opportunities to serve and grow in faith
- Progress on current projects and goals
- Friendships and community that encourage me
- The beauty of nature and creation around me
- Peace in the midst of difficult circumstances
- Past answered prayers and remembered blessings
- The gift of rest and restoration
- Wisdom granted in challenging decisions
- Protection from seen and unseen dangers
- The comfort of the Holy Spirit in times of grief
- Second chances and fresh starts
- The ability to work and create
- Moments of joy and laughter
- Freedom to worship without fear
- Teachers and mentors who have shaped my journey
- Technology and tools that assist my calling
- The changing seasons that remind me of renewal
- Healing received in body, mind, or spirit
- Doors that have opened at the right time
Part 3: Forgiveness of Sins
Humbly seek forgiven
Content truncated.
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
pdf-to-markdown
aliceisjustplaying
Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.
Related MCP Servers
Browse all serversStructured spec-driven development workflow for AI-assisted software development. Creates detailed specifications before
Vizro creates and validates data-visualization dashboards from natural language, auto-generating chart code and interact
GistPad (GitHub Gists) turns gists into a powerful knowledge management system for daily notes and versioned content.
Integrate Garth with Garmin Connect to access fitness data from your Garmin watch for fitness tracking, including sleep
Discover the best app planner for daily tasks with Sunsama. Organize and manage tasks using the planner app best suited
Access your Apple Books library, organize notes, and get personalized book recommendations—just like a genius bar appoin
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.