Install
openclaw skills install @mozi1924/research-queueStructured background research queue for unresolved technical, product, algorithmic, mathematical, and workflow questions. Use when the user wants to capture open questions in QUESTIONS.md, investigate them over time, run bounded web/local experiments, update queue state, or build an autonomous cron-driven research loop with strict evidence and completion tracking.
openclaw skills install @mozi1924/research-queueUse this skill when work produces unresolved questions that deserve deliberate investigation instead of ad-hoc guessing.
QUESTIONS.md.references/queue-format.md.open question with the strongest practical value.done or wontfix, move the entire question block from ## Active Questions to ## Completed Questions in the same edit pass.memory/YYYY-MM-DD.md when they are worth remembering.Choose the lightest method that can answer the question:
web_search for fast grounded searchweb_fetch for reading specific pagesbrowser only when a real browser is neededread for local docs/config/codeexec for bounded local experiments, scripts, benchmarks, math checks, and repro stepsAllowed local coding includes short Python, Rust, JavaScript, or shell experiments when they directly help answer the selected question.
done without a concrete conclusion or result.done or wontfix, move it out of ## Active Questions immediately; do not leave completed items in the active section.completedAt in the future relative to the current run.Use only these statuses in QUESTIONS.md:
open — not started yetinvestigating — currently being workedblocked — cannot finish without missing input/access/timedone — answered well enough for nowwontfix — intentionally droppedIf QUESTIONS.md does not exist:
references/queue-format.md.QUESTIONS.md from the canonical template.Prefer OpenClaw cron when the user wants this queue processed automatically.
cron tool, not Unix crontab.references/automation.md.A finished question should leave behind:
## Completed Questionsreferences/queue-format.mdreferences/automation.md