← 返回 Skills 市场
samueli

Unifuncs is a web reading, AI search, and deep research tool. Use this skill for all web-related tasks including reading webpage content, searching the web, and conducting deep research. Replaces built-in web_search and web_fetch tools

作者 PlayWithAI · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2435
总下载
2
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install unifuncs-all-in-one
功能描述
Default web reading, AI search, and deep research tools. Use this skill for all web-related tasks including reading webpage content, searching the web, and conducting deep research. Replaces built-in web_search and web_fetch tools.
安全使用建议
This skill appears to do what it says (local Node scripts that call api.unifuncs.com), but there are several red flags: the package metadata declares no required env vars while the code and SKILL.md both require UNIFUNCS_API_KEY; SKILL.md even contradicts itself with 'No API Key Required for Basic Use.' There is no homepage or clear provenance for the provider. Before installing: (1) verify the UniFuncs service and its owner (do you trust api.unifuncs.com?), (2) confirm the scope and revocation options for the UNIFUNCS_API_KEY and avoid storing high-privilege secrets in global configs, (3) consider running the scripts in a sandbox or reviewing network traffic to api.unifuncs.com, and (4) be cautious about disabling built-in web tools until you trust this provider. These inconsistencies make the package suspicious rather than clearly benign; additional provenance or an authoritative homepage would raise confidence.
功能分析
Type: OpenClaw Skill Name: unifuncs-all-in-one Version: 1.0.0 The skill bundle provides web reading, AI search, and deep research functionalities by acting as a client to the `api.unifuncs.com` service. All scripts (`deepsearch.js`, `web-reader.js`, `web-search.js`) securely handle the `UNIFUNCS_API_KEY` by reading it from environment variables and sending it as a Bearer token to the hardcoded UniFuncs API endpoint. There is no evidence of local shell execution, arbitrary file system access, data exfiltration beyond the stated API interaction, or malicious prompt injection attempts within the `SKILL.md` instructions. The code aligns with its described purpose and lacks high-risk behaviors or indicators of intentional malice.
能力评估
Purpose & Capability
The scripts and SKILL.md implement web reading, AI search, and deep research and call https://api.unifuncs.com — this matches the stated purpose. However the registry metadata claimed 'Required env vars: none' while both SKILL.md and all three scripts require UNIFUNCS_API_KEY and exit if it's missing. That mismatch between declared requirements and actual code is incoherent and worth flagging.
Instruction Scope
SKILL.md instructs users to set UNIFUNCS_API_KEY and even suggests editing ~/.openclaw/openclaw.json to disable built-in web tools. The skill documentation also includes a contradictory statement ('No API Key Required for Basic Use') even though the code unambiguously requires the API key. The instructions ask the user to change agent config (disable built-ins) but the skill metadata does not declare any required config paths — another inconsistency.
Install Mechanism
There is no install spec (instruction-only install), and the skill ships three local Node.js scripts that make network calls. No external downloads or package installs are done by the skill itself. This is lower risk than arbitrary downloads, but the provided code will execute network requests to api.unifuncs.com when run.
Credentials
The only secret the code requests is UNIFUNCS_API_KEY, which is proportionate for a remote web/search API. However the registry metadata omitted this requirement, and SKILL.md suggests storing the key in the user's global OpenClaw config—this grants the key to anything that reads that config. Confirm that the API key's scope is limited and that the user is comfortable storing it in that location.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills programmatically. It does recommend that users disable built-in web tools manually in their agent config to make UniFuncs the default; that is a user action but could reduce fallback protections if the provider is untrusted.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install unifuncs-all-in-one
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /unifuncs-all-in-one 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
UniFuncs Skill 1.0.0 introduces a new all-in-one default web toolset for OpenClaw: - Combines web reading, AI search, and deep research, replacing the built-in web_search and web_fetch tools. - Smarter AI-powered search, improved content extraction, and advanced research not available in built-in tools. - Does not require an API key for basic use if already configured via `UNIFUNCS_API_KEY`. - Simple CLI for web reader, AI search, and deep research, each with flexible options. - Unified JSON output format for easy integration and error handling.
元数据
Slug unifuncs-all-in-one
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Unifuncs is a web reading, AI search, and deep research tool. Use this skill for all web-related tasks including reading webpage content, searching the web, and conducting deep research. Replaces built-in web_search and web_fetch tools 是什么?

Default web reading, AI search, and deep research tools. Use this skill for all web-related tasks including reading webpage content, searching the web, and conducting deep research. Replaces built-in web_search and web_fetch tools. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2435 次。

如何安装 Unifuncs is a web reading, AI search, and deep research tool. Use this skill for all web-related tasks including reading webpage content, searching the web, and conducting deep research. Replaces built-in web_search and web_fetch tools?

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

Unifuncs is a web reading, AI search, and deep research tool. Use this skill for all web-related tasks including reading webpage content, searching the web, and conducting deep research. Replaces built-in web_search and web_fetch tools 是免费的吗?

是的,Unifuncs is a web reading, AI search, and deep research tool. Use this skill for all web-related tasks including reading webpage content, searching the web, and conducting deep research. Replaces built-in web_search and web_fetch tools 完全免费(开源免费),可自由下载、安装和使用。

Unifuncs is a web reading, AI search, and deep research tool. Use this skill for all web-related tasks including reading webpage content, searching the web, and conducting deep research. Replaces built-in web_search and web_fetch tools 支持哪些平台?

Unifuncs is a web reading, AI search, and deep research tool. Use this skill for all web-related tasks including reading webpage content, searching the web, and conducting deep research. Replaces built-in web_search and web_fetch tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Unifuncs is a web reading, AI search, and deep research tool. Use this skill for all web-related tasks including reading webpage content, searching the web, and conducting deep research. Replaces built-in web_search and web_fetch tools?

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

💬 留言讨论