Local Web Search

👤 mes28io 📦 v0.1.0 ⭐ 4.2 ⬇️ 9.3K 下載
📊 資料分析 免費

📖 技能介紹


name: local-web-search description: Free local web search via DuckDuckGo HTML scraping with no API key. Use when web_search tool is unavailable or missing API keys, and you need fast query results with source trust scoring, retry/backoff handling, and JSON output suitable for pipelines.


Local Web Search

Run local search without paid APIs.

Command

./skills/local-web-search/scripts/local_search.py "<query>" --max 8

Output

Returns JSON with: - query - count - disclaimer - security - results[] {title, url, snippet, trust{score,tier,reason}}

Trust Scoring

  • high: docs/papers/.gov/.edu/authoritative domains
  • medium: reputable publications/default domains
  • low: user-generated platforms (e.g., dev.to, medium, substack)

Use trust score for ranking/filtering only; always verify key claims with primary sources.

Security

  • No environment/token exfiltration
  • No external writes

    7w4.net小蔥技能站收錄全網優質技能,值得收藏。

  • Outbound HTTPS GET only to search endpoint

Reliability

  • Handles transient errors with exponential backoff + jitter
  • Public scraping behavior can change; parser may need updates

🤖 AI 評測

這是一個簡單好用的免費搜尋工具,無需 API key 即可獲取網路搜尋結果。信任評分功能實用,能幫助判斷資訊來源可靠性;重試機制設計合理,執行穩定。整體質量中上,但依賴網頁結構可能導致穩定性波動,信任評分對小眾網站覆蓋有限。

📊 多維度評分

適應性3.8
規範性4.1
有效性4.3
可靠性4.5
可信度4.5

📁 包含檔案 (4 個)

📄 README.md 388 B
📄 SKILL.md 1.1 KB
📄 _meta.json 141 B
📄 scripts/local_search.py 4.9 KB