Home Tutorials Categories Skills About
ZH EN JA KO
🔍

Baidu Search

Search Search & Productivity

Install Command

npx clawhub@latest install baidu-search

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Baidu Search to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Baidu Search appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Chinese Search Baidu Zhidao Baidu Baike

Detailed Description

The Baidu Search skill connects OpenClaw to the Baidu search engine, particularly suitable for searching Chinese internet content, with better coverage of domestic websites, forums, and knowledge Q&A resources.

Core Features

  • Chinese Content Search: Optimized for Chinese word segmentation and semantics, providing more accurate Chinese web content search
  • Baidu Zhidao Integration: Searches Q&A content from Baidu Zhidao for practical experience-based answers
  • Baidu Baike References: Automatically references Baidu Baike entries for authoritative encyclopedic knowledge
  • Time-Sensitive Search: Supports filtering search results by time range for the latest information

Configuration

{
  skills: {
    "baidu-search": {
      cookie: "your-baidu-cookie",  // Optional, improves search quality
      maxResults: 10,
      fetchContent: true,
      region: "cn"                   // Search region
    }
  }
}

Use Cases

  • Search Chinese tech blogs, forum posts, and tutorials
  • Find domestic policy regulations, industry standards, and other official information
  • Get domestic product prices, reviews, and other consumer decision information
  • Search Chinese academic resources and research reports