daily-questionsDaily self-improving questionnaire that learns about the user and refines agent behavior. Set up as a cron job to ask questions one at a time with multiple c...
Install via ClawdBot CLI:
clawdbot install daijo-bu/daily-questionsA daily routine that asks the user questions to continuously build understanding and improve agent behavior. Questions are presented one at a time with multiple choice buttons on Telegram for quick tapping.
Create a cron job with a prompt like:
Time for your daily questions. Read the daily-questions SKILL.md, then follow the workflow exactly. Read USER.md and SOUL.md, identify gaps. Ask {N} user questions then {N} agent questions, one at a time with multiple choice buttons. Update the files after each round.
Configurable parameters:
For each question:
message tool:{
"action": "send",
"channel": "telegram",
"to": "<user_telegram_id>",
"message": "**Round 1 β Question 1/3**\n\n<question text here>\n\nA) <option A>\nB) <option B>\nC) <option C>\n\nTap a button or type your own answer:",
"buttons": [
[
{ "text": "A", "callback_data": "dq_r1q1_a" },
{ "text": "B", "callback_data": "dq_r1q1_b" },
{ "text": "C", "callback_data": "dq_r1q1_c" }
],
[
{ "text": "βοΈ Type my own", "callback_data": "dq_r1q1_custom" }
]
]
}
The format is dq_r{round}q{question}_{choice} β e.g., dq_r2q3_b = Round 2, Question 3, option B.
callback_data: dq_r1q1_a (or similar)dq_rXqX_custom: Reply asking them to type their answer, then wait for the next message.references/example-questions.md)NO_REPLY to avoid sending a duplicate plain-text messageAI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection