✓ Verified 💻 Development ✓ Enhanced Data

Neo Ddg Search

Search the web using DuckDuckGo.

Rating
4.9 (206 reviews)
Downloads
552 downloads
Version
1.0.0

Overview

Search the web using DuckDuckGo.

Complete Documentation

View Source →

DuckDuckGo Web Search

Search the web via DuckDuckGo using the ddgs Python library. No API key needed.

Quick Usage

bash
python3 skills/ddg-search/scripts/search.py "your search query" [count]
  • query (required): Search terms
  • count (optional): Number of results, default 5, max 20

Output Format

Each result includes:

  • Title — Page title
  • URL — Direct link
  • Snippet — Text excerpt

Examples

bash
# Basic search
python3 skills/ddg-search/scripts/search.py "latest AI news"

# More results
python3 skills/ddg-search/scripts/search.py "Python async tutorial" 10

Follow-up

After searching, use web_fetch to read full content from any result URL.

Dependencies

  • ddgs Python package (install: pip install --break-system-packages ddgs)

Limitations

  • Unofficial scraping — may break if DuckDuckGo changes their frontend
  • Rate limits possible under heavy use
  • English-biased results by default

Installation

Terminal bash

openclaw install neo-ddg-search
    
Copied!

💻Code Examples

python3 skills/ddg-search/scripts/search.py "your search query" [count]

python3-skillsddg-searchscriptssearchpy-your-search-query-count.txt
- `query` (required): Search terms
- `count` (optional): Number of results, default 5, max 20

## Output Format

Each result includes:
- **Title** — Page title
- **URL** — Direct link
- **Snippet** — Text excerpt

## Examples
example.sh
# Basic search
python3 skills/ddg-search/scripts/search.py "latest AI news"

# More results
python3 skills/ddg-search/scripts/search.py "Python async tutorial" 10

Tags

#web_and-frontend-development #web

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author neobotjan2026
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install neo-ddg-search