IQS Skills快速开始

更新时间:
复制为 MD 格式

本文介绍如何获取Skill所需要的ALIYUN_IQS_API_KEY、IQS Skills的能力

获取 ALIYUN_IQS_API_KEY

登录阿里云IQS控制台:获取API Key

安装Skill

npx skills add aliyun/alibabacloud-aiops-skills --skill alibabacloud-iqs-search

使用npx安装

image

配置API Key

使用第一步获取到的ALIYUN_IQS_API_KEY;进行设置

方案1:配置文件

mkdir -p ~/.alibabacloud/iqs
echo 'ALIYUN_IQS_API_KEY=your-api-key' > ~/.alibabacloud/iqs/env

方案2:环境变量

export ALIYUN_IQS_API_KEY="your-api-key"

验证

Claude code为例,指定skill进行检索

image

IQS Skills

Skill名称

说明

alibabacloud-iqs-search

Real-time web search and page reading using Aliyun IQS APIs. Use this skill FIRST when the user needs current information, news, facts verification, URL content extraction, or any web-based research. This skill provides structured search results with source links, markdown-formatted content extraction, and supports various search engines including real-time news search and deep research modes.