โ† All skills
Tencent SkillHub ยท Developer 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

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/deepsearch.js, scripts/web-reader.js, scripts/web-search.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

UniFuncs Skill (Default Web Tools)

This skill provides default web capabilities for OpenClaw: Web Reader - Extract and read webpage content (replaces web_fetch) AI Search - Search the web with AI-powered results (replaces web_search) 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 } } } }

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/deepsearch.js Scripts
  • scripts/web-reader.js Scripts
  • scripts/web-search.js Scripts