← 返回 Skills 市场
jzakirov

Internet Search

作者 Jamil Zakirov · GitHub ↗ · v0.3.4
cross-platform ✓ 安全检测通过
2582
总下载
1
收藏
8
当前安装
3
版本数
在 OpenClaw 中安装
/install internet-search
功能描述
How to use the internet_search tool effectively — category routing, query formulation, and multi-search strategies. Use whenever web search is needed: curren...
使用说明 (SKILL.md)

Internet Search

Queries a self-hosted SearXNG instance aggregating multiple search engines.

Category Routing

Always set category based on the nature of the query.

Category When to use Engines
general Default. Facts, how-tos, products, people, broad web. Brave, Bing, DDG, Startpage, Qwant, Wikipedia…
news Recent events, breaking news, anything time-sensitive. Bing News, DDG News
academic Research papers, studies, medical literature, preprints. arXiv, Google Scholar, PubMed
social Opinions, community recommendations, "what do people think about X". Reddit

Query Formulation

Write queries as a search engine expects — keywords, not full sentences:

# Bad
"what is the fastest async runtime for rust"

# Good
"rust async runtime benchmarks 2025"
  • news: include a time anchor — "OpenAI o3 release 2025" not just "OpenAI o3"
  • academic: use field terminology — "transformer attention efficiency survey"
  • social: phrase as community search — "reddit best mechanical keyboard 2025"

SearXNG Search Syntax (in query)

SearXNG supports lightweight query modifiers you can embed directly into the query string:

Syntax Meaning Examples
!\x3Cengine> / !\x3Ccategory> Select engine(s) and/or a category. Chainable and inclusive; abbreviations are accepted. !wp paris, !wikipedia paris, !map paris, !map !ddg !wp paris
:\x3Clang> Language filter :fr !wp Wau Holland

Count

  • count=5 (default) — sufficient for most tasks
  • count=10 — comparing many options, checking consensus
  • count=3 — quick fact checks

Multi-Search Strategy

Fire multiple focused searches rather than one broad one:

# Bad: one vague search
internet_search("best way to deploy Node.js")

# Good: three targeted searches
internet_search("Node.js Docker deployment best practices 2025")
internet_search("Node.js PM2 vs Docker production", category="social")
internet_search("Node.js zero-downtime deployment strategies")

Combine general + social for factual + sentiment coverage:

internet_search("Bun runtime performance vs Node.js benchmarks")
internet_search("Bun runtime production experience", category="social")

When NOT to Use

  • Things you already know with high confidence
  • Stable API docs or well-known syntax — use training knowledge
  • Repeating a search that already answered the question

Common Mistakes

Mistake Fix
general for a research paper Use category="academic"
Searching "what happened today" Use category="news" with a specific topic
One broad search for a multi-part question Break into 2–3 focused searches
Repeating a failed search verbatim Rephrase with different keywords
count=20 for a simple fact Default count=5 is almost always enough
安全使用建议
This is an instruction-only helper for using an internet_search tool; it appears coherent and low-risk. Before installing, confirm how your agent runtime implements the internet_search tool (which SearXNG endpoint or proxy it uses) and whether that endpoint logs queries—if you need privacy for queries, ensure the search proxy is configured appropriately. No credentials are requested by the skill itself, but runtime configuration may require them.
功能分析
Type: OpenClaw Skill Name: internet-search Version: 0.3.4 The skill bundle contains documentation and usage instructions for an 'internet-search' tool. The SKILL.md file provides helpful guidance on query formulation, category routing (e.g., academic, news, social), and SearXNG syntax without any evidence of malicious instructions, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the SKILL.md: it advises how to use an internet_search tool (SearXNG aggregator). It does mention a self-hosted SearXNG instance but does not request endpoints or secrets — this is coherent for an instruction-only skill that expects the runtime to provide the actual tool/endpoint.
Instruction Scope
The instructions focus narrowly on query formulation, category routing, counts, and multi-search strategies. They do not instruct reading files, environment variables, or transmitting unrelated data.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only artifact. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables or credentials, which is proportional. Note: it references a self-hosted SearXNG aggregator; any credentials/endpoints would be provided by the runtime, not the skill.
Persistence & Privilege
Flags show default behavior (not always:true). The skill does not request persistent or elevated privileges and does not modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install internet-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /internet-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.4
- Added metadata with the "openclaw" emoji to SKILL.md. - Documented SearXNG query syntax and filters, including bang shortcuts and language selection, in a new section. - No changes to tool functionality—documentation update only.
v0.3.3
- Updated documentation to use internet_search (with underscore) instead of internet-search in usage examples. - Minor wording changes in the description to match the tool's name format. - No changes to core functionality; documentation only.
v0.1.0
- Initial release of the internet-search skill. - Provides guidance on selecting search categories to optimize query results (general, news, academic, social). - Explains effective query formulation, emphasizing keywords and context-appropriate phrasing for each category. - Recommends suitable result counts for different scenarios (default: 5). - Outlines a multi-search strategy for comprehensive, targeted information gathering rather than broad or vague searches. - Lists common mistakes and best practices to improve search efficiency and accuracy.
元数据
Slug internet-search
版本 0.3.4
许可证
累计安装 10
当前安装数 8
历史版本数 3
常见问题

Internet Search 是什么?

How to use the internet_search tool effectively — category routing, query formulation, and multi-search strategies. Use whenever web search is needed: curren... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2582 次。

如何安装 Internet Search?

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

Internet Search 是免费的吗?

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

Internet Search 支持哪些平台?

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

谁开发了 Internet Search?

由 Jamil Zakirov(@jzakirov)开发并维护,当前版本 v0.3.4。

💬 留言讨论