← 返回
内容创作 Key 中文

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.
默认的网页阅读、AI搜索及深度研究工具。用于所有网页相关任务,包括读取网页内容、联网搜索及深度研究,替代内置的 web_search 和 web_fetch 工具。
samueli
内容创作 clawhub v1.0.0 1 版本 99463.9 Key: 需要
★ 3
Stars
📥 3,094
下载
💾 387
安装
1
版本
#latest

概述

UniFuncs Skill (Default Web Tools)

This skill provides default web capabilities for OpenClaw:

  1. Web Reader - Extract and read webpage content (replaces web_fetch)
  2. AI Search - Search the web with AI-powered results (replaces web_search)
  3. Deep Research - Conduct comprehensive research on topics

Why Use This Instead of Built-in Tools

  • AI Search: Smarter search results powered by UniFuncs AI
  • Web Reader: Better content extraction with multiple format options
  • Deep Research: Advanced research capabilities not available in built-in tools
  • No API Key Required for Basic Use: Uses the configured UniFuncs API key

Configuration

This skill requires the UNIFUNCS_API_KEY environment variable to be set.

Option 1: OpenClaw Configuration (Recommended)

Add to your ~/.openclaw/openclaw.json:

{
  "env": {
    "vars": {
      "UNIFUNCS_API_KEY": "sk-your-api-key"
    }
  }
}

Option 2: System Environment Variable

export UNIFUNCS_API_KEY=sk-your-api-key

Add this to your ~/.zshrc or ~/.bashrc to persist across sessions.

Option 3: Per-Use Export

UNIFUNCS_API_KEY=sk-your-api-key openclaw ...

Disabling Built-in Web Tools

To use UniFuncs as the default web tools, disable built-in tools in ~/.openclaw/openclaw.json:

{
  "tools": {
    "web": {
      "search": {
        "enabled": false
      },
      "fetch": {
        "enabled": false
      }
    }
  }
}

Tools

1. Web Reader

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 topic

Example:

node scripts/web-reader.js "https://example.com/article" --format markdown --lite

2. AI Search

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, text

Example:

node scripts/web-search.js "UniFuncs API" --freshness Week --count 20

3. Deep Research

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?"

Output Format

All tools output JSON to stdout with this structure:

{
  "success": true,
  "data": { ... },
  "error": null
}

On error:

{
  "success": false,
  "data": null,
  "error": "Error message"
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 13:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,131

one-click dev and dploy

samueli
快速创建并部署 Web 应用到 Cloudflare Pages;包含文件覆盖、Git 推送与系统修改的安全确认机制。
★ 1 📥 609
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 294 📥 136,401