{
  "schemaVersion": "1.0",
  "item": {
    "slug": "daily-questions",
    "name": "Daily Questions",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/daijo-bu/daily-questions",
    "canonicalUrl": "https://clawhub.ai/daijo-bu/daily-questions",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/daily-questions",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=daily-questions",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/example-questions.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/daily-questions"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/daily-questions",
    "agentPageUrl": "https://openagent3.xyz/skills/daily-questions/agent",
    "manifestUrl": "https://openagent3.xyz/skills/daily-questions/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/daily-questions/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Daily Questions",
        "body": "A 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."
      },
      {
        "title": "Setup",
        "body": "Create a cron job with a prompt like:\n\nTime 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.\n\nConfigurable parameters:\n\nSchedule: Default 21:00 daily (adjust to user's preferred wind-down time)\nChannel: Telegram (buttons require Telegram inline keyboard support)\nQuestions per round: Default 3 (keep it light)"
      },
      {
        "title": "Workflow",
        "body": "Read USER.md and SOUL.md fully\nIdentify gaps — what topics, preferences, or behaviors aren't covered yet?\nRound 1 (User questions): Ask questions about the user, one at a time (see Question Flow below). After all questions answered, update USER.md — weave answers into existing sections or create new ones. Keep USER.md organized, not a raw Q&A dump.\nRound 2 (Agent questions): Ask questions about agent behavior/communication, same one-at-a-time flow. After all answered, update SOUL.md the same way."
      },
      {
        "title": "Question Flow (One at a Time)",
        "body": "For each question:\n\nGenerate the question and 3 plausible multiple choice answers (A, B, C) tailored to the question. Make the options genuinely different and useful — not throwaway filler.\n\n\nSend the question as a message with 4 inline buttons via the message tool:\n\nButton A: First option\nButton B: Second option\nButton C: Third option\n✏️ Type my own: For custom/granular answers\n\n\n\nSend using the message tool with buttons. Use unique callback IDs per question to avoid conflicts when users tap old buttons:\n\n{\n  \"action\": \"send\",\n  \"channel\": \"telegram\",\n  \"to\": \"<user_telegram_id>\",\n  \"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:\",\n  \"buttons\": [\n    [\n      { \"text\": \"A\", \"callback_data\": \"dq_r1q1_a\" },\n      { \"text\": \"B\", \"callback_data\": \"dq_r1q1_b\" },\n      { \"text\": \"C\", \"callback_data\": \"dq_r1q1_c\" }\n    ],\n    [\n      { \"text\": \"✏️ Type my own\", \"callback_data\": \"dq_r1q1_custom\" }\n    ]\n  ]\n}\n\nThe format is dq_r{round}q{question}_{choice} — e.g., dq_r2q3_b = Round 2, Question 3, option B.\n\nWait for the response. The user will either:\n\nTap a button → you receive callback_data: dq_r1q1_a (or similar)\nType a free-text answer directly (treat as custom)\n\n\n\nIf the callback doesn't match the current question (e.g., user tapped an old button), ignore it and keep waiting for the correct response.\n\n\nIf dq_rXqX_custom: Reply asking them to type their answer, then wait for the next message.\n\n\nRecord the answer, then move to the next question.\n\n\nAfter all questions in the round are answered, update the relevant file (USER.md or SOUL.md)."
      },
      {
        "title": "Question Quality Guidelines",
        "body": "Vary topics — rotate through categories (see references/example-questions.md)\nGo deeper — if USER.md says \"likes cooking,\" ask what cuisine, skill level, favorite dish\nStay casual — conversational tone, not an interview\nNo repeats — never ask about something already well-documented\nMix fun and practical — alternate between lighthearted and useful questions\nGood multiple choice options — make them realistic and distinct. Draw from common preferences, not absurd extremes. The options should feel like plausible answers a real person would give."
      },
      {
        "title": "Important Notes",
        "body": "One question at a time — never batch questions into a single message\nAlways use inline buttons on Telegram — this is the primary interaction method\nInclude the question text AND options in the message body so the user can read everything before tapping\nLabel rounds and progress (e.g., \"Round 1 — Question 2/3\") so the user knows where they are\nAfter sending buttons via the message tool, respond with NO_REPLY to avoid sending a duplicate plain-text message"
      }
    ],
    "body": "Daily Questions\n\nA 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.\n\nSetup\n\nCreate a cron job with a prompt like:\n\nTime 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.\n\n\nConfigurable parameters:\n\nSchedule: Default 21:00 daily (adjust to user's preferred wind-down time)\nChannel: Telegram (buttons require Telegram inline keyboard support)\nQuestions per round: Default 3 (keep it light)\nWorkflow\nRead USER.md and SOUL.md fully\nIdentify gaps — what topics, preferences, or behaviors aren't covered yet?\nRound 1 (User questions): Ask questions about the user, one at a time (see Question Flow below). After all questions answered, update USER.md — weave answers into existing sections or create new ones. Keep USER.md organized, not a raw Q&A dump.\nRound 2 (Agent questions): Ask questions about agent behavior/communication, same one-at-a-time flow. After all answered, update SOUL.md the same way.\nQuestion Flow (One at a Time)\n\nFor each question:\n\nGenerate the question and 3 plausible multiple choice answers (A, B, C) tailored to the question. Make the options genuinely different and useful — not throwaway filler.\n\nSend the question as a message with 4 inline buttons via the message tool:\n\nButton A: First option\nButton B: Second option\nButton C: Third option\n✏️ Type my own: For custom/granular answers\n\nSend using the message tool with buttons. Use unique callback IDs per question to avoid conflicts when users tap old buttons:\n\n{\n  \"action\": \"send\",\n  \"channel\": \"telegram\",\n  \"to\": \"<user_telegram_id>\",\n  \"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:\",\n  \"buttons\": [\n    [\n      { \"text\": \"A\", \"callback_data\": \"dq_r1q1_a\" },\n      { \"text\": \"B\", \"callback_data\": \"dq_r1q1_b\" },\n      { \"text\": \"C\", \"callback_data\": \"dq_r1q1_c\" }\n    ],\n    [\n      { \"text\": \"✏️ Type my own\", \"callback_data\": \"dq_r1q1_custom\" }\n    ]\n  ]\n}\n\n\nThe format is dq_r{round}q{question}_{choice} — e.g., dq_r2q3_b = Round 2, Question 3, option B.\n\nWait for the response. The user will either:\n\nTap a button → you receive callback_data: dq_r1q1_a (or similar)\nType a free-text answer directly (treat as custom)\n\nIf the callback doesn't match the current question (e.g., user tapped an old button), ignore it and keep waiting for the correct response.\n\nIf dq_rXqX_custom: Reply asking them to type their answer, then wait for the next message.\n\nRecord the answer, then move to the next question.\n\nAfter all questions in the round are answered, update the relevant file (USER.md or SOUL.md).\n\nQuestion Quality Guidelines\nVary topics — rotate through categories (see references/example-questions.md)\nGo deeper — if USER.md says \"likes cooking,\" ask what cuisine, skill level, favorite dish\nStay casual — conversational tone, not an interview\nNo repeats — never ask about something already well-documented\nMix fun and practical — alternate between lighthearted and useful questions\nGood multiple choice options — make them realistic and distinct. Draw from common preferences, not absurd extremes. The options should feel like plausible answers a real person would give.\nImportant Notes\nOne question at a time — never batch questions into a single message\nAlways use inline buttons on Telegram — this is the primary interaction method\nInclude the question text AND options in the message body so the user can read everything before tapping\nLabel rounds and progress (e.g., \"Round 1 — Question 2/3\") so the user knows where they are\nAfter sending buttons via the message tool, respond with NO_REPLY to avoid sending a duplicate plain-text message"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/daijo-bu/daily-questions",
    "publisherUrl": "https://clawhub.ai/daijo-bu/daily-questions",
    "owner": "daijo-bu",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/daily-questions",
    "downloadUrl": "https://openagent3.xyz/downloads/daily-questions",
    "agentUrl": "https://openagent3.xyz/skills/daily-questions/agent",
    "manifestUrl": "https://openagent3.xyz/skills/daily-questions/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/daily-questions/agent.md"
  }
}