← 返回 Skills 市场
leowing

Aliyun Search 1.0.0

作者 Leo Wing · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
344
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install aliyun-search-1-0-0
功能描述
Perform web searches using Alibaba Cloud UnifiedSearch API. Provides advanced search capabilities with configurable parameters.
使用说明 (SKILL.md)

Alibaba Cloud UnifiedSearch Skill

This skill provides the ability to perform web searches using Alibaba Cloud UnifiedSearch API.

Features

  • Support multiple search engine types (Generic, GenericAdvanced, LiteAdvanced)
  • Configurable time range filtering
  • Category-specific search (finance, law, medical, etc.)
  • Location-based search (city/IP)
  • Rich result formatting

Usage

Basic Usage

python search.py "云栖大会"

Advanced Usage

python search.py "北京天气" --engine-type "Generic" --city "北京市"
python search.py "金融新闻" --category "finance" --time-range "OneWeek" --engine-type "GenericAdvanced"

Scripts

  • search.py: Python implementation of Alibaba Cloud UnifiedSearch API

Configuration

Before using, you need to:

  1. Obtain Alibaba Cloud AccessKey and Secret
  2. Set environment variables:
    export ALIBABA_CLOUD_ACCESS_KEY_ID="your_access_key_id"
    export ALIBABA_CLOUD_ACCESS_KEY_SECRET="your_access_key_secret"
    
  3. Ensure the required permissions are granted
  4. Install dependencies: pip install aliyun-python-sdk-core requests
安全使用建议
This skill appears to genuinely call Alibaba Cloud UnifiedSearch, but there are transparency and small consistency issues you should address before installing or running it with real credentials: 1) The registry metadata does not declare the two Alibaba environment variables the script expects — ask the publisher to update metadata so you can see required secrets up front. 2) Verify the source/owner and ask for a homepage or repository link; the package currently has no verified source. 3) Check the import vs pip package names (aliyunsdkcore vs aliyun-python-sdk-core) and test in an isolated environment. 4) When you create or use AccessKey/Secret, apply least-privilege IAM policies (restrict to only the needed UnifiedSearch actions and resources) and avoid using root account keys. 5) Review the included scripts yourself or have someone you trust review them; if you must run immediately, do so from an isolated VM/container and with temporary, limited-scope credentials. If the publisher supplies correct metadata, package source, and a clear minimal-permission IAM guidance, the concerns here would be reduced.
功能分析
Type: OpenClaw Skill Name: aliyun-search-1-0-0 Version: 1.0.0 The skill bundle is benign. The `SKILL.md` provides clear, legitimate instructions for setting up Alibaba Cloud credentials via environment variables and installing necessary dependencies. The `scripts/search.py` script correctly implements the stated functionality, using the official Alibaba Cloud SDK to interact with the legitimate `opensearch.cn-hangzhou.aliyuncs.com` endpoint. There is no evidence of data exfiltration to unauthorized destinations, malicious execution, persistence mechanisms, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The name, description, SKILL.md, and included script all implement Alibaba Cloud UnifiedSearch functionality and network calls to opensearch.cn-hangzhou.aliyuncs.com, which is coherent with the stated purpose. Minor inconsistencies: SKILL.md examples refer to 'python search.py' while the script is at scripts/search.py and the script's own usage message references aliyun-search.py.
Instruction Scope
Runtime instructions are narrowly scoped to performing searches via the Alibaba UnifiedSearch API: they instruct installing Python deps, setting Alibaba Cloud creds via environment variables, and running the provided script. The code only reads the two Alibaba environment variables, constructs an API request, and formats results — it does not access other system files or external endpoints beyond the expected Alibaba domain.
Install Mechanism
There is no automated install spec (lowest install risk) but the package includes an executable script. SKILL.md instructs installing packages via pip (aliyun-python-sdk-core, requests). The pip package name in the README may not exactly match the import used in code (code imports aliyunsdkcore), which is an implementation detail to confirm before running.
Credentials
The script and SKILL.md require ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET, but the skill's registry metadata lists no required environment variables or primary credential. That omission is a mismatch and reduces transparency; requesting full Alibaba account credentials is a sensitive privilege and should be clearly declared and justified in metadata. Confirm exact required IAM permissions and avoid providing overly broad keys.
Persistence & Privilege
The skill does not request persistent privileges (always is false) and does not modify other skills or system configs. Autonomous invocation is allowed by default but is not combined here with other high-risk factors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aliyun-search-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aliyun-search-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of aliyun-search - Enables web searching via Alibaba Cloud UnifiedSearch API. - Supports multiple engine types and advanced search parameters. - Allows filtering by time range, category (like finance or medical), and city/IP. - Returns well-formatted search results. - Instructions provided for setup and usage.
元数据
Slug aliyun-search-1-0-0
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Aliyun Search 1.0.0 是什么?

Perform web searches using Alibaba Cloud UnifiedSearch API. Provides advanced search capabilities with configurable parameters. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 344 次。

如何安装 Aliyun Search 1.0.0?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-search-1-0-0」即可一键安装,无需额外配置。

Aliyun Search 1.0.0 是免费的吗?

是的,Aliyun Search 1.0.0 完全免费(开源免费),可自由下载、安装和使用。

Aliyun Search 1.0.0 支持哪些平台?

Aliyun Search 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Aliyun Search 1.0.0?

由 Leo Wing(@leowing)开发并维护,当前版本 v1.0.0。

💬 留言讨论