← 返回
效率工具 中文

Pure Search

A lightweight, API-key-free web search skill based on DuckDuckGo and Trafilatura. Returns highly relevant URLs and clean markdown content.
基于DuckDuckGo和Trafilatura的轻量级、免API Key网页搜索技能。返回高度相关的URL和整洁的Markdown内容。
cyecho-io
效率工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 509
下载
💾 3
安装
1
版本
#latest

概述

Pure Search 🔍

A lightweight, robust search skill that requires NO API keys. It uses DuckDuckGo for link retrieval and trafilatura for clean, high-quality markdown extraction.

How It Works

  1. Queries DuckDuckGo for top N links (bypassing commercial API restrictions).
  2. Uses trafilatura to extract only the main content of the web pages, stripping out all navigation bars, footers, sidebars, and ads.
  3. Returns JSON output with search results, containing the title, URL, and the clean markdown body.

Setup

First, make sure the dependencies are installed:

pip install duckduckgo-search trafilatura

Quick Start

# Basic search (Default fetches top 3 results)
./scripts/search.py "Rust vs Go in 2026"

# Advanced search with more results
./scripts/search.py "Latest AI trends" --max-results 5

Output Format

The output is always in a structured JSON format, making it extremely easy for agents to digest:

{
  "query": "Rust vs Go in 2026",
  "results": [
    {
      "title": "A detailed comparison...",
      "url": "https://example.com/article",
      "markdown_content": "## Performance\n... (Pure clean text)"
    }
  ],
  "errors": []
}

Why Pure Search?

  • Zero configuration: Start using without registering tokens.
  • Extreme simplicity: Only one Python script, following the KISS principle.
  • Token friendly: Only sends clean Markdown to the LLM agent, avoiding HTML tags and saving context window limits.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 00:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,862
communication-collaboration

feishuAgentAdd

cyecho-io
Use this skill when users want to add a Feishu agent for OpenClaw, especially when they say things like “帮我增加一个名字叫xxx,用来
★ 0 📥 613
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 439 📥 147,722