research-runs
Kick off research on any topic. Returns a markdown report after ~1 minute of work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Kick off research on any topic. Returns a markdown report after ~1 minute of work.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | research-runs |
| description | Kick off research on any topic. Returns a markdown report after ~1 minute of work. |
| when_to_use | When the user asks to research, investigate, dig into, or summarize current information about a topic. |
Call start_research whenever the user asks you to research, investigate,
summarize the state of, or "go find out about" a topic. Examples:
start_research(query=<user's question>) — the tool is task-augmented, so the
engine will automatically wrap the call, poll for completion, and deliver the
final result. You do not need to manage polling or task IDs yourself.
The tool returns a markdown report. Render it directly to the user; do not restate or re-summarize unless they ask.
The user can watch progress live in the Research app (sidebar → Research → Active). Each run shows its current phase (planning, gathering, writing) and percent complete. If they ask "what's the status?" while a run is active, direct them there — don't poll yourself.
error_message
field and offer to retry with a refined query.