Content Extraction and Reorganization
Extract daily headlines from news websites. For example: "Traverse all a.xxx-link tags under the div.xxx tag, extract titles and URLs, and generate a Markdown link list."
Webpage Analysis and Optimization
SEO Optimization. For example: "Check all images for missing alt attributes and generate alternative text based on context for images with empty alt attributes."
Interactive Development Assistance
Intelligent Debugging. For example: "Why is the #submit-btn click ineffective on mobile? Check event binding and fix it.".
Security and Compliance
XSS Vulnerability Scanning. For example: "Detect all innerHTML assignment operations and flag code segments with unfiltered user input."