Daily Devotion

PassAudited by ClawScan on May 1, 2026.

Overview

This devotion skill is coherent and purpose-aligned, with minor notes around its optional npm helper, fixed external Bible-verse API call, and use of existing user context for personalization.

This skill appears safe to use as an instruction-only daily devotion generator. Be aware that it may call the OurManna API for the verse, may personalize output using context the agent already has about you, and includes optional npm/npx helper commands that should be reviewed before running.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the user runs the optional npm or npx command, they will execute code from an external package rather than only following the instruction-only skill.

Why it was flagged

The skill offers optional npm/npx helper installation and execution. This is purpose-aligned, but the helper code is not part of the provided artifact set, so users should treat it as third-party code to verify before running.

Skill content
Install the helper scripts from npm:

npm install daily-devotion-skill

Or use directly with npx:

npx daily-devotion-skill
Recommendation

Use the direct documented API workflow if you do not need the helper, or review the npm package and repository provenance before installing or running it.

What this means

Using the skill may contact the OurManna service to fetch the daily verse.

Why it was flagged

The skill instructs the agent to make a fixed external API request to retrieve the verse of the day. The call is disclosed and aligned with the skill's purpose, and the documented request does not include user data.

Skill content
GET https://beta.ourmanna.com/api/v1/get?format=json&order=daily
Recommendation

Proceed if you are comfortable with this external Bible-verse API call; avoid adding personal data to the request unless explicitly intended.

What this means

The devotion may reference or be influenced by personal details already known to the agent.

Why it was flagged

The skill may use existing user context or profile information to personalize the devotion. This is expected for a personalized devotion skill, but users should understand that personal context may shape the generated message.

Skill content
**Personalize**: Tailor to the verse theme and user's known context/profile
Recommendation

Use personalization only to the level you are comfortable with, and avoid providing highly sensitive personal details unless you want them reflected in the devotional content.