← 返回 Skills 市场
fresh3

Taizi Brave Search

作者 fresh3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
225
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install taizi-brave-search
功能描述
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
安全使用建议
This skill's code scrapes Brave's public search HTML and fetches page content — that matches the 'search and extract' purpose. However, SKILL.md incorrectly says it uses the Brave Search API and needs BRAVE_API_KEY while the code never reads an API key. Do not provide any unrelated secrets (API keys) to this skill. If you plan to install/run it: (1) verify the source/trustworthiness (the registry owner and _meta.json disagree), (2) review the included code (you already have) and confirm you accept that it performs network requests to arbitrary URLs, (3) be cautious running 'npm ci' as it will install dependencies from npm, and (4) avoid running it in environments where fetching internal or sensitive URLs could leak data. If you need a skill that uses a Brave Search API key, ask the author for an updated version that actually uses the API and documents required env vars correctly.
功能分析
Type: OpenClaw Skill Name: taizi-brave-search Version: 1.0.0 The skill bundle provides legitimate web search and content extraction functionality using Brave Search and standard libraries like @mozilla/readability and jsdom. While SKILL.md claims to use the Brave Search API and requests a BRAVE_API_KEY, the implementation in search.js actually scrapes the public Brave Search web interface; however, this is a functional discrepancy rather than a security threat. There is no evidence of data exfiltration, malicious command execution, or prompt injection.
能力评估
Purpose & Capability
SKILL.md and description claim 'Brave Search API' and say 'Needs env: BRAVE_API_KEY', but the packaged code (search.js) performs HTTP GET requests to https://search.brave.com/search?q=... and parses the HTML; there is no use of an API key or an API endpoint. Asking for an API key in docs is unexplained and disproportionate to the code.
Instruction Scope
Runtime instructions are concrete (run npm ci in the skill folder and call the included scripts). They instruct fetching external URLs (Brave search and arbitrary pages returned by results or provided to content.js) which is consistent with the stated purpose, but the SKILL.md's API-key requirement is misleading. The scripts fetch and parse arbitrary web pages — expected for this skill but potentially sensitive if run against internal URLs.
Install Mechanism
There is no formal install spec in the registry, but SKILL.md tells users to run 'npm ci' in the skill directory. That will pull many dependencies from the npm registry (package-lock.json included). This is standard for Node projects but carries network/install risk (moderate) compared with an instruction-only skill with no npm install.
Credentials
Registry metadata declares no required env vars, but SKILL.md claims BRAVE_API_KEY is needed. The code does not read any environment variables. Requesting an API key in docs without using it is disproportionate and misleading; do not provide unrelated secrets.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges, nor does it modify other skills or agent-wide settings. It runs as an on-demand script and prints output to stdout.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taizi-brave-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taizi-brave-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of taizi-brave-search. - Provides headless web search via Brave Search API (no browser required). - Supports extracting and returning readable content from web pages as markdown. - Simple CLI: search, specify number of results, fetch content for URLs. - Useful for searching documentation, factual info, or fetching precise page content.
元数据
Slug taizi-brave-search
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Taizi Brave Search 是什么?

Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 225 次。

如何安装 Taizi Brave Search?

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

Taizi Brave Search 是免费的吗?

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

Taizi Brave Search 支持哪些平台?

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

谁开发了 Taizi Brave Search?

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

💬 留言讨论