← Back to Skills Marketplace
阿里云的联网搜索
by
lilisidu1210-ui
· GitHub ↗
· v1.0.1
· MIT-0
442
Downloads
2
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install aliyun-iqs-search
Description
阿里云信息查询服务(IQS)UnifiedSearch API联网搜索
README (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
- 支持重排序和内容提取
- 返回结构化搜索结果
- 自动质量过滤
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aliyun-iqs-search - After installation, invoke the skill by name or use
/aliyun-iqs-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 阿里云的联网搜索?
阿里云信息查询服务(IQS)UnifiedSearch API联网搜索. It is an AI Agent Skill for Claude Code / OpenClaw, with 442 downloads so far.
How do I install 阿里云的联网搜索?
Run "/install aliyun-iqs-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 阿里云的联网搜索 free?
Yes, 阿里云的联网搜索 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 阿里云的联网搜索 support?
阿里云的联网搜索 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 阿里云的联网搜索?
It is built and maintained by lilisidu1210-ui (@lilisidu1210-ui); the current version is v1.0.1.
More Skills