AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Deepscan Monitor

skill-papersflow-ai-papersflow-skills-deepscan-monitor · by papersflow-ai

Run and monitor PapersFlow DeepScan jobs. Use when the user wants long-running research progress, intermediate findings, final reports, or plotting from a completed run.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-papersflow-ai-papersflow-skills-deepscan-monitor

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-papersflow-ai-papersflow-skills-deepscan-monitor)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Deepscan Monitor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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

  1. Use run_deepscan to start the job.
  2. Immediately tell the user that the run is asynchronous.
  3. Poll with get_deepscan_live_snapshot for the best live view of:
  • progress
  • status message
  • checkpoint state
  • top papers
  • partial summary
  • key findings
  1. Fall back to get_deepscan_status if the user only wants lightweight progress checks.
  2. Once finalReportAvailable is true or the run is completed, call get_deepscan_report.
  3. Use summarize_evidence when the user wants a cross-report summary from stored DeepScan history.
  4. Use run_python_plot only 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_snapshot over get_deepscan_status when 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."

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.