← 返回 Skills 市场
cndaqiang

Ollama Web Search

作者 cndaqiang · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
813
总下载
1
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install ollama-web-search
功能描述
Web search via Ollama API. Returns relevant results from Ollama web search for AI agents.
使用说明 (SKILL.md)

Ollama Web Search

Web search using Ollama's web_search API.

Search

node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --max-results 10

Options

  • -n \x3Ccount>: Number of results to request (default: 5)
  • --max-results \x3Ccount>: Same as -n

Notes

  • Needs OLLAMA_API_KEY
  • Outputs Ollama API response as JSON
  • Uses POST https://ollama.com/api/web_search
安全使用建议
This skill appears coherent and small, but before installing: ensure you trust the Ollama service and protect your OLLAMA_API_KEY (do not share it). Verify your runtime Node has global fetch (Node 18+ or polyfill) so the script runs correctly. Note the small metadata version mismatch (_meta.json 1.0.0 vs registry 1.0.1) — likely benign but you may want to confirm you have the intended release. If you need stronger guarantees, run the script locally and inspect network traffic to confirm requests only go to https://ollama.com.
功能分析
Type: OpenClaw Skill Name: ollama-web-search Version: 1.0.1 The skill provides a legitimate utility for performing web searches via the Ollama API. The script 'scripts/search.mjs' correctly handles command-line arguments, retrieves the required 'OLLAMA_API_KEY' from the environment, and makes a standard POST request to 'https://ollama.com/api/web_search'. There are no signs of data exfiltration, obfuscation, or malicious instructions.
能力评估
Purpose & Capability
Name/description match the behavior: the script performs a POST to https://ollama.com/api/web_search and requires only OLLAMA_API_KEY and Node.
Instruction Scope
SKILL.md instructs running the included Node script with a query; the script only reads command-line args and OLLAMA_API_KEY, calls the Ollama API, and prints JSON. It does not access unrelated files, other env vars, or external endpoints.
Install Mechanism
No install spec; the package is instruction+single script. Nothing is downloaded or extracted during install and no unusual packages or hosts are referenced.
Credentials
Only OLLAMA_API_KEY is required and declared as the primary credential. No other secrets, tokens, or config paths are requested or used.
Persistence & Privilege
The skill is not forced always-on, does not modify other skills or system config, and uses normal autonomous invocation defaults.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ollama-web-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ollama-web-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add homepage metadata
v1.0.0
Initial release
元数据
Slug ollama-web-search
版本 1.0.1
许可证
累计安装 7
当前安装数 6
历史版本数 2
常见问题

Ollama Web Search 是什么?

Web search via Ollama API. Returns relevant results from Ollama web search for AI agents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 813 次。

如何安装 Ollama Web Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ollama-web-search」即可一键安装,无需额外配置。

Ollama Web Search 是免费的吗?

是的,Ollama Web Search 完全免费(开源免费),可自由下载、安装和使用。

Ollama Web Search 支持哪些平台?

Ollama Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ollama Web Search?

由 cndaqiang(@cndaqiang)开发并维护,当前版本 v1.0.1。

💬 留言讨论