← 返回 Skills 市场
178
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install ollama-web-search-tool
功能描述
使用 Ollama Web Search API 进行网络搜索和网页抓取
安全使用建议
This skill is internally consistent and calls Ollama's official web_search/web_fetch APIs using the OLLAMA_API_KEY you provide. Before installing: 1) ensure you trust the Ollama service and understand that any query text or fetched URLs will be sent to ollama.com; avoid sending sensitive internal URLs or secrets. 2) Store the OLLAMA_API_KEY securely (environment variable) and use a key with limited scope/rotation if possible. 3) Review the included shell script yourself if you want extra assurance (it performs input validation, masks the API key in errors, and removes temporary files). 4) Be aware the skill can be invoked by agents (default behavior) — if you run autonomous agents, limit what queries they can send through third-party APIs.
功能分析
Type: OpenClaw Skill
Name: ollama-web-search-tool
Version: 1.0.2
The skill bundle provides a legitimate interface for searching and fetching web content via the Ollama API. The main script (ollama-web-search.sh) follows security best practices, including input length validation, URL format checking, and a 'safe_error' function that redacts the OLLAMA_API_KEY from error logs. It uses Python for safe JSON construction and parsing to prevent shell injection, and its behavior aligns perfectly with the documentation in SKILL.md and README.md.
能力评估
Purpose & Capability
Name/description, declared requirements (curl, python3, OLLAMA_API_KEY), SKILL.md, README, and the shell script all align: they call https://ollama.com/api/web_search and /api/web_fetch to perform searches and fetch pages.
Instruction Scope
Runtime instructions and the script only build JSON from the provided query/URL, POST it to Ollama endpoints, parse responses, and print results. The instructions do not request unrelated files, other environment variables, or external endpoints beyond ollama.com.
Install Mechanism
No install spec — instruction-only with a shipped bash script. No downloads from untrusted URLs and no archive extraction; risk from install-time behavior is minimal.
Credentials
Only OLLAMA_API_KEY is required and declared as primaryEnv. The script uses that key only to authenticate requests to Ollama and attempts to redact it from error output; no additional secrets or unrelated credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not modify system-wide agent config. It creates a temporary directory for request handling and cleans it up; no persistent storage or elevated privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ollama-web-search-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/ollama-web-search-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Add homepage and metadata fields
v1.0.5
Enhanced metadata: proper credential declaration and env var documentation
v1.0.4
Clean release with proper naming
v1.0.0
Secure Ollama Web Search API wrapper with input validation and error handling
元数据
常见问题
Ollama Web Search 是什么?
使用 Ollama Web Search API 进行网络搜索和网页抓取. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 178 次。
如何安装 Ollama Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ollama-web-search-tool」即可一键安装,无需额外配置。
Ollama Web Search 是免费的吗?
是的,Ollama Web Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ollama Web Search 支持哪些平台?
Ollama Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ollama Web Search?
由 SunnyDoy(@sunnydou)开发并维护,当前版本 v1.0.2。
推荐 Skills