web-research

Plan, delegate, and synthesize web research findings into a report.

19|1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/owenliang/deepagent --skill web-research-owenliang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-research
Source: https://github.com/owenliang/deepagent/tree/main/libs/deepagents-cli/examples/skills/web-research
Command: npx skills add https://github.com/owenliang/deepagent --skill web-research-owenliang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to conducting comprehensive web research by orchestrating subagents (via the task tool) to plan, delegate, and synthesize findings, saving time and improving reliability on research-heavy tasks.

Core Features & Use Cases

  • Research planning: Create a plan and subtopics before delegation.
  • Subagent delegation: Spawn up to 3 subagents in parallel to gather findings.
  • Synthesis: Aggregate and synthesize findings into a final report.

Quick Start

Use the web-research skill to initiate a structured web research session. Commands and steps live in the SKILL body; to get started, run the subagent workflow via task, then read results from local files like research_[topic_name]/findings_*.md. Example:

  • Create plan: mkdir research_[topic_name]
  • Spawn subagents: task "Research [SUBTOPIC]." and write findings to research_[topic_name]/findings_[subtopic].md