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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install unifuncs-all-in-one或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install unifuncs-all-in-one⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/unifuncs-all-in-one/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: unifuncs description: 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 provides default web capabilities for OpenClaw:
This skill requires the UNIFUNCS_API_KEY environment variable to be set.
Add to your ~/.openclaw/openclaw.json:
{
"env": {
"vars": {
"UNIFUNCS_API_KEY": "sk-your-api-key"
}
}
}
export UNIFUNCS_API_KEY=sk-your-api-key
Add this to your ~/.zshrc or ~/.bashrc to persist across sessions.
UNIFUNCS_API_KEY=sk-your-api-key openclaw ...
To use UniFuncs as the default web tools, disable built-in tools in ~/.openclaw/openclaw.json:
{
"tools": {
"web": {
"search": {
"enabled": false
},
"fetch": {
"enabled": false
}
}
}
}
Read and extract content from webpages.
Usage:
node scripts/web-reader.js <url> [options]
Options:
--format - Output format: markdown (default), text--lite - Enable lite mode (trim to readable content only)--no-images - Exclude images--link-summary - Append link summary to content--topic - Extract content related to specific topicExample:
node scripts/web-reader.js "https://example.com/article" --format markdown --lite
Search the web with AI-powered results.
Usage:
node scripts/web-search.js <query> [options]
Options:
--freshness - Time filter: Day, Week, Month, Year--count - Results per page (1-50, default 10)--page - Page number (default 1)--format - Output format: json (default), markdown, textExample:
node scripts/web-search.js "UniFuncs API" --freshness Week --count 20
Conduct comprehensive research using deep search capabilities.
Usage:
node scripts/deepsearch.js "<research question>"
Example:
node scripts/deepsearch.js "What are the latest developments in AI agents?"
All tools output JSON to stdout with this structure:
{
"success": true,
"data": { ... },
"error": null
}
On error:
{
"success": false,
"data": null,
"error": "Error message"
}安装 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 后,可以对 AI 说这些话来触发它
Help me get started with 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
Explains what 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 does, walks through the setup, and runs a quick demo based on your current project
Use 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 to default web reading, AI search, and deep research tools
Invokes 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 with the right parameters and returns the result directly in the conversation
将技能文件夹放到 ~/.claude/skills/unifuncs-all-in-one/ 目录(个人级,所有项目可用),或 .claude/skills/unifuncs-all-in-one/(项目级)。重启 AI 客户端后,用 /unifuncs-all-in-one 主动调用,或让 AI 根据上下文自动发现并使用。
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 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
What can I do with 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 in my documents & notes workflow?
Lists the top use cases for 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, with example commands for each scenario
Automate my documents & notes tasks using 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
Identifies repetitive steps in your workflow and sets up 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 to handle them automatically
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.
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 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。