web-research-external

Search external libraries and web sources to generate structured markdown or YAML research documents.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/DojoGenesis/gateway --skill web-research-external
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-research-external
Source: https://github.com/DojoGenesis/gateway/tree/main/plugins/continuous-learning/skills/web-research-external
Command: npx skills add https://github.com/DojoGenesis/gateway --skill web-research-external

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Researchers and developers need up‑to‑date, structured information from external sources such as library documentation, web articles, and API references, but manually gathering and formatting this data is time‑consuming and error‑prone.

Core Features & Use Cases

  • Library Documentation Search: Retrieves official docs, changelogs, and example code for a specified package.
  • Best‑Practices & Comparison: Finds current industry recommendations, common pitfalls, and side‑by‑side evaluations of alternative tools.
  • Flexible Output Formats: Produces a chat summary, a dated markdown research document, or a YAML handoff ready for downstream coding agents.
  • Use Cases: Learning a new framework, deciding between competing technologies, or preparing implementation notes before writing code.

Quick Start

Ask the web‑research‑external skill to research “Prisma ORM connection pooling” with focus on library and output a markdown document.

Frequently Asked Questions about web-research-external

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I research external library documentation and API references?

To research external library documentation, search official docs, changelogs, and API references to generate a structured research document. This retrieves up-to-date example code and implementation details for a specified package automatically.

What is the best way to compare alternative frameworks and find best practices?

To compare alternative frameworks and find best practices, query web sources for current industry recommendations, common pitfalls, and side-by-side evaluations. This generates a concise report detailing competing technologies.

Can I output web research results as a YAML handoff for downstream coding agents?

Yes, you can output web research results as a YAML handoff for downstream coding agents. The research process supports flexible output formats including chat summaries, dated markdown documents, or structured YAML files.

Do I need web search and fetching tools to generate external research reports?

Yes, you need web search and fetching tools to generate external research reports. Optional file system access is also supported if you want to write the final markdown or YAML handoff files directly to disk.

How do I prepare implementation notes before writing code for a new package?

Prepare implementation notes before writing code by gathering external web sources, library documentation, and API references into a structured markdown document. This consolidates current best practices and technical details into a single handoff file.