{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bailian-search",
    "name": "Bailian Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/zengxi/bailian-search",
    "canonicalUrl": "https://clawhub.ai/zengxi/bailian-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/bailian-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bailian-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "search.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bailian-search"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/bailian-search",
    "agentPageUrl": "https://openagent3.xyz/skills/bailian-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bailian-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bailian-search/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Bailian Search",
        "body": "Real-time web search powered by Alibaba Cloud Bailian (DashScope) MCP service."
      },
      {
        "title": "Overview",
        "body": "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."
      },
      {
        "title": "Features",
        "body": "🔍 Real-time web search\n🌐 Global information coverage\n⚡ Fast response via SSE (Server-Sent Events)\n🔒 Secure API key management\n🛠️ Easy integration with OpenClaw"
      },
      {
        "title": "Prerequisites",
        "body": "Alibaba Cloud Account: Register at Alibaba Cloud Bailian\nAPI Key: Obtain a DashScope API Key from the console"
      },
      {
        "title": "Using ClawHub (Recommended)",
        "body": "openclaw skill install bailian-search\n# or\nclawhub install bailian-search"
      },
      {
        "title": "Manual Installation",
        "body": "# Clone to OpenClaw workspace\ngit clone <repository-url> ~/.openclaw/workspace/skills/bailian-search\n\n# Or download and extract to:\n# ~/.openclaw/workspace/skills/bailian-search/"
      },
      {
        "title": "Set Environment Variable",
        "body": "Option 1: Temporary (current session)\n\nexport DASHSCOPE_API_KEY=\"your-dashscope-api-key\"\n\nOption 2: Permanent (recommended)\n\nAdd to your shell profile (~/.zshrc or ~/.bashrc):\n\necho 'export DASHSCOPE_API_KEY=\"your-dashscope-api-key\"' >> ~/.zshrc\nsource ~/.zshrc\n\nOption 3: OpenClaw Config\n\nopenclaw config set env.DASHSCOPE_API_KEY \"your-dashscope-api-key\""
      },
      {
        "title": "Command Line",
        "body": "# After setting environment variable\n./search.sh \"latest tech news\"\n\n# Or one-liner\nDASHSCOPE_API_KEY=\"your-key\" ./search.sh \"OpenAI GPT-5 release\""
      },
      {
        "title": "Via AI Assistant",
        "body": "Once configured, simply ask your AI assistant:\n\n\"Search for today's tech news\"\n\"Find OpenAI's latest announcements\"\n\"Look up 2025 China EV sales data\"\n\nThe AI will automatically use this skill to fetch real-time information."
      },
      {
        "title": "How It Works",
        "body": "This skill connects to Alibaba Cloud Bailian's MCP SSE (Server-Sent Events) service:\n\nReceives user search query\nEstablishes SSE connection to Bailian MCP server\nRetrieves real-time search results\nReturns structured content to the AI"
      },
      {
        "title": "MCP Configuration (Advanced)",
        "body": "For use with other MCP-compatible clients (Claude Desktop, Cursor, etc.):\n\n{\n  \"mcpServers\": {\n    \"WebSearch\": {\n      \"type\": \"sse\",\n      \"name\": \"Alibaba Cloud Bailian Web Search\",\n      \"description\": \"Real-time web search powered by Tongyi Lab's Text-Embedding, GTE-reRank, Query Rewriting, and Search Judgment models.\",\n      \"baseUrl\": \"https://dashscope.aliyuncs.com/api/v1/mcps/WebSearch/sse\",\n      \"headers\": {\n        \"Authorization\": \"Bearer ${DASHSCOPE_API_KEY}\"\n      }\n    }\n  }\n}"
      },
      {
        "title": "Environment Variables",
        "body": "VariableRequiredDescriptionDASHSCOPE_API_KEYYesAlibaba Cloud DashScope API Key"
      },
      {
        "title": "Command Arguments",
        "body": "./search.sh <query>\n\nArgumentTypeRequiredDescriptionquerystringYesSearch query string"
      },
      {
        "title": "Troubleshooting",
        "body": "Error: \"DASHSCOPE_API_KEY environment variable is not set\"\n\nSolution: Ensure the environment variable is set:\n\nexport DASHSCOPE_API_KEY=\"your-key\"\n\nEmpty results or timeout\n\nVerify your API key is valid\nCheck network connectivity\nBailian service may take time to respond, please be patient\n\nHow to get DashScope API Key?\n\nVisit Alibaba Cloud Bailian Console\nRegister/login with Alibaba Cloud account\nCreate an API Key in the console\nCopy the key and set it as environment variable"
      },
      {
        "title": "Privacy & Security",
        "body": "Your API key is never hardcoded in the skill files\nAPI key is read from environment variables only\nNo data is stored or logged by this skill\nAll requests go directly to Alibaba Cloud servers"
      },
      {
        "title": "License",
        "body": "MIT License - See LICENSE file for details"
      },
      {
        "title": "Contributing",
        "body": "Contributions are welcome! Please submit issues or pull requests via ClawHub."
      },
      {
        "title": "Acknowledgments",
        "body": "Alibaba Cloud Bailian (DashScope) for providing the MCP service\nOpenClaw team for the skill framework\nMCP community for the protocol specification"
      },
      {
        "title": "Links",
        "body": "Alibaba Cloud Bailian\nDashScope Documentation\nOpenClaw Documentation\nClawHub Registry"
      }
    ],
    "body": "Bailian Search\n\nReal-time web search powered by Alibaba Cloud Bailian (DashScope) MCP service.\n\nOverview\n\nThis 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.\n\nFeatures\n🔍 Real-time web search\n🌐 Global information coverage\n⚡ Fast response via SSE (Server-Sent Events)\n🔒 Secure API key management\n🛠️ Easy integration with OpenClaw\nPrerequisites\nAlibaba Cloud Account: Register at Alibaba Cloud Bailian\nAPI Key: Obtain a DashScope API Key from the console\nInstallation\nUsing ClawHub (Recommended)\nopenclaw skill install bailian-search\n# or\nclawhub install bailian-search\n\nManual Installation\n# Clone to OpenClaw workspace\ngit clone <repository-url> ~/.openclaw/workspace/skills/bailian-search\n\n# Or download and extract to:\n# ~/.openclaw/workspace/skills/bailian-search/\n\nConfiguration\nSet Environment Variable\n\nOption 1: Temporary (current session)\n\nexport DASHSCOPE_API_KEY=\"your-dashscope-api-key\"\n\n\nOption 2: Permanent (recommended)\n\nAdd to your shell profile (~/.zshrc or ~/.bashrc):\n\necho 'export DASHSCOPE_API_KEY=\"your-dashscope-api-key\"' >> ~/.zshrc\nsource ~/.zshrc\n\n\nOption 3: OpenClaw Config\n\nopenclaw config set env.DASHSCOPE_API_KEY \"your-dashscope-api-key\"\n\nUsage\nCommand Line\n# After setting environment variable\n./search.sh \"latest tech news\"\n\n# Or one-liner\nDASHSCOPE_API_KEY=\"your-key\" ./search.sh \"OpenAI GPT-5 release\"\n\nVia AI Assistant\n\nOnce configured, simply ask your AI assistant:\n\n\"Search for today's tech news\"\n\"Find OpenAI's latest announcements\"\n\"Look up 2025 China EV sales data\"\n\nThe AI will automatically use this skill to fetch real-time information.\n\nHow It Works\n\nThis skill connects to Alibaba Cloud Bailian's MCP SSE (Server-Sent Events) service:\n\nReceives user search query\nEstablishes SSE connection to Bailian MCP server\nRetrieves real-time search results\nReturns structured content to the AI\nMCP Configuration (Advanced)\n\nFor use with other MCP-compatible clients (Claude Desktop, Cursor, etc.):\n\n{\n  \"mcpServers\": {\n    \"WebSearch\": {\n      \"type\": \"sse\",\n      \"name\": \"Alibaba Cloud Bailian Web Search\",\n      \"description\": \"Real-time web search powered by Tongyi Lab's Text-Embedding, GTE-reRank, Query Rewriting, and Search Judgment models.\",\n      \"baseUrl\": \"https://dashscope.aliyuncs.com/api/v1/mcps/WebSearch/sse\",\n      \"headers\": {\n        \"Authorization\": \"Bearer ${DASHSCOPE_API_KEY}\"\n      }\n    }\n  }\n}\n\nAPI Reference\nEnvironment Variables\nVariable\tRequired\tDescription\nDASHSCOPE_API_KEY\tYes\tAlibaba Cloud DashScope API Key\nCommand Arguments\n./search.sh <query>\n\nArgument\tType\tRequired\tDescription\nquery\tstring\tYes\tSearch query string\nTroubleshooting\n\nError: \"DASHSCOPE_API_KEY environment variable is not set\"\n\nSolution: Ensure the environment variable is set:\n\nexport DASHSCOPE_API_KEY=\"your-key\"\n\n\nEmpty results or timeout\n\nVerify your API key is valid\nCheck network connectivity\nBailian service may take time to respond, please be patient\n\nHow to get DashScope API Key?\n\nVisit Alibaba Cloud Bailian Console\nRegister/login with Alibaba Cloud account\nCreate an API Key in the console\nCopy the key and set it as environment variable\nPrivacy & Security\nYour API key is never hardcoded in the skill files\nAPI key is read from environment variables only\nNo data is stored or logged by this skill\nAll requests go directly to Alibaba Cloud servers\nLicense\n\nMIT License - See LICENSE file for details\n\nContributing\n\nContributions are welcome! Please submit issues or pull requests via ClawHub.\n\nAcknowledgments\nAlibaba Cloud Bailian (DashScope) for providing the MCP service\nOpenClaw team for the skill framework\nMCP community for the protocol specification\nLinks\nAlibaba Cloud Bailian\nDashScope Documentation\nOpenClaw Documentation\nClawHub Registry"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/zengxi/bailian-search",
    "publisherUrl": "https://clawhub.ai/zengxi/bailian-search",
    "owner": "zengxi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bailian-search",
    "downloadUrl": "https://openagent3.xyz/downloads/bailian-search",
    "agentUrl": "https://openagent3.xyz/skills/bailian-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bailian-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bailian-search/agent.md"
  }
}