← Back to Skills Marketplace
neotize

Aliyun Web Search

by neotize · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
99
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aliyun-unified-search
Description
Perform web searches using Alibaba Cloud Unified Search API. Returns relevant results with content snippets, scores, and metadata. Use this skill when the us...
README (SKILL.md)

Aliyun Unified Search

使用阿里云统一搜索API进行网页搜索,获取相关结果、内容摘要和元数据。

Authentication

设置环境变量:

export ALIYUN_IQS_API_KEY="your-api-key-here"

获取API-KEY:创建并查看凭证

Quick Start

Using the Script

node {baseDir}/scripts/search.mjs "搜索问题"
node {baseDir}/scripts/search.mjs "搜索问题" --time-range OneWeek
node {baseDir}/scripts/search.mjs "搜索问题" --category finance
node {baseDir}/scripts/search.mjs "搜索问题" --time-range OneDay --category news

Examples

# 基本搜索
node {baseDir}/scripts/search.mjs "云栖大会"

# 搜索最近一周的内容
node {baseDir}/scripts/search.mjs "AI人工智能" --time-range OneWeek

# 搜索金融类内容
node {baseDir}/scripts/search.mjs "股票市场" --category finance

# 搜索最近一天的新闻
node {baseDir}/scripts/search.mjs "科技新闻" --time-range OneDay --category news

# 输出原始JSON
node {baseDir}/scripts/search.mjs "杭州美食" --json

Options

Option Description Default
--time-range \x3Crange> 时间范围: OneDay, OneWeek, OneMonth, OneYear, NoLimit NoLimit
--category \x3Ccategory> 查询分类: finance, law, medical, internet, tax, news_province, news_center -
--json 输出原始JSON false

Time Range Options

Value Description
OneDay 1天内
OneWeek 1周内
OneMonth 1月内
OneYear 1年内
NoLimit 无限制(默认)

Category Options

Value Description
finance 金融
law 法律
medical 医疗
internet 互联网(精选)
tax 税务
news_province 新闻省级
news_center 新闻中央

Tips

  • 尽可能将query限制在30个字符以内,可以在调用接口前通过模型做Query改写
  • 一般通用场景不要指定category,会影响召回效果
  • engineType固定为Generic,返回10条结果

API Document Reference

详见参考文档:https://help.aliyun.com/zh/document_detail/2883041.html?spm=a2c4g.11186623.help-menu-2837261.d_4_0_2_3_0.153cda16tmvRJQ

Usage Guidance
This skill's code and documentation legitimately call Alibaba Cloud's Unified Search and require an ALIYUN_IQS_API_KEY and a Node runtime. Before installing: (1) Confirm you trust the skill source (homepage links to Aliyun docs but registry owner is unknown). (2) Expect to provide an ALIYUN_IQS_API_KEY — create a key with the minimal permissions and consider using a scoped/limited key. (3) Ensure Node is available where the agent will run. (4) Note the registry metadata should have declared the environment variable and node requirement — the omission is a packaging/documentation issue (not necessarily malicious) but reduces transparency. (5) If you need stronger assurance, request the publisher add explicit required env/binaries to the metadata or run the script in a sandbox and inspect network traffic to verify it only talks to cloud-iqs.aliyuncs.com.
Capability Analysis
Type: OpenClaw Skill Name: aliyun-unified-search Version: 1.0.0 The skill is a legitimate implementation for performing web searches via the Alibaba Cloud Unified Search API. The script (scripts/search.mjs) correctly handles authentication via environment variables and communicates only with the official Alibaba Cloud endpoint (cloud-iqs.aliyuncs.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The code and SKILL.md implement Aliyun Unified Search and call the expected endpoint (cloud-iqs.aliyuncs.com). However, the skill's registry metadata declares no required environment variables or binaries, while the runtime requires an ALIYUN_IQS_API_KEY and a Node runtime to execute the included script. That mismatch is disproportionate to the stated purpose (the API key and Node are legitimate needs but should be declared).
Instruction Scope
The SKILL.md and the script stay within the stated purpose: they only construct a search request, send it to Aliyun Unified Search, and print results. The instructions do not request unrelated files, system credentials, or external endpoints beyond the ali cloud search API.
Install Mechanism
There is no install spec (instruction-only), and the included script is self-contained (no external downloads). This is low-risk, but the skill bundle assumes a Node runtime is available even though the metadata lists no required binaries — a documentation/packaging omission.
Credentials
The SKILL.md and script require ALIYUN_IQS_API_KEY (sent as a Bearer token) which is appropriate for the service, but the registry metadata fails to list this required environment variable or a primary credential. The single API key requested is proportionate to the functionality, but the omission in metadata reduces transparency and is a coherence problem.
Persistence & Privilege
The skill does not request elevated persistence: always is false and it does not modify other skills or agent-wide settings. It behaves like a normal user-invocable skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aliyun-unified-search
  3. After installation, invoke the skill by name or use /aliyun-unified-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Enables web searches via Alibaba Cloud Unified Search API. - Search the web, especially Chinese content, with relevant results, content snippets, scores, and metadata. - Supports filters for time range and content category. - Includes command-line script usage with query examples. - Environment variable setup for API key authentication. - Documentation for available options and tips for best results.
Metadata
Slug aliyun-unified-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Aliyun Web Search?

Perform web searches using Alibaba Cloud Unified Search API. Returns relevant results with content snippets, scores, and metadata. Use this skill when the us... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.

How do I install Aliyun Web Search?

Run "/install aliyun-unified-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Aliyun Web Search free?

Yes, Aliyun Web Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Aliyun Web Search support?

Aliyun Web Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Aliyun Web Search?

It is built and maintained by neotize (@neotize); the current version is v1.0.0.

💬 Comments