ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

aliyun-search

Perform web searches using Alibaba Cloud UnifiedSearch API. Provides advanced search capabilities with configurable parameters.

Why use this skill?

Integrate Alibaba Cloud UnifiedSearch with OpenClaw. Perform precise, location-based, and category-specific web searches using advanced API parameters.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bryant-ba/aliyun-search
Or

What This Skill Does

The aliyun-search skill serves as a high-performance bridge between the OpenClaw AI agent and the Alibaba Cloud UnifiedSearch infrastructure. It enables the agent to fetch real-time data, web content, and specific industry intelligence directly from the Alibaba ecosystem. Unlike standard web search tools, this skill provides granular control over search parameters, including engine selection (Generic, GenericAdvanced, and LiteAdvanced), geographic targeting, and temporal filtering. This makes it an ideal tool for retrieving professional, localized, or domain-specific data such as financial market updates, regulatory documents, or regional weather and news events.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/bryant-ba/aliyun-search. Ensure your environment is prepared by installing the necessary dependencies via pip install aliyun-python-sdk-core requests. Proper authentication is critical; you must obtain your Alibaba Cloud AccessKey and Secret from the Alibaba Cloud console, then export them as environment variables (ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET) to allow the skill to authenticate and make authorized requests to the API.

Use Cases

This skill is particularly powerful for analysts, researchers, and developers. Use it to automate the collection of market sentiment in the finance sector, perform location-based research for marketing campaigns, or aggregate up-to-date documentation on specialized topics like law or medicine. It excels in workflows that require multi-source verification, as the GenericAdvanced engine can be toggled to provide deeper context compared to standard search results.

Example Prompts

  1. "Find the latest market trends in the technology sector over the past week and summarize the impact on Alibaba stock."
  2. "Search for the current regulatory guidelines concerning AI model deployment in Shanghai."
  3. "What is the weather outlook for Shenzhen next week, and how might it affect logistics operations?"

Tips & Limitations

Always specify a category if you are performing domain-specific research to improve result accuracy. Note that API usage is subject to Alibaba Cloud's rate limits and billing policies; ensure your account is properly provisioned. Because this skill queries live internet data, ensure your system clock is synchronized to avoid authentication errors with the API signatures. Keep your AccessKeys secure and avoid hardcoding them directly into the script; always use environment variables or secret management services.

Metadata

Author@bryant-ba
Stars1100
Views2
Updated2026-02-17
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bryant-ba-aliyun-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#alibaba-cloud#web-search#data-retrieval#api#research
Safety Score: 4/5

Flags: network-access, external-api