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.
Your answers may become long-lived memory about you and may change how the agent behaves later.
The skill stores questionnaire answers in persistent user and agent-behavior files, so those answers can influence future context and agent behavior.
Read USER.md and SOUL.md fully ... update USER.md ... update SOUL.md
Review USER.md and SOUL.md periodically, avoid saving sensitive details you do not want reused, and restrict who can answer the daily questions.
Once configured, the agent may keep messaging you daily until the cron job is changed or removed.
The skill is designed to run as a recurring scheduled routine rather than only on direct manual invocation.
Create a cron job with a prompt like ... Schedule: Default 21:00 daily
Only enable the cron job if you want recurring prompts, and keep a clear way to pause or delete the schedule.
Personal answers may be visible to or retained by the messaging channel according to that channel's normal behavior.
The skill sends questions and receives answers through Telegram, so personal preference data passes through an external messaging channel before being stored.
"channel": "telegram", "to": "<user_telegram_id>"
Verify the Telegram recipient is correct and only use this channel for information you are comfortable sending there.
