← 返回 Skills 市场
7900
总下载
1
收藏
23
当前安装
1
版本数
在 OpenClaw 中安装
/install local-web-search-skill
功能描述
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 resu...
安全使用建议
Safe for ordinary searches. Do not put secrets, credentials, private customer data, or confidential business details into search queries, because the query text is sent to DuckDuckGo. Treat returned snippets as untrusted web content and verify important claims from primary sources.
功能分析
Type: OpenClaw Skill
Name: local-web-search-skill
Version: 0.1.0
The skill bundle is benign. The `SKILL.md` clearly states the purpose and security properties, which are fully upheld by the `scripts/local_search.py` code. The Python script performs web scraping of DuckDuckGo, making outbound HTTPS GET requests only to `duckduckgo.com`, without reading environment variables, sensitive files, or performing any external writes. Input sanitization is correctly handled via `urllib.parse.quote` for the search query, and there are no signs of malicious execution, data exfiltration, persistence, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The stated purpose is local web search, and the Python helper implements a DuckDuckGo HTML search, parses results, and returns JSON with titles, URLs, snippets, and trust labels.
Instruction Scope
Returned snippets and titles are untrusted web content, but the skill tells users to verify key claims with primary sources and does not instruct the agent to treat results as commands.
Install Mechanism
There is no installer, dependency setup, post-install hook, or hidden execution path; the bundle is documentation plus one Python helper. The frontmatter does not formally declare network permission, but the network behavior is described in the artifact.
Credentials
Outbound HTTPS search requests are proportionate to the purpose. The reviewed code does not read environment variables, credentials, local files, or session/profile stores.
Persistence & Privilege
No persistence, background worker, privilege escalation, local writes, destructive behavior, or account mutation is evidenced.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install local-web-search-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/local-web-search-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of local-web-search skill.
- Enables free local web search using DuckDuckGo HTML scraping; no API key required.
- Provides JSON output with query, result count, disclaimers, security notes, and results including trust scores.
- Implements trust scoring to rate result reliability; encourages primary source verification.
- Designed with security best practices: only outbound HTTPS GET, no token/exfiltration risks.
- Includes error handling with retry, exponential backoff, and jitter for reliability.
元数据
常见问题
Local Web Search 是什么?
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 resu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 7900 次。
如何安装 Local Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install local-web-search-skill」即可一键安装,无需额外配置。
Local Web Search 是免费的吗?
是的,Local Web Search 完全免费(开源免费),可自由下载、安装和使用。
Local Web Search 支持哪些平台?
Local Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Local Web Search?
由 mes(@mes28io)开发并维护,当前版本 v0.1.0。
推荐 Skills