Bailian Web Search

AI-optimized web search via Bailian(Alibaba ModelStdio) API. Returns multisourced, concise web search results for LLMs.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
1 · 2.2k · 23 current installs · 26 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, required binaries (bash, curl, jq), and required env var (DASHSCOPE_API_KEY) all align with calling the Bailian/Dashscope WebSearch API. The use of an API key and HTTP calls is expected. Minor note: homepage is bailian.console.aliyun.com while the script posts to dashscope.aliyuncs.com — both Alibaba domains and likely related; this is low concern but worth verifying if you expect a single domain.
Instruction Scope
SKILL.md and the shell script only send the user query and count to the remote MCP WebSearch endpoint, perform initialization/list-tools notifications as expected, and print JSON responses. The instructions do not read other environment variables, system files, or transmit extra data beyond the query/results.
Install Mechanism
No install spec (instruction-only plus a script). No downloaded or extracted code during install. This minimizes disk-write/install risk.
Credentials
Only DASHSCOPE_API_KEY is required and declared as primaryEnv. That single credential is proportionate for an API-based web search integration.
Persistence & Privilege
The skill does not request permanent/always presence and does not modify other skills or system settings. It runs on invocation and uses the provided API key only for outbound requests.
Assessment
This skill appears coherent, but before installing: 1) Only provide a DASHSCOPE_API_KEY you trust and scope it minimally (rotate or revoke if needed). 2) Remember queries and results are sent to an external Alibaba/Dashscope endpoint — avoid sending sensitive secrets as queries. 3) Confirm the API key domain and billing/permissions in your Alibaba console match the endpoint used (dashscope.aliyuncs.com). 4) If you allow autonomous agent invocation, be aware the agent can call this skill and send user-provided queries to the remote service; restrict usage or monitor logs if that matters.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.4
Download zip
latestvk9717zjev497wx5kh2ybgfwbg982346m

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔍 Clawdis
Binsbash, curl, jq
EnvDASHSCOPE_API_KEY
Primary envDASHSCOPE_API_KEY

SKILL.md

Bailian Web Search

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

Search

{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

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…