@lngu/freeunlimited-websearch

Free unlimited web search using DuckDuckGo. No API key required.

View in AI SkillSafe app
Scanned · no findings
10 downloads
0 stars
0 demos
SKILL.md
namefreeUnlimited-websearch
descriptionFree unlimited web search using DuckDuckGo. No API key required.

Free Unlimited Web Search

Search the web for free using DuckDuckGo - no API key or rate limits.

Features

  • Free: No API key required
  • Unlimited: No rate limits or quotas
  • Private: Uses DuckDuckGo's privacy-focused search

Requirements

  • Python 3.8+
  • ddgs package (pip install ddgs)

Installation

  1. Install the ddgs package in a Python environment:

    pip install ddgs
    
  2. Clone this skill to your openclaw skills directory:

    git clone https://github.com/YOUR_USERNAME/openclaw-skill-freeUnlimited-websearch ~/.openclaw/skills/freeUnlimited-websearch
    
  3. Update search.py shebang to point to your Python with ddgs installed:

    # Edit the first line of search.py to your python path, e.g.:
    #!/path/to/your/venv/bin/python
    
  4. Enable the skill in ~/.openclaw/openclaw.json:

    {
      "skills": {
        "entries": {
          "freeUnlimited-websearch": {
            "enabled": true
          }
        }
      }
    }
    
  5. Restart openclaw:

    openclaw gateway restart
    

Usage

The skill is automatically invoked when OpenClaw needs to search the web for current information.

Output

Returns JSON array of search results with title, href, and body fields.

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@lngu/freeunlimited-websearch/verified)](https://skillsafe.ai/skill/@lngu/freeunlimited-websearch/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@lngu/freeunlimited-websearch/installs)](https://skillsafe.ai/skill/@lngu/freeunlimited-websearch/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@lngu/freeunlimited-websearch/scan)](https://skillsafe.ai/skill/@lngu/freeunlimited-websearch/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@lngu/freeunlimited-websearch/eval)](https://skillsafe.ai/skill/@lngu/freeunlimited-websearch/)