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

小葱技能站7w4.net,专业的AI技能分享平台。

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
  • 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