alibabacloud-ai-innovation-lab-skill
AI Innovation Lab
Purpose
Introduce users to Alibaba Cloud's "AI Innovation Lab" and its core value proposition, solve the environment configuration pain points when experiencing cutting-edge AI projects, and guide users to quickly get started with popular GitHub open-source projects through one-click deployment templates. Each trigger fetches the latest project data from the official page and generates weekly recommendations following a fixed output template.
Execution Steps
When the skill is triggered, strictly follow steps 1→2→3 in order:
Phase 1. Fetch Data
python scripts/fetch_ai_lab.py --summary # Get parent_tabs counts
python scripts/fetch_ai_lab.py --format json # Get all projects from the "Updated in Last 30 Days" panel
When fetching fails, the script automatically falls back to the OSS snapshot at https://ai-innovation-lab.oss-cn-beijing.aliyuncs.com/ai-innovation-lab.json. If still failing, instruct the user to run curl -sA 'Mozilla/5.0' <URL> -o /tmp/ailab.html && python scripts/fetch_ai_lab.py --from-file /tmp/ailab.html.