skills-devoCreates personalized daily devotions with verse of the day, pastoral message, structured prayer, and time-aware greetings
Install via ClawdBot CLI:
clawdbot install Siddique-SID/skills-devoThis 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.
The Daily Devotion skill provides:
Install the helper scripts from npm:
```bash
npm install daily-devotion-skill
```
Or use directly with npx:
```bash
npx daily-devotion-skill
```
Repository: github.com/enjuguna/Molthub-Daily-Devotion
Call the ourmanna API to get today's verse:
```
GET https://beta.ourmanna.com/api/v1/get?format=json&order=daily
```
Response Structure:
```json
{
"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.details.textverse.details.referenceverse.details.versionAlternatively, run the helper script:
```bash
npx ts-node scripts/fetch_verse.ts
```
Create a warm, pastoral devotion based on the verse. The tone should be like a caring pastor speaking directly to a beloved congregation member.
Before crafting the prayer, ask the user:
"Is there anything specific you'd like me to include in today's prayer? (e.g., a situation at work, a family member, a personal struggle, or a thanksgiving)"
If the user provides context:
If no context provided:
Create a prayer following this 6-part structure. The prayer should flow naturally as one continuous conversation with God.
Begin by glorifying God's attributes. Examples:
Focus on: God's holiness, love, power, faithfulness, mercy, sovereignty
Express gratitude for blessings. Include:
Humbly seek forgiveness:
This is where user-provided prayer requests are incorporated:
For family and loved ones:
For user's specific context:
Connect the day's verse to the prayer:
End with reverence and faith:
Based on the current time, provide an appropriate greeting and closing message.
Morning:
"Have a blessed day ahead! May God's favor go before you in everything you do today. Remember, you are never alone β He walks with you every step of the way. βοΈ"
Afternoon:
"May the rest of your day be filled with God's peace and purpose. Keep pressing forward β you're doing great! π€οΈ"
Evening:
"As this day winds down, may you find rest in God's presence. Reflect on His goodness today and trust Him for tomorrow. π "
Night:
"Sleep well, knowing you are held in the loving arms of your Heavenly Father. Cast all your worries on Him, for He cares for you. May angels watch over you tonight. π"
If the user shared specific context, add a relevant encouragement:
Present the complete devotion in this order:
```markdown
"[Verse Text]"
β [Reference] ([Version])
[Generated devotion following the structure above]
[Complete 6-part prayer flowing as one continuous prayer]
[Closing message with encouragement]
```
If the API is unavailable:
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection