← 返回
未分类 Key 中文

UniFuncs Search

Use unifuncs-search for real-time web search. Use this skill when users want to search the web, find articles, look up information, get the latest news, disc...
使用 unifuncs-search 进行实时网页搜索,适用于用户需要搜索网页、查找文章、查询信息、获取最新新闻、探索内容等场景。
vinlic
未分类 clawhub v0.0.2 1 版本 99859.2 Key: 需要
★ 0
Stars
📥 709
下载
💾 0
安装
1
版本
#0.0.1#latest

概述

UniFuncs Real-Time Web Search Skill

A fast real-time web search service.

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 to find information on any topic.

You do not have a specific URL yet.

Guidelines

  • query supports full search engine syntax (such as site: filters and exact-match phrases in quotes). For years or months in query
  • use the latest year by default unless the user explicitly specifies otherwise.
  • use the freshness parameter only when strong recency is required.
  • For market data queries (stock price, share price, index, etc.), set useStockQuery to true.
  • When needed, combine with unifuncs-reader to fetch detailed content from result URLs.

Usage

python3 search.py "query"

Options

usage: search.py [-h] [--freshness {Day,Week,Month,Year}]
                 [--include-images] [--page PAGE] [--count COUNT]
                 [--format {json,markdown,md,text,txt}]
                 query

UniFuncs real-time web search API client

positional arguments:
  query                 Search query. Full search engine syntax is
                        supported (for example site filters and exact-
                        match with quotes).

options:
  -h, --help            show this help message and exit
  --freshness {Day,Week,Month,Year}
                        Result freshness filter. Use only when strong
                        recency is required.
  --include-images      Include image results (default: false).
  --page PAGE           Result page number (default: 1).
  --count COUNT         Results per page, range 1-50 (default: 10).
  --format {json,markdown,md,text,txt}
                        Output format (default: json).

Examples:
  search.py "today's gold price" --page 1 --count 5

版本历史

共 1 个版本

  • v0.0.2 当前
    2026-05-03 03:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

UniFuncs Deep Search

vinlic
使用 UniFuncs Deep Search API 快速、全面地收集信息。适用于用户请求深度搜索、广泛调查或深入研究的场景。
★ 0 📥 1,500
developer-tools

Unifuncs Deep Research

vinlic
使用 UniFuncs Deep Research API 进行深度研究并生成万字以上长篇报告。当用户请求深度研究时使用此技能。
★ 0 📥 1,472

UniFuncs Reader

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