Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
Creates personalized daily devotions with verse of the day, pastoral message, structured prayer, and time-aware greetings Skill: Devo Owner: Siddique-SID Summary: Creates personalized daily devotions with verse of the day, pastoral message, structured prayer, and time-aware greetings Tags: latest:1.0.0 Version history: v1.0.0 | 2026-01-29T15:59:36.046Z | user - Added new SKILL.md with detailed documentation, replacing previous version. - Now provides a fully personalized daily devotion including verse of the day, pastoral message, struc
clawhub skill install kn70r8at1jdvc0systmpctwhz9804d9f:skills-devoOverall rank
#62
Adoption
1.1K downloads
Trust
Unknown
Freshness
Mar 1, 2026
Freshness
Last checked Mar 1, 2026
Best For
Devo is best for general automation workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, CLAWHUB, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
Creates personalized daily devotions with verse of the day, pastoral message, structured prayer, and time-aware greetings Skill: Devo Owner: Siddique-SID Summary: Creates personalized daily devotions with verse of the day, pastoral message, structured prayer, and time-aware greetings Tags: latest:1.0.0 Version history: v1.0.0 | 2026-01-29T15:59:36.046Z | user - Added new SKILL.md with detailed documentation, replacing previous version. - Now provides a fully personalized daily devotion including verse of the day, pastoral message, struc Capability contract not published. No trust telemetry is available yet. 1.1K downloads reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Mar 1, 2026
Vendor
Clawhub
Artifacts
0
Benchmarks
0
Last release
1.0.0
Install & run
clawhub skill install kn70r8at1jdvc0systmpctwhz9804d9f:skills-devoSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Clawhub
Protocol compatibility
OpenClaw
Latest release
1.0.0
Adoption signal
1.1K downloads
Handshake status
UNKNOWN
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
2
Examples
0
Snippets
0
Languages
Unknown
SKILL.md
---
name: daily_devotion
description: Creates personalized daily devotions with verse of the day, pastoral message, structured prayer, and time-aware greetings
version: 1.1.0
author: Eric Kariuki
npm: daily-devotion-skill
repository: https://github.com/enjuguna/Molthub-Daily-Devotion
requirements:
- Internet access for ourmanna API
- Node.js/TypeScript runtime for helper scripts
---
# 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:
1. **Verse of the Day** - Fetched from the ourmanna API
2. **Devotional Message** - A warm, pastoral reflection on the verse
3. **Structured Prayer** - A 6-part prayer following traditional Christian format
4. **Time-Aware Greeting** - Personalized farewell based on time of day
---
## Installation
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](https://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:**
```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 Text**: `verse.details.text`
- **Reference**: `verse.details.reference`
- **Version**: `verse.details.version`
Alternatively, run the helper script:
```bash
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:
1. **Opening Hook** (1-2 sentences)
- Start with a relatable life scenario or question that connects to the verse
- Draw the reader in immediately
2. **Verse Context** (2-3 sentences)
- Provide brief historical or cultural context of the passage
- Explain who wrote it, to whom, and why
3. **Core Message** (3-4 sentences)
- Unpack the meaning of the verse
- Explain how it applies to modern life
- Use warm, encouraging language
4. **Cross-References** (1-2 verses)
- Include 1-2 related scripture references that reinforce the message
- Briefly explain the connection
5. **Personal Application** (2-3 sentences)
- Speak directly to the reader using "you"
- Be encouraging and uplifting
- Acknowledge _meta.json
{
"ownerId": "kn70r8at1jdvc0systmpctwhz9804d9f",
"slug": "skills-devo",
"version": "1.0.0",
"publishedAt": 1769702376046
}Editorial read
Docs source
CLAWHUB
Editorial quality
ready
Creates personalized daily devotions with verse of the day, pastoral message, structured prayer, and time-aware greetings Skill: Devo Owner: Siddique-SID Summary: Creates personalized daily devotions with verse of the day, pastoral message, structured prayer, and time-aware greetings Tags: latest:1.0.0 Version history: v1.0.0 | 2026-01-29T15:59:36.046Z | user - Added new SKILL.md with detailed documentation, replacing previous version. - Now provides a fully personalized daily devotion including verse of the day, pastoral message, struc
Skill: Devo
Owner: Siddique-SID
Summary: Creates personalized daily devotions with verse of the day, pastoral message, structured prayer, and time-aware greetings
Tags: latest:1.0.0
Version history:
v1.0.0 | 2026-01-29T15:59:36.046Z | user
Archive index:
Archive v1.0.0: 2 files, 4122 bytes
Files: SKILL.md (8636b), _meta.json (130b)
File v1.0.0:SKILL.md
name: daily_devotion description: Creates personalized daily devotions with verse of the day, pastoral message, structured prayer, and time-aware greetings version: 1.1.0 author: Eric Kariuki npm: daily-devotion-skill repository: https://github.com/enjuguna/Molthub-Daily-Devotion requirements:
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.
The Daily Devotion skill provides:
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
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.details.textverse.details.referenceverse.details.versionAlternatively, run the helper script:
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.
Opening Hook (1-2 sentences)
Verse Context (2-3 sentences)
Core Message (3-4 sentences)
Cross-References (1-2 verses)
Personal Application (2-3 sentences)
Today's Challenge
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:
# 📖 Daily Devotion - [Date]
## Today's Verse
> "[Verse Text]"
> — [Reference] ([Version])
---
## Devotional Message
[Generated devotion following the structure above]
---
## 🙏 Today's Prayer
[Complete 6-part prayer flowing as one continuous prayer]
---
## [Time-appropriate greeting]
[Closing message with encouragement]
If the API is unavailable:
File v1.0.0:_meta.json
{ "ownerId": "kn70r8at1jdvc0systmpctwhz9804d9f", "slug": "skills-devo", "version": "1.0.0", "publishedAt": 1769702376046 }
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/trust"
Operational fit
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "CLAWHUB",
"generatedAt": "2026-04-17T01:53:41.825Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Clawhub",
"href": "https://clawhub.ai/Siddique-SID/skills-devo",
"sourceUrl": "https://clawhub.ai/Siddique-SID/skills-devo",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1.1K downloads",
"href": "https://clawhub.ai/Siddique-SID/skills-devo",
"sourceUrl": "https://clawhub.ai/Siddique-SID/skills-devo",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "latest_release",
"category": "release",
"label": "Latest release",
"value": "1.0.0",
"href": "https://clawhub.ai/Siddique-SID/skills-devo",
"sourceUrl": "https://clawhub.ai/Siddique-SID/skills-devo",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-01-29T15:59:36.046Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-siddique-sid-skills-devo/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "release",
"title": "Release 1.0.0",
"description": "- Added new SKILL.md with detailed documentation, replacing previous version. - Now provides a fully personalized daily devotion including verse of the day, pastoral message, structured 6-part prayer, and time-of-day-aware greetings. - Includes step-by-step usage instructions, API references, and content structure guidelines for each devotion component. - Introduces user prayer request integration for more personalized prayers and context-aware closing encouragements. - Outlines installation methods and requirements for setup and usage.",
"href": "https://clawhub.ai/Siddique-SID/skills-devo",
"sourceUrl": "https://clawhub.ai/Siddique-SID/skills-devo",
"sourceType": "release",
"confidence": "medium",
"observedAt": "2026-01-29T15:59:36.046Z",
"isPublic": true
}
]Sponsored
Ads related to Devo and adjacent AI workflows.