Daily Wisdom

PassAudited by ClawScan on May 1, 2026.

Overview

Daily Wisdom appears to be a coherent prompt-only skill for scheduled historical stories, with ordinary cautions around cron persistence, web research, external message delivery, and a small history file.

This looks reasonable for a daily storytelling skill. Before installing, choose the cron schedule and message destination carefully, keep the history file clean and non-sensitive, and make sure any web-search or chat-posting tools are limited to the intended use.

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

The agent may browse external sources before composing the daily story.

Why it was flagged

The skill discloses that the agent should use web search as part of the content-generation workflow. This is purpose-aligned, but it means retrieved web content may influence the generated message.

Skill content
RESEARCH FIRST: Before writing, use web search to verify
Recommendation

Ensure the agent treats search results as references, not as instructions, and review any automated posting workflow before enabling it.

What this means

Anything placed in the history file may affect future daily messages.

Why it was flagged

The skill uses a persistent history file as future prompt context to avoid repeats. This is expected for the purpose, but persistent context can steer later outputs if edited with unintended content.

Skill content
Reads the **history file** to see what's been covered ... Appends today's topic to the history file
Recommendation

Keep the history file limited to covered topics, avoid storing personal or sensitive data there, and periodically review it for unexpected instructions or content.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

Once configured, the skill may keep sending daily messages to the selected channel until the schedule is changed or removed.

Why it was flagged

The skill is intended to run on a recurring schedule and send messages without a fresh manual request each day. This persistence is disclosed and aligned with the purpose.

Skill content
Set it up as a cron skill for automated daily messages to WhatsApp, Telegram, Slack, or Discord.
Recommendation

Confirm the destination channel, posting time, and disable/removal procedure before enabling the cron job.