← 返回 Skills 市场
阿里云的联网搜索
作者
lilisidu1210-ui
· GitHub ↗
· v1.0.1
· MIT-0
442
总下载
2
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install aliyun-iqs-search
功能描述
阿里云信息查询服务(IQS)UnifiedSearch API联网搜索
使用说明 (SKILL.md)
阿里云IQS搜索
使用阿里云信息查询服务(Intelligent Query Service, IQS)的UnifiedSearch API进行联网搜索。
配置要求
需要 ALI_IQS_API_KEY 环境变量,从阿里云IQS控制台获取。
搜索
node {baseDir}/scripts/search.mjs "query"
API详情
- 端点:
https://cloud-iqs.aliyuncs.com/search/unified - 认证: Bearer Token
- 返回结果包含标题、链接、主要内容和重排序分数
- 自动过滤分数低于0.5的结果
特性
- 基于阿里云IQS UnifiedSearch
- 支持重排序和内容提取
- 返回结构化搜索结果
- 自动质量过滤
安全使用建议
This skill appears coherent and only needs your Aliyun IQS API key. Before installing: ensure the ALI_IQS_API_KEY you provide has only the necessary IQS permissions and quota limits; prefer setting the key as an environment variable rather than placing it in a shared .env file; avoid sending sensitive secrets or private data as search queries since they will be transmitted to Aliyun; verify you trust the skill source (owner ID is unfamiliar) and consider rotating the key if you later remove the skill or suspect misuse.
功能分析
Type: OpenClaw Skill
Name: aliyun-iqs-search
Version: 1.0.1
The skill is a legitimate implementation for performing web searches via the Alibaba Cloud Intelligent Query Service (IQS) API. The scripts (search.mjs and debug-search.mjs) correctly handle authentication using the ALI_IQS_API_KEY and communicate exclusively with the official Alibaba Cloud endpoint (cloud-iqs.aliyuncs.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description, required binary (node), and required env var (ALI_IQS_API_KEY) align with using Aliyun IQS UnifiedSearch; the scripts only call the documented endpoint and parse results.
Instruction Scope
SKILL.md tells the agent to run the included Node scripts. The scripts only read ALI_IQS_API_KEY (from environment or a local .env), send the query to https://cloud-iqs.aliyuncs.com/search/unified, filter results, and print JSON—no unrelated file reads, network destinations, or broad data collection.
Install Mechanism
This is instruction-only with bundled scripts and no install spec; it requires node to be present. No external downloads or archive extraction are performed.
Credentials
Only ALI_IQS_API_KEY is required (declared as primary). The scripts optionally read a local .env for convenience, which is consistent with the README but not excessive.
Persistence & Privilege
always is false, no system-wide configuration changes are attempted, and the skill does not modify other skills or request persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aliyun-iqs-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/aliyun-iqs-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Initial release of aliyun-iqs-search skill.
- Integrates with Aliyun IQS UnifiedSearch API for web searches.
- Requires ALI_IQS_API_KEY environment variable.
- Provides structured results with title, link, content, and rerank score.
- Automatically filters results with scores below 0.5.
- CLI usage via Node.js script.
v1.0.0
初始版本,支持阿里云UnifiedSearch API
元数据
常见问题
阿里云的联网搜索 是什么?
阿里云信息查询服务(IQS)UnifiedSearch API联网搜索. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 442 次。
如何安装 阿里云的联网搜索?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-iqs-search」即可一键安装,无需额外配置。
阿里云的联网搜索 是免费的吗?
是的,阿里云的联网搜索 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
阿里云的联网搜索 支持哪些平台?
阿里云的联网搜索 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 阿里云的联网搜索?
由 lilisidu1210-ui(@lilisidu1210-ui)开发并维护,当前版本 v1.0.1。
推荐 Skills