# Deep Research

> Conduct thorough multi-source research on any topic. Use when the user needs in-depth analysis, comparison, or investigation of a subject.

- **Type:** Skill
- **Install:** `agentstack add skill-jansenanalytics-claudex-deep-research`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [JansenAnalytics](https://agentstack.voostack.com/s/jansenanalytics)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [JansenAnalytics](https://github.com/JansenAnalytics)
- **Source:** https://github.com/JansenAnalytics/claudex/tree/main/skills/deep-research

## Install

```sh
agentstack add skill-jansenanalytics-claudex-deep-research
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Deep Research Skill

When given a research task:

1. **Decompose the question** into 3-5 sub-questions
2. **Search multiple sources** for each sub-question using Bash + curl
3. **Cross-reference findings** across sources
4. **Synthesize** into a structured report with:
   - Executive summary (3-5 sentences)
   - Key findings (bullet points)
   - Detailed analysis (organized by sub-topic)
   - Sources cited
   - Confidence level and caveats

## Search Methods
```bash
# DuckDuckGo (no API key needed)
curl -s "https://html.duckduckgo.com/html/?q=QUERY" | grep -oP '(?]*>//g' | head -200

# Wikipedia API
curl -s "https://en.wikipedia.org/api/rest_v1/page/summary/TOPIC"
```

## Quality Standards
- Never present a single source as definitive
- Flag conflicting information explicitly
- Distinguish facts from opinions
- Include dates/recency of information
- Rate overall confidence: HIGH / MEDIUM / LOW

## Source & license

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

- **Author:** [JansenAnalytics](https://github.com/JansenAnalytics)
- **Source:** [JansenAnalytics/claudex](https://github.com/JansenAnalytics/claudex)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-jansenanalytics-claudex-deep-research
- Seller: https://agentstack.voostack.com/s/jansenanalytics
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
