Jump to related tools in the same category or review the original source on GitHub.

Web & Frontend Development @neobotjan2026 Updated 6/28/2026 4,485 downloads 7 stars Security: Pass

Neo Ddg Search OpenClaw Plugin & Skill | ClawHub

Looking to integrate Neo Ddg Search into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate web & frontend development tasks instantly, without having to write custom tools from scratch.

What this skill does

Search the web using DuckDuckGo. Free, no API key required. Use when the user asks to search the web, look something up, find information online, research a topic, or when you need to find current information that isn't in your training data. Also use when web_search tool is unavailable or has no API key configured.

Install

ClawHub CLI
openclaw skills install @neobotjan2026/neo-ddg-search
Node.js (npx)
npx clawhub@latest install neo-ddg-search

Full SKILL.md

Open original
Metadata table.
namedescription
ddg-searchSearch the web using DuckDuckGo. Free, no API key required. Use when the user asks to search the web, look something up, find information online, research a topic, or when you need to find current information that isn't in your training data. Also use when web_search tool is unavailable or has no API key configured.

SKILL.md content below is scrollable.

DuckDuckGo Web Search

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

Quick Usage

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

# 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
ClawHub Registry URL: https://clawhub.ai/neobotjan2026/skills/neo-ddg-search

Related skills

If this matches your use case, these are close alternatives in the same category.