ddg-search

Search the web via DuckDuckGo Lite using web_fetch without API keys.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/iangcastill0/BetterBlood --skill ddg-search-iangcastill0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ddg-search
Source: https://github.com/iangcastill0/BetterBlood/tree/main/skills/ddg-web-search
Command: npx skills add https://github.com/iangcastill0/BetterBlood --skill ddg-search-iangcastill0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a way to search the web using DuckDuckGo Lite when API keys are unavailable or when a simpler, dependency-free web search is needed.

Core Features & Use Cases

  • API-Key Free Search: Leverages web_fetch to access DuckDuckGo Lite, eliminating the need for API keys.
  • Regional Filtering: Supports searching within specific regions (e.g., US, UK, DE, FR, AU).
  • Use Case: Researching current events or product information without configuring a search API.

Quick Start

Search the web for 'best open source AI models' using DuckDuckGo Lite.

Frequently Asked Questions about ddg-search

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

FAQPage Schema
How can I perform a web search without an API key?

You can perform a web search without an API key by using DuckDuckGo Lite via the web_fetch tool. This approach retrieves titles, URLs, and snippets directly, serving as a zero-dependency fallback when direct web scraping is preferred over configuring search APIs.

How do I get search results and snippets for research queries?

To get search results and snippets for research queries, the Skill accesses DuckDuckGo Lite and extracts titles, URLs, and text snippets. It uses the web_fetch tool to gather this basic web information without requiring any external dependencies.

Can I filter web search results by specific regions like the US or UK?

Yes, you can filter web search results by specific regions like the US, UK, DE, FR, or AU. The DuckDuckGo Lite search supports regional filtering to help narrow down web information gathering to designated geographical areas.

What is the best way to search current events without configuring a search API?

The best way to search current events without configuring a search API is using a zero-dependency web_fetch approach with DuckDuckGo Lite. This method allows you to research current events or product information by directly retrieving search results.

Are there limitations to using DuckDuckGo Lite for information retrieval?

Limitations of using DuckDuckGo Lite for information retrieval include its basic implementation depth and reliance on the web_fetch tool. As a zero-dependency solution, it serves as a simple fallback for missing API keys rather than an advanced scraping system.