Home/Skills/Search & Research/Bailian Web Search
krisyejh

Bailian Web Search

5 versions
krisyejh·Mar 1, 2026

Summary

TL;DR: AI-optimized web search through Alibaba's Bailian API, tuned to return results that work well for AI agents to process.

Bailian Web Search is an OpenClaw skill that aI-optimized web search via Bailian(Alibaba ModelStdio) API. Returns multisourced, concise web search results for LLMs.

Created by krisyejh, this skill has been downloaded 2k+ times on ClawHub. Install it with one command and your AI agent gains these capabilities right away.

Use cases

  • Running research queries where the agent needs to synthesize information from multiple web sources
  • Looking up current pricing, specs, or availability data for products in Asian markets
  • Gathering technical documentation and Stack Overflow answers for debugging sessions
  • Pulling recent news articles for an automated briefing or report generation workflow

Installation

Run this command to install the skill on your OpenClaw agent:

Install with OpenClaw
npx clawhub@latest install bailian-web-search
Downloads
2.2k
Active installs
23
Stars
1
Updated
Mar 1, 2026

Security scan

Security scan
VirusTotalBenign
View report
OpenClawBenignhigh confidence

The skill's requirements and instructions are consistent with its stated purpose: it needs a single Bailian/Dashscope API key and uses curl/jq to call an Alibaba WebSearch endpoint; nothing requested or installed appears unrelated.

Purpose & Capability
Instruction Scope
Install Mechanism
Credentials
Persistence & Privilege

SKILL.md

SKILL.md
---
name: bailian-web-search
description: AI-optimized web search via Bailian(Alibaba ModelStdio) API. Returns multisourced, concise web search results for LLMs.
homepage: https://bailian.console.aliyun.com/cn-beijing?tab=app#/mcp-market/detail/WebSearch
metadata: {"clawdbot":{"emoji":"🔍","requires":{"bins":["bash","curl","jq"],"env":["DASHSCOPE_API_KEY"]},"primaryEnv":"DASHSCOPE_API_KEY"}}
---

# Bailian Web Search

AI-optimized web search using Bailian WebSearch(Enable_search) API. Designed for AI agents - returns clean, relevant content.

## Search

```bash
{baseDir}/scripts/mcp-websearch.sh "query"
{baseDir}/scripts/mcp-websearch.sh  "query"  10
```

## Options

- `<count>`: Number of results (default: 5, max: 20)
- `<query>`: User Query for Websearch

Version history

v1.0.4Latest
Mar 1, 2026

- Added curl and jq as required binaries in metadata. - No other changes detected.

v1.0.3
Feb 27, 2026

Version 1.0.3 of bailian-web-search - Update to StreamableHTTP MCP.

v1.0.2
Feb 19, 2026

- Updated SKILL.md to correct example usage of the search script, ensuring consistent command formats. - No changes to code or functionality.

v1.0.1
Feb 19, 2026

- Fix some TYPO at the scripts

v1.0.0
Feb 19, 2026

First version of Bailian(Alibaba Model Studio) Web Search

Frequently asked questions

Bailian is Alibaba's platform, not Baidu's. It uses a different search index and returns results formatted specifically for AI agent consumption rather than traditional web browsing.

Installation method

Send this prompt to your agent to install the skill

npx clawhub@latest install bailian-web-search
Download ZIP

Skill info

Versionv1.0.4
Authorkrisyejh
UpdatedMar 1, 2026

Files

SKILL.md769 B

Run OpenClaw in the cloud

Deploy in seconds. Skills pre-installed.

See plans

Skill data sourced from ClawHub