Deepscan Monitor
/install deepscan-monitor
DeepScan Monitor
Use this skill when the user wants Claude to manage a longer-running PapersFlow research workflow instead of a single search call.
Workflow
- Use
run_deepscanto start the job. - Immediately tell the user that the run is asynchronous.
- Poll with
get_deepscan_live_snapshotfor the best live view of:- progress
- status message
- checkpoint state
- top papers
- partial summary
- key findings
- Fall back to
get_deepscan_statusif the user only wants lightweight progress checks. - Once
finalReportAvailableis true or the run is completed, callget_deepscan_report. - Use
summarize_evidencewhen the user wants a cross-report summary from stored DeepScan history. - Use
run_python_plotonly after you have stable report data worth plotting.
Important Behavior
- Do not imply the MCP server will push completion notifications into Claude automatically.
- Poll deliberately and explain that the run is being checked.
- Prefer
get_deepscan_live_snapshotoverget_deepscan_statuswhen the user wants richer live information. - If a report is not ready yet, say that clearly and keep the next action obvious.
Progress Update Style
When a run is still active, summarize:
- current status
- progress percentage
- current stage or status message
- any checkpoint question
- notable live papers
- key findings if available
Keep updates brief unless the user asks for more detail.
Plotting Guidance
Use run_python_plot only for meaningful visualizations after you have stable report outputs, for example:
- papers by year
- citation distribution
- venue distribution
- grouped comparison across a small number of finished runs
Do not generate plots for sparse or obviously low-quality data without saying so.
Examples
- User asks: "Run a DeepScan on evaluation benchmarks for agentic retrieval systems and keep me posted."
- User asks: "Check how my DeepScan is progressing and tell me the key findings so far."
- User asks: "The run is finished, summarize the final report and plot papers by year."
- User asks: "Summarize the evidence from my recent DeepScan reports on protein structure prediction."
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install deepscan-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/deepscan-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Deepscan Monitor 是什么?
Run and monitor PapersFlow DeepScan jobs. Use when the user wants long-running research progress, intermediate findings, final reports, or plotting from a co... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 240 次。
如何安装 Deepscan Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install deepscan-monitor」即可一键安装,无需额外配置。
Deepscan Monitor 是免费的吗?
是的,Deepscan Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Deepscan Monitor 支持哪些平台?
Deepscan Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Deepscan Monitor?
由 PapersFlow(@papersareflowing)开发并维护,当前版本 v0.1.0。