Bailian Web Search
5 versionsSummary
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:
npx clawhub@latest install bailian-web-searchSecurity scan
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.
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
- Added curl and jq as required binaries in metadata. - No other changes detected.
Version 1.0.3 of bailian-web-search - Update to StreamableHTTP MCP.
- Updated SKILL.md to correct example usage of the search script, ensuring consistent command formats. - No changes to code or functionality.
- Fix some TYPO at the scripts
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-searchSkill data sourced from ClawHub