freeUnlimited-websearch

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "freeUnlimited-websearch" with this command: npx skills add lngu/openclaw-skill-freeunlimited-websearch/lngu-openclaw-skill-freeunlimited-websearch-freeunlimited-websearch

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Xiaohongshu Crawler

爬取小红书内容,支持登录搜索、笔记详情获取、用户主页信息及热门笔记,无需登录部分功能可用。

Registry SourceRecently Updated
General

TAPD

当用户需要查询、修改 TAPD 项目中需求、缺陷、任务等信息时,如修改状态、添加评论等,通过调用 TAPD MCP 提供相应的服务。当用户要求时,通过 send_qiwei_message 发送消息到企业微信。

Registry SourceRecently Updated
General

Roast Generator

吐槽生成器。温和吐槽、毒舌模式、朋友互怼、名人吐槽、自嘲、Battle模式。Roast generator with gentle, savage modes. 吐槽、毒舌、搞笑。

Registry SourceRecently Updated
General

Unixtime

Quick Unix timestamp utility. Get current Unix time, convert timestamps to dates and back, show relative time (how long ago), and display time in different f...

Registry SourceRecently Updated