本文介绍如何获取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安装

配置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进行检索

IQS Skills
Skill名称 | 说明 |
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. |
该文章对您有帮助吗?