neo-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.
Install via ClawdBot CLI:
clawdbot install neobotjan2026/neo-ddg-searchSearch the web via DuckDuckGo using the ddgs Python library. No API key needed.
python3 skills/ddg-search/scripts/search.py "your search query" [count]
query (required): Search termscount (optional): Number of results, default 5, max 20Each result includes:
# 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
After searching, use web_fetch to read full content from any result URL.
ddgs Python package (install: pip install --break-system-packages ddgs)Generated Mar 1, 2026
Startups can use this skill to gather competitive intelligence, track industry trends, and identify potential partners or customers by searching for recent news, company information, and market reports. It helps in making data-driven decisions without the cost of premium research tools.
Students and researchers can leverage this skill to find up-to-date articles, papers, and resources for their studies, especially when access to academic databases is limited. It supports quick information retrieval for literature reviews or fact-checking.
Content creators and journalists can use the skill to source current events, verify facts, and gather background information for articles or reports. It enables efficient research for timely topics without relying on paid news services.
Support teams can integrate this skill to quickly find solutions, troubleshooting guides, or product information online when assisting customers. It reduces response times by providing access to external knowledge bases.
Individuals can use the skill for DIY projects, learning new skills, or exploring hobbies by searching for tutorials, guides, and community forums. It offers a free way to access diverse information sources for personal growth.
Offer basic web search functionality for free within a larger platform, then charge for advanced features like analytics, saved searches, or API access. This attracts users with no upfront cost and monetizes through premium upgrades.
Use the search results to compile reports, trends, or summaries that are sold to businesses for market analysis. This adds value by processing raw data into actionable insights for clients.
License the skill to educational institutions or e-learning platforms as a research tool for students and teachers. It can be bundled with other educational software to enhance learning experiences.
💬 Integration Tip
Integrate this skill by calling the search script via subprocess in Python and parsing JSON output, ensuring error handling for rate limits or API changes. Use it as a fallback when primary web search tools fail.
Summarize URLs or files with the summarize CLI (web, PDFs, images, audio, YouTube).
AI-optimized web search via Tavily API. Returns concise, relevant results for AI agents.
This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
Search indexed Discord community discussions via Answer Overflow. Find solutions to coding problems, library issues, and community Q&A that only exist in Discord conversations.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.