Use UniFuncs Deep Search API for fast, comprehensive information gathering. Use this skill when users ask for deep search, broad investigation, or in-depth t...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install unifuncs-deep-search或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install unifuncs-deep-search⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/unifuncs-deep-search/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: unifuncs-deep-search description: Use UniFuncs Deep Search API for fast, comprehensive information gathering. Use this skill when users ask for deep search, broad investigation, or in-depth topic coverage. argument-hint: [query] allowed-tools: Bash(python3:*) ---
Use this tool for deep search and deep investigation on a specific topic, producing a complete search report. It is suitable when the task requires multiple rounds of searching and reading, or when the user explicitly asks for deep search/deep digging. This is a relatively expensive operation and usually takes 1-5 minutes. If the user has not clearly requested deep search for a topic, ask for confirmation before running it. If the intent is ambiguous, do brief goal clarification without over-questioning; execute as soon as the user gives a clear instruction.
export UNIFUNCS_API_KEY="sk-your-api-key"You need deeper, broader, and more complete information than standard web search. You want consolidated findings for complex or multi-part questions. Typical deep-search completion time is about 1-5 minutes depending on topic complexity.
The skills is split into 3 independent entries:
deep-search-report.py - Synchronously gets the search report. Because it can take longer, set a sufficiently large timeout.deep-search-create-task.py - Asynchronously creates a search task and returns a task ID. Keep the task ID for later status/result queries to avoid creating duplicate tasks.deep-search-query-task.py - Queries task status and returns task result/report content.python3 deep-search-report.py "query"
python3 deep-search-create-task.py "query"
This returns task_id.
python3 deep-search-query-task.py "task_id"
usage: deep-search-report.py [-h] [--model {s1,s2,s3}]
[--timeout TIMEOUT]
[--stream-file STREAM_FILE]
[--read-stream-file] [--language {zh,en}]
[--reference-style {link,character,hidden}]
[--max-depth MAX_DEPTH]
[--domain-scope DOMAIN_SCOPE]
[--domain-blacklist DOMAIN_BLACKLIST]
[--output-prompt OUTPUT_PROMPT]
[--important-urls IMPORTANT_URLS]
[--important-keywords IMPORTANT_KEYWORDS]
[--important-prompt IMPORTANT_PROMPT]
[--introduction INTRODUCTION]
[--push-to-share] [--set-public]
[--raw-response]
[query]
UniFuncs Deep Search client
positional arguments:
query User query sent to Deep Search.
options:
-h, --help show this help message and exit
--model {s1,s2,s3} Model to use (default: s3).
--timeout TIMEOUT Max streaming wait time in seconds (default:
900).
--stream-file STREAM_FILE
Path to persist/read stream chunks. If omitted,
temp file is auto-created when writable.
--read-stream-file Read and render already received content from
--stream-file, without calling API.
--language {zh,en} Output language.
--reference-style {link,character,hidden}
Reference marker style.
--max-depth MAX_DEPTH
Maximum research depth.
--domain-scope DOMAIN_SCOPE
Comma-separated domain allowlist.
--domain-blacklist DOMAIN_BLACKLIST
Comma-separated domain blocklist.
--output-prompt OUTPUT_PROMPT
Custom output prompt template.
--important-urls IMPORTANT_URLS
Comma-separated important URLs.
--important-keywords IMPORTANT_KEYWORDS
Comma-separated important keywords.
--important-prompt IMPORTANT_PROMPT
Important prompt content.
--introduction INTRODUCTION
Researcher role/tone introduction.
--push-to-share Push result to share space.
--set-public Set result as public.
--raw-response Print full API response JSON instead of concise
text.安装 UniFuncs Deep Search 后,可以对 AI 说这些话来触发它
Help me get started with UniFuncs Deep Search
Explains what UniFuncs Deep Search does, walks through the setup, and runs a quick demo based on your current project
Use UniFuncs Deep Search to use UniFuncs Deep Search API for fast, comprehensive information ga...
Invokes UniFuncs Deep Search with the right parameters and returns the result directly in the conversation
What can I do with UniFuncs Deep Search in my developer & devops workflow?
Lists the top use cases for UniFuncs Deep Search, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/unifuncs-deep-search/ 目录(个人级,所有项目可用),或 .claude/skills/unifuncs-deep-search/(项目级)。重启 AI 客户端后,用 /unifuncs-deep-search 主动调用,或让 AI 根据上下文自动发现并使用。
UniFuncs Deep Search 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
UniFuncs Deep Search 可免费安装使用。请查阅仓库了解许可证信息。
Use UniFuncs Deep Search API for fast, comprehensive information gathering. Use this skill when users ask for deep search, broad investigation, or in-depth t...
UniFuncs Deep Search 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using UniFuncs Deep Search
Identifies repetitive steps in your workflow and sets up UniFuncs Deep Search to handle them automatically