web-search

Search the web via DuckDuckGo without API keys.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/joneqian/EvoClaw --skill web-search-joneqian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/joneqian/EvoClaw/tree/main/packages/core/src/skill/bundled/web-search
Command: npx skills add https://github.com/joneqian/EvoClaw --skill web-search-joneqian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Searching the web for up-to-date information, official sources, and media without code or API keys is cumbersome and time-consuming.

Core Features & Use Cases

  • Web, News, Images, and Videos search using a DuckDuckGo-based interface to return results in text, markdown, or JSON formats.
  • Fine-grained filters: time-range, region, safe-search, and result count to tailor output for research, due diligence, or quick lookups.
  • Use case examples: research a topic, fact-check a claim with recent sources, or curate a list of resources with titles and URLs.

Quick Start

To get an immediate result, ask for a quick web search on your topic and specify the desired output format.

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I search the web for current information without an API key?

You can conduct a web search for current information without an API key by using a DuckDuckGo-based interface that requires no authentication. It allows you to retrieve up-to-date web pages, news, images, and videos directly.

How do I fact-check a claim using recent web sources?

To fact-check a claim with recent web sources, perform a targeted search using time-range filters. This returns relevant news articles and web pages, providing the necessary URLs and titles to verify the information.

Can I get web search results formatted as JSON or markdown?

Yes, web search results can be returned in text, markdown, or JSON formats. You simply specify your desired output format when making the query to receive structured titles and URLs.

What is the best way to filter web search results by region and time?

The best way to filter web search results by region and time is to use the built-in fine-grained filters. These options allow you to narrow down queries to specific geographical areas and date ranges for tailored research.

Do I need a Python environment to run web searches for research?

Yes, a Python environment is required because the web search workflow is Python-based. This implementation handles the backend queries to DuckDuckGo and processes the returned search outputs.

What are the limitations of using DuckDuckGo for fact-checking research?

A limitation of using DuckDuckGo for fact-checking research is that it relies on a non-API interface, which may restrict result count or face rate limits. Safe search and region filters help manage but do not eliminate these constraints.