# Agent Zero Research

> Deep research, analysis, and comparison tasks using Agent Zero Use when this capability is needed.

- Skill: `tomevault-io/agent-zero-research` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/agent-zero-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/agent-zero-research/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/agent-zero-research

---

# Agent Zero Research

## When to Use
User wants deep research, multi-source analysis, comparison studies, or any task that requires browsing the web, reading documents, or synthesizing information from multiple sources.

## How to Handle

1. Identify what the user wants to research or analyze
2. Determine the type: research, comparison, analysis, investigation
3. Delegate to Agent Zero with clear instructions
4. Present findings to the user in a clear, structured format

## API Endpoints

### Submit Research Task
POST http://localhost:8101/tools/research
```json
{
  "query": "Best solar panels for residential use in 2026",
  "depth": "thorough",
  "max_sources": 10
}
```

### Submit General Task
POST http://localhost:8101/tools/task
```json
{
  "task": "Compare Tesla Powerwall vs BYD battery for home storage",
  "context": "User is considering home battery storage"
}
```

### Check Task Status
GET http://localhost:8101/tools/status

## Examples
- "Research the best solar panels" -> research task with depth: thorough
- "Compare Tesla vs BYD" -> comparison task with both items
- "Look into home automation trends" -> research task
- "Analyze my energy usage patterns" -> analysis task

## Important Notes
- Research tasks can take 30-60 seconds to complete
- Always tell the user you're researching and will report back
- Present findings in a clear, structured format
- Cite sources when available
- For comparisons, use a pros/cons or table format

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/jason-easyazz) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

