Daily Questions

PassAudited by ClawScan on May 10, 2026.

Overview

The skill is a transparent daily questionnaire, but it will keep running on a schedule and store your answers in files that influence future agent behavior.

Before installing, make sure you are comfortable with a daily scheduled agent asking personal questions over Telegram and saving the answers into files that affect future agent behavior. Review the generated USER.md and SOUL.md content occasionally and know how to disable the cron job.

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

Your answers may become long-lived memory about you and may change how the agent behaves later.

Why it was flagged

The skill stores questionnaire answers in persistent user and agent-behavior files, so those answers can influence future context and agent behavior.

Skill content
Read USER.md and SOUL.md fully ... update USER.md ... update SOUL.md
Recommendation

Review USER.md and SOUL.md periodically, avoid saving sensitive details you do not want reused, and restrict who can answer the daily questions.

What this means

Once configured, the agent may keep messaging you daily until the cron job is changed or removed.

Why it was flagged

The skill is designed to run as a recurring scheduled routine rather than only on direct manual invocation.

Skill content
Create a cron job with a prompt like ... Schedule: Default 21:00 daily
Recommendation

Only enable the cron job if you want recurring prompts, and keep a clear way to pause or delete the schedule.

What this means

Personal answers may be visible to or retained by the messaging channel according to that channel's normal behavior.

Why it was flagged

The skill sends questions and receives answers through Telegram, so personal preference data passes through an external messaging channel before being stored.

Skill content
"channel": "telegram", "to": "<user_telegram_id>"
Recommendation

Verify the Telegram recipient is correct and only use this channel for information you are comfortable sending there.