Claim this agent
Agent DossierCLAWHUBSafety 84/100

Xpersona Agent

Devo

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

OpenClaw · self-declared
1.1K downloadsTrust evidence available
clawhub skill install kn70r8at1jdvc0systmpctwhz9804d9f:skills-devo

Overall 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

Overview

Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.

Verifiededitorial-content

Overview

Executive Summary

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.

No verified compatibility signals1.1K downloads

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Mar 1, 2026

Vendor

Clawhub

Artifacts

0

Benchmarks

0

Last release

1.0.0

Install & run

Setup Snapshot

clawhub skill install kn70r8at1jdvc0systmpctwhz9804d9f:skills-devo
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    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.

Evidence & Timeline

Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.

Verifiededitorial-content

Artifacts & Docs

Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.

Self-declaredCLAWHUB

Captured outputs

Artifacts Archive

Extracted files

2

Examples

0

Snippets

0

Languages

Unknown

Extracted Files

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 & README

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

Full README

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, 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.

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:

  • 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:

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:

  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 struggles while pointing to hope
  6. Today's Challenge

    • Provide ONE practical, actionable step the user can take today
    • Make it specific and achievable

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: Gather Prayer Context

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:

  • Incorporate it 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 no context provided:

  • Use general prayers for daily guidance and protection

Step 4: Craft the Structured Prayer

Create a prayer following this 6-part structure. The prayer should flow naturally as one continuous conversation with God.

Part 1: Praising the Lord

Begin by glorifying God's attributes. Examples:

  • "Heavenly Father, we come before You in awe of Your majesty..."
  • "Lord, You are holy, righteous, and full of mercy..."
  • "We praise You for Your faithfulness that endures forever..."

Focus on: God's holiness, love, power, faithfulness, mercy, sovereignty

Part 2: Thanking the Lord

Express gratitude for blessings. Include:

  • Thanks for the new day
  • Thanks for life and breath
  • Thanks for His Word and guidance
  • Thanks for salvation through Jesus
  • Thanks for specific blessings (health, family, provision)

Part 3: Forgiveness of Sins

Humbly seek forgiveness:

  • Acknowledge our imperfection
  • Ask for forgiveness of known and unknown sins
  • Request cleansing and renewal
  • Ask for strength to resist temptation
  • Pray for a pure heart

Part 4: Prayer for Loved Ones and Context

This is where user-provided prayer requests are incorporated:

For family and loved ones:

  • Pray for protection, health, and guidance
  • Pray for their spiritual growth
  • Pray for unity and love in relationships

For user's specific context:

  • If work: Pray for wisdom, favor, and integrity in the workplace
  • If health: Pray for healing, strength, and peace
  • If relationships: Pray for reconciliation, understanding, and love
  • If finances: Pray for provision and wise stewardship
  • If decisions: Pray for clarity and discernment

Part 5: Prayer for the Verse

Connect the day's verse to the prayer:

  • Ask God to write the verse on the user's heart
  • Pray for understanding of its meaning
  • Ask for strength to apply it throughout the day
  • Request that it guides decisions and interactions

Part 6: Closing

End with reverence and faith:

  • Commit the day into God's hands
  • Express trust in His plans
  • Close: "In Jesus' mighty name we pray, Amen."

Step 5: Time-Aware Greeting and Farewell

Based on the current time, provide an appropriate greeting and closing message.

Time Determination:

  • Morning (5:00 AM - 11:59 AM): "Good morning"
  • Afternoon (12:00 PM - 4:59 PM): "Good afternoon"
  • Evening (5:00 PM - 8:59 PM): "Good evening"
  • Night (9:00 PM - 4:59 AM): "Good night"

Closing Messages:

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. 🌙"

Context-Aware Additions:

If the user shared specific context, add a relevant encouragement:

  • Work stress: "Remember, your work is unto the Lord. He sees your efforts and will reward your faithfulness."
  • Health concerns: "God is your healer. Rest in His promises and trust His timing."
  • Family matters: "Your prayers for your family are powerful. God hears every word and is working even when you can't see it."

Complete Output Format

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]

Error Handling

If the API is unavailable:

  1. Inform the user gracefully
  2. Offer to use a backup verse from memory
  3. Suggest popular verses like Jeremiah 29:11, Philippians 4:13, or Psalm 23:1

Notes

  • Always maintain a warm, loving tone throughout
  • Be sensitive to the user's emotional state
  • Never be preachy or condemning
  • Focus on God's love, grace, and faithfulness
  • Make the experience personal and meaningful

File v1.0.0:_meta.json

{ "ownerId": "kn70r8at1jdvc0systmpctwhz9804d9f", "slug": "skills-devo", "version": "1.0.0", "publishedAt": 1769702376046 }

API & Reliability

Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.

MissingCLAWHUB

Machine interfaces

Contract & API

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
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

Reliability & Benchmarks

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

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Machine Appendix

Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.

MissingCLAWHUB

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.