A powerful search integration that allows AI agents to perform live web queries and research within the Openclaw Skills framework.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install baidu-search-engine
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install baidu-search-engine using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Baidu Search Engine skill provides AI agents with real-time access to the web through the Baidu AI Search Engine (BDSE). By integrating this capability into Openclaw Skills, developers can empower their agents to fetch the latest documentation, live news, and localized data. This skill is essential for maintaining information accuracy in rapidly evolving technical landscapes and performing comprehensive background research across various domains, specifically within the Chinese web ecosystem.
To install and use this tool within Openclaw Skills, ensure Python 3 is installed and your API key is correctly configured in your environment.
# Set your API Key
export BAIDU_API_KEY='your_api_key_here'
# Basic search execution via CLI
python3 skills/baidu-search/scripts/search.py '{"query":"artificial intelligence"}'
The skill manages search requests using a strict JSON schema. This structure ensures compatibility with other Openclaw Skills integrations.
| Parameter | Type | Required | Description |
|---|---|---|---|
| query | string | Yes | The search terms to look up. |
| count | integer | No | Number of results to return (range 1-50, default 10). |
| freshness | string | No | Time filter: 'pd' (24h), 'pw' (7d), 'pm' (31d), 'py' (365d), or 'YYYY-MM-DDtoYYYY-MM-DD'. |
Loading
Report-gama is a professional market intelligence system that automates the generation of 15-chapter research reports with real-time data and PDF export capabilities.

A technical utility to extract complete visual design systems from websites into structured Markdown for AI coding agents.

Q-Skill is a versatile AI intelligence suite that integrates smart query routing, creative thinking frameworks, rapid utility tools, and rigorous quality control.

A three-layered intellectual framework merging investment philosophy, prompt engineering, and standardized AI programming methodologies.

A Python-based drawing utility that enables AI agents to generate and save PNG images using the Pillow library and interactive Tkinter windows.

Automates the retrieval of Young Post Club Spark articles, converting them into professionally formatted PDF documents and syncing them to cloud storage.








































