web-research

Searches the web via DuckDuckGo and converts pages to Markdown.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/burkhard-ritter/agents --skill web-research-burkhard-ritter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-research
Source: https://github.com/burkhard-ritter/agents/tree/main/skills/web-research
Command: npx skills add https://github.com/burkhard-ritter/agents --skill web-research-burkhard-ritter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires deno, jsr:@b-fuze/deno-dom, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of web research, information lookup, and content retrieval, making it easier to access and process online information.

Core Features & Use Cases

  • Web Search: Search the web using DuckDuckGo and retrieve summarized results with links.
  • Content Fetching: Fetch and read web content from specific URLs in a readable format.
  • Documentation Retrieval: Look up technical documentation and retrieve it in an easily readable format.
  • In-depth Research: Conduct comprehensive research on topics and gather additional context.
  • Fact Verification: Verify facts and gather additional context to ensure accuracy.
  • Use Case: Need to quickly find the documentation for a specific library or verify a fact. Use the skill to search for the information and retrieve the documentation or relevant content.

Quick Start

Search for "AI in healthcare" and fetch the first result for detailed information.

Frequently Asked Questions about web-research

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

FAQPage Schema
How do I fetch web content and convert HTML to Markdown for research?

To fetch web content and convert HTML to Markdown, this Skill uses a custom Deno script with the jsr:@b-fuze/deno-dom library to parse pages and retrieve them in a readable Markdown format.

Can I use DuckDuckGo to search the web and retrieve summarized results with links?

Yes, you can use DuckDuckGo to search the web and retrieve summarized results with links, automating the information lookup process for comprehensive research and fact verification.

Do I need Deno installed to retrieve technical documentation from specific URLs?

Yes, you need Deno and the jsr:@b-fuze/deno-dom library installed to retrieve technical documentation from specific URLs, as the Skill relies on this environment for HTML parsing and conversion.

What's the best way to look up technical documentation and retrieve it in a readable format?

The best way to look up technical documentation is using this Skill to search via DuckDuckGo and fetch the specific URL, converting the web content into an easily readable Markdown format.

What are the limitations of using a custom script for web content retrieval?

Limitations of using this custom script for web content retrieval include dependency on the Deno runtime and the jsr:@b-fuze/deno-dom library, which are required for parsing HTML and converting it to Markdown.