← 返回 Skills 市场
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aliyun-unified-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...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aliyun-unified-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/aliyun-unified-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Aliyun Web Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-unified-search」即可一键安装,无需额外配置。
Aliyun Web Search 是免费的吗?
是的,Aliyun Web Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aliyun Web Search 支持哪些平台?
Aliyun Web Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aliyun Web Search?
由 neotize(@neotize)开发并维护,当前版本 v1.0.0。
推荐 Skills