โ† All skills
Tencent SkillHub ยท Developer Tools

Bailian Search

Real-time web search powered by Alibaba Cloud Bailian (DashScope) MCP service. Use when: user asks for latest news, real-time information, current events, or...

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

Real-time web search powered by Alibaba Cloud Bailian (DashScope) MCP service. Use when: user asks for latest news, real-time information, current events, or...

โฌ‡ 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
README.md, SKILL.md, package.json, search.sh

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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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 19 sections Open source page

Bailian Search

Real-time web search powered by Alibaba Cloud Bailian (DashScope) MCP service.

Overview

This skill integrates with Alibaba Cloud Bailian's Web Search MCP (Model Context Protocol) service, enabling AI assistants to retrieve real-time information from the internet, improving response accuracy and timeliness.

Features

๐Ÿ” Real-time web search ๐ŸŒ Global information coverage โšก Fast response via SSE (Server-Sent Events) ๐Ÿ”’ Secure API key management ๐Ÿ› ๏ธ Easy integration with OpenClaw

Prerequisites

Alibaba Cloud Account: Register at Alibaba Cloud Bailian API Key: Obtain a DashScope API Key from the console

Using ClawHub (Recommended)

openclaw skill install bailian-search # or clawhub install bailian-search

Manual Installation

# Clone to OpenClaw workspace git clone <repository-url> ~/.openclaw/workspace/skills/bailian-search # Or download and extract to: # ~/.openclaw/workspace/skills/bailian-search/

Set Environment Variable

Option 1: Temporary (current session) export DASHSCOPE_API_KEY="your-dashscope-api-key" Option 2: Permanent (recommended) Add to your shell profile (~/.zshrc or ~/.bashrc): echo 'export DASHSCOPE_API_KEY="your-dashscope-api-key"' >> ~/.zshrc source ~/.zshrc Option 3: OpenClaw Config openclaw config set env.DASHSCOPE_API_KEY "your-dashscope-api-key"

Command Line

# After setting environment variable ./search.sh "latest tech news" # Or one-liner DASHSCOPE_API_KEY="your-key" ./search.sh "OpenAI GPT-5 release"

Via AI Assistant

Once configured, simply ask your AI assistant: "Search for today's tech news" "Find OpenAI's latest announcements" "Look up 2025 China EV sales data" The AI will automatically use this skill to fetch real-time information.

How It Works

This skill connects to Alibaba Cloud Bailian's MCP SSE (Server-Sent Events) service: Receives user search query Establishes SSE connection to Bailian MCP server Retrieves real-time search results Returns structured content to the AI

MCP Configuration (Advanced)

For use with other MCP-compatible clients (Claude Desktop, Cursor, etc.): { "mcpServers": { "WebSearch": { "type": "sse", "name": "Alibaba Cloud Bailian Web Search", "description": "Real-time web search powered by Tongyi Lab's Text-Embedding, GTE-reRank, Query Rewriting, and Search Judgment models.", "baseUrl": "https://dashscope.aliyuncs.com/api/v1/mcps/WebSearch/sse", "headers": { "Authorization": "Bearer ${DASHSCOPE_API_KEY}" } } } }

Environment Variables

VariableRequiredDescriptionDASHSCOPE_API_KEYYesAlibaba Cloud DashScope API Key

Command Arguments

./search.sh <query> ArgumentTypeRequiredDescriptionquerystringYesSearch query string

Troubleshooting

Error: "DASHSCOPE_API_KEY environment variable is not set" Solution: Ensure the environment variable is set: export DASHSCOPE_API_KEY="your-key" Empty results or timeout Verify your API key is valid Check network connectivity Bailian service may take time to respond, please be patient How to get DashScope API Key? Visit Alibaba Cloud Bailian Console Register/login with Alibaba Cloud account Create an API Key in the console Copy the key and set it as environment variable

Privacy & Security

Your API key is never hardcoded in the skill files API key is read from environment variables only No data is stored or logged by this skill All requests go directly to Alibaba Cloud servers

License

MIT License - See LICENSE file for details

Contributing

Contributions are welcome! Please submit issues or pull requests via ClawHub.

Acknowledgments

Alibaba Cloud Bailian (DashScope) for providing the MCP service OpenClaw team for the skill framework MCP community for the protocol specification

Links

Alibaba Cloud Bailian DashScope Documentation OpenClaw Documentation ClawHub Registry

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
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • search.sh Scripts
  • package.json Config