Loading...
Loading...
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.
npx skill4agent add aliyun/alibabacloud-aiops-skills alibabacloud-iqs-searchreadpagesearch| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| string | Yes | - | Search query (1-500 chars) |
| string | No | | Search engine type |
| string | No | | Time range filter |
| string | No | - | Type of return content |
| int | No | | Number of search results (1-10) |
--query--engineTypeLiteAdvancedGeneric--timeRangeNoLimitOneDayOneWeekOneMonthOneYear--contentsmainTextsummary--numResults| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| string | Yes | - | Target page URL |
| string | No | | Return format |
| number | No | | Total timeout in milliseconds |
| number | No | | Page load timeout in milliseconds |
| number | No | | Enable stealth mode (0 or 1) |
| boolean | No | | Extract main article content only |
--formatmarkdowntexthtml--extractArticle--timeout--stealth--timeout--stealth 1node scripts/search.mjs --query "量子计算原理" --engineType LiteAdvancednode scripts/search.mjs --query "最新金融政策" --engineType Generic --timeRange OneWeeknode scripts/search.mjs --query "www.aliyun.com" --engineType LiteAdvanced --numResults 3node scripts/search.mjs --query "AI 法案" --engineType LiteAdvanced --contents mainTextnode scripts/search.mjs --query "人工智能行业年度报告" --engineType LiteAdvanced --contents summarynode scripts/readpage.mjs --url "https://example.com/article" --format markdown --extractArticle truenode scripts/readpage.mjs --url "https://example.com/article" --format text --timeout 60000node scripts/readpage.mjs --url "https://example.com/article" --format markdown --stealth 1 --extractArticle trueexport ALIYUN_IQS_API_KEY="your-api-key"~/.alibabacloud/iqs/envALIYUN_IQS_API_KEY=your-api-key