← 返回 Skills 市场
prantikmedhi

Free Web Browser

作者 Prantik Medhi · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
118
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install free-web-browser
功能描述
Browse web through OpenClaw web_search and web_fetch with Ollama as search provider, no external API key required. Use when user asks to search web, verify c...
使用说明 (SKILL.md)

Free Web Browser

Use web_search for discovery, then web_fetch for page content.

Quick workflow

  1. Rewrite vague request into concrete search query.
  2. Run web_search first.
  3. Pick 1 to 3 promising URLs.
  4. Run web_fetch on source pages you actually need.
  5. Cross-check important claims across more than one source.
  6. Summarize findings with links, caveats, and date sensitivity when relevant.

Query patterns

Prefer short, specific queries.

  • Current fact: site:docs.openclaw.ai web_search ollama
  • Product compare: ollama web search brave searxng comparison
  • Official docs first: site:github.com OR site:docs.openclaw.ai \x3Ctopic>
  • Recent news: \x3Ctopic> 2026

If first query weak, tighten scope instead of fetching random pages.

Tool choice

web_search

Use for:

  • finding sources
  • checking whether topic has changed recently
  • locating official docs, repos, blog posts, issues
  • getting top candidate URLs before deeper reading

web_fetch

Use for:

  • extracting readable page content
  • summarizing article, doc, or blog post
  • verifying exact wording from source page
  • pulling details after search already found target URL

Prefer extractMode: "markdown" unless plain text is better for logs or machine-like parsing.

Quality rules

  • Prefer official docs, project repos, vendor docs, standards bodies, and primary sources.
  • Do not trust snippets alone for important claims. Fetch source page.
  • For time-sensitive topics, say info may change and mention recency.
  • When sources disagree, say so plainly.
  • Avoid unnecessary fetch spam. Search once, fetch only best pages.

Ollama-specific guidance

This skill assumes web_search is configured to use Ollama-backed search, so no separate search API key is needed.

  • Use normal web_search tool. Do not shell out to Ollama manually unless debugging config.
  • If search fails, suspect provider setup before blaming query.
  • If Ollama search returns thin snippets, fetch source pages for substance.
  • If current runtime does not expose web_search, this skill cannot browse live web.

Failure handling

  • No results: broaden query once, then try official-site search.
  • Low-quality results: add site filters or product/version terms.
  • Fetch blocked or empty: choose alternate source from search results.
  • Ambiguous request: ask one clarifying question only after one good-faith search attempt.

Output pattern

Default answer shape:

  • direct answer first
  • 2 to 5 bullets with evidence
  • source links
  • brief uncertainty note if needed

Read next

For troubleshooting and example prompts, read references/ollama-web-browser-notes.md.

安全使用建议
This skill is instruction-only and appears safe: it simply instructs the agent to use the platform's web_search and web_fetch tools (Ollama-backed) to find and fetch pages. Before installing, confirm your OpenClaw runtime actually exposes web_search/web_fetch and that Ollama is configured if you expect keyless operation. Remember that browsing live web content can surface inaccurate or sensitive information—avoid asking the agent to fetch pages containing your secrets or private internal URLs, and treat summaries of time-sensitive claims as potentially out of date.
功能分析
Type: OpenClaw Skill Name: free-web-browser Version: 0.1.0 The skill bundle provides a legitimate workflow for web browsing using OpenClaw's native web_search and web_fetch tools. The instructions in SKILL.md and references/ollama-web-browser-notes.md focus on search optimization, source verification, and avoiding unnecessary API costs. Notably, the documentation includes a safety checklist that explicitly warns against secret exfiltration and unnecessary credential requests, indicating a security-conscious design.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name and description match the instructions: the skill exclusively relies on web_search and web_fetch (Ollama-backed) to discover and fetch pages. There are no unrelated env vars, binaries, or external services requested.
Instruction Scope
SKILL.md only instructs the agent to rewrite queries, call web_search, pick URLs, and call web_fetch (extractMode markdown). It explicitly disallows shelling out to Ollama and does not ask the agent to read local files, secrets, or unrelated system state.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is written to disk and nothing is downloaded, which minimizes install risk.
Credentials
Skill declares no required environment variables, credentials, or config paths. SKILL.md does not reference hidden env vars or secrets. Requested access is proportional to the stated browsing purpose.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill does not request permanent presence or modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install free-web-browser
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /free-web-browser 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: Ollama-backed free web browsing workflow using web_search and web_fetch.
元数据
Slug free-web-browser
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Free Web Browser 是什么?

Browse web through OpenClaw web_search and web_fetch with Ollama as search provider, no external API key required. Use when user asks to search web, verify c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。

如何安装 Free Web Browser?

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

Free Web Browser 是免费的吗?

是的,Free Web Browser 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Free Web Browser 支持哪些平台?

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

谁开发了 Free Web Browser?

由 Prantik Medhi(@prantikmedhi)开发并维护,当前版本 v0.1.0。

💬 留言讨论