← 返回 Skills 市场
rakesh1002

UnSearch

作者 Rakesh1002 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1019
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install unsearch
功能描述
Search the web, scrape content, and conduct deep research using the UnSearch API. Use when the user needs real-time web search results, content extraction from URLs, fact verification, or multi-source research for AI agents, RAG pipelines, or LLM applications.
安全使用建议
This skill appears coherent and only needs your UnSearch API key. Before installing, verify the UnSearch service and docs yourself (https://unsearch.dev), and consider these precautions: (1) keep the API key secret and prefer setting it as an environment variable rather than storing it permanently in a shared config file; (2) avoid asking the skill to fetch internal or non-public URLs (that would send private content to the external API); (3) review UnSearch's privacy and retention policy if you plan to send sensitive content; (4) if you need least privilege, create a limited/ephemeral API key with rate limits or reduced permissions if the provider supports it. If you want deeper assurance, request the UnSearch provider's official SDK or open-source client code and inspect it before use.
功能分析
Type: OpenClaw Skill Name: unsearch Version: 1.0.0 The OpenClaw UnSearch skill bundle is benign. It provides integration with the UnSearch API for web search, content extraction, and research. All API calls are directed to the legitimate `https://api.unsearch.dev` domain, using an API key for authentication. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the AI agent within the `SKILL.md` or `README.md` files. The code examples are standard HTTP requests, and the documentation is clear and aligned with the stated purpose.
能力评估
Purpose & Capability
Name/description promise (web search, content extraction, fact verification) matches the declared requirement (UNSEARCH_API_KEY) and the SKILL.md examples which call https://api.unsearch.dev. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs the agent to make HTTPS POST calls to UnSearch endpoints and to optionally scrape arbitrary public URLs — this is within the stated purpose. Note: scraping arbitrary URLs (or providing internal/private URLs to the skill) can expose sensitive content to the external API; the README also shows an option to put the key in a local OpenClaw config which is a normal convenience but increases persistence of the credential on disk.
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-risk from an install/execution standpoint because nothing is written to disk by an installer step.
Credentials
Only a single environment variable (UNSEARCH_API_KEY) is required and is the expected credential for the documented API. No unrelated secrets, config paths, or excessive env requirements are requested.
Persistence & Privilege
always is false and model invocation is allowed (the platform default). The skill does not request system-wide privileges, nor does it instruct changing other skills' configurations. The README's optional guidance to add the API key to ~/.openclaw/openclaw.json is conventional configuration behavior, not a privileged action.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install unsearch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /unsearch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Open-source search API for AI agents with web search, content extraction, deep research, and fact verification
元数据
Slug unsearch
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

UnSearch 是什么?

Search the web, scrape content, and conduct deep research using the UnSearch API. Use when the user needs real-time web search results, content extraction from URLs, fact verification, or multi-source research for AI agents, RAG pipelines, or LLM applications. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1019 次。

如何安装 UnSearch?

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

UnSearch 是免费的吗?

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

UnSearch 支持哪些平台?

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

谁开发了 UnSearch?

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

💬 留言讨论