alibabacloud-iqs-search
Installation
SKILL.md
alibabacloud-iqs-search
Prerequisites
- Node.js >= 18.0.0 (scripts use native fetch API, no external npm dependencies)
When to Use
- User asks for current/recent information
- User provides a URL to read
- Need to verify facts or get real-time data
- Research tasks requiring multiple sources
Decision Tree
Step 1: Determine Operation Type
- If user provides a URL → Use
readpage - If user asks a question needing web info → Use
search
Related skills