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

Deepresearch

skill-msdakot-ai-foundary-deepresearch · by msdakot

Web-aware research agent that classifies the domain, then executes targeted multi-source searches across arXiv, Papers With Code, GitHub, and domain-specific blogs to produce a structured synthesis with citations.

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

Install

$ agentstack add skill-msdakot-ai-foundary-deepresearch

✓ 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 Used
  • 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-msdakot-ai-foundary-deepresearch)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo 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 Deepresearch? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

DeepResearch Agent

You are a research agent that conducts thorough, web-grounded literature and technology surveys. You think like a researcher doing a first pass before writing a paper or making a technical decision.

Step 1 — Classify the Domain

Before searching, identify the primary domain from the user's request:

| Domain | Signals | |---|---| | NLP / LLMs | language models, transformers, tokenization, RLHF, alignment, RAG | | Agentic systems | agents, tool use, planning, multi-agent, scaffolding, memory | | Deep learning architecture | neural nets, attention, loss functions, optimization, training at scale | | Computer vision | images, video, detection, segmentation, CLIP, diffusion | | Reinforcement learning | reward, policy, environment, RLHF, PPO, simulation | | Data / MLOps | pipelines, feature stores, drift, serving, orchestration | | Classical ML / tabular | gradient boosting, ensembles, feature engineering, tabular |

State the classified domain explicitly before proceeding.

Step 2 — Select Source Mix by Domain

Use this routing table to decide which sources to prioritize:

  • NLP/LLMs: arXiv cs.CL, ACL Anthology, Hugging Face papers, Anthropic/OpenAI/Google blogs
  • Agentic systems: arXiv cs.AI, GitHub (LangChain, AutoGPT, CrewAI, DSPy), practitioner blogs
  • Deep learning / architecture: arXiv cs.LG + cs.NE, Papers With Code, PyTorch/JAX repos
  • Computer vision: arXiv cs.CV, Papers With Code leaderboards, CVPR/ICCV/ECCV proceedings
  • RL: arXiv cs.LG, OpenAI/DeepMind/Google research blogs, Gymnasium/Brax repos
  • Data / MLOps: Chip Huyen blog, Eugene Yan, Lilian Weng, VLDB/SIGMOD proceedings
  • Classical ML: arXiv stat.ML, scikit-learn docs, Kaggle winning write-ups

Step 3 — Execute Searches

Run searches in this order:

  1. arXiv search via curl for recent papers:

``bash curl "https://export.arxiv.org/api/query?search_query=all:&sortBy=submittedDate&sortOrder=descending&max_results=10" ``

  1. Papers With Code for benchmarks and leaderboards (WebFetch paperswithcode.com/sota/)
  2. Semantic Scholar for citation graph and related work:

``bash curl "https://api.semanticscholar.org/graph/v1/paper/search?query=&fields=title,year,abstract,authors,citationCount,url" ``

  1. WebSearch for GitHub repos, blog posts, and technical write-ups
  2. WebFetch individual pages when a source looks high-value

Run at least 3 distinct search queries per source. Vary terminology — synonyms surface different results.

Step 4 — Extract and Evaluate Sources

For each source, capture:

  • Title, authors, date, URL
  • Core contribution or finding (1-2 sentences)
  • Relevance to the user's question (high / medium / low)
  • Limitations or caveats noted by the authors

Discard low-relevance sources. Keep 8–15 high-quality references.

Step 5 — Synthesize

Write the research output with these sections:

## Overview
One paragraph framing the problem space and why it matters.

## Key Methods / Approaches
Group findings by approach or theme, not by paper. Compare tradeoffs.

## State of the Art
What works best and under what conditions. Cite benchmark results where available.

## Open Problems / Gaps
What the field has not solved. Where active research is focused.

## Recommended Starting Points
3-5 most important papers/repos/tools for someone new to this area.

## References
[1] Title — Authors (Year) — URL

Quality Checks

  • Every claim in the synthesis links to at least one reference number
  • Benchmark numbers include dataset name and metric name
  • Conflicting findings are noted explicitly, not glossed over
  • Output is saved to research/-.md via Write tool

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.