← 返回
开发者工具 Key 中文

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 API 快速、全面地收集信息。适用于用户请求深度搜索、广泛调查或深入研究的场景。
vinlic
开发者工具 clawhub v0.0.5 2 版本 99932.6 Key: 需要
★ 0
Stars
📥 1,482
下载
💾 18
安装
2
版本
#0.0.1#latest

概述

UniFuncs Deep Search Skill

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.

First-Time Setup

  1. Go to to get your API key.
  2. Set the environment variable: export UNIFUNCS_API_KEY="sk-your-api-key"

When to Use

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.

Usage Guidelines

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.

1) Sync result: deep-search-report.py

python3 deep-search-report.py "query"

2) Async task creation: create_task

python3 deep-search-create-task.py "query"

This returns task_id.

3) Async task query: query_task

python3 deep-search-query-task.py "task_id"

Options

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.

版本历史

共 2 个版本

  • v0.0.5 当前
    2026-05-03 02:48 安全 安全
  • v0.0.1
    2026-03-29 00:31 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

UniFuncs Reader

vinlic
使用 UniFuncs Reader API 读取网页、PDF、Word、Excel、PPTX 等文档 URL,并通过 AI 提取内容。在需要读取并提取这些资源的关键信息时使用此技能。
★ 1 📥 727
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,215
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,210