ai-fusion-daily
Installation
SKILL.md
AI Fusion Daily
Overview
Create a local ai-fusion-daily/YYYYMMDD.html report that combines AI HOT daily news with GitHub Trending projects, then maintain ai-fusion-daily/index.html as the calendar browser and trend dashboard.
Use the local repo's existing github_daily/ report style as the visual baseline when present. The output must be usable from file:// without external CSS, JS, images, or fonts.
Workflow
- Fetch AI news with the
aihotskill's daily API. If today's report is not available, fall back to the latest available issue. Ifaihotis unavailable or returns an error, inform the user and stop — do not generate a report with fabricated news. - Fetch GitHub Trending data for the requested period, usually weekly. Prefer existing project conventions if the repo already has
github_daily/. If the network request fails, inform the user and offer to retry or use cached data if available. - Generate or update
ai-fusion-daily/YYYYMMDD.html. - Generate or update
ai-fusion-daily/index.htmlwith calendar browsing and trend dashboard. - Run
node build.js(from the skill directory) to embed aggregate data into the index. The script supports incremental builds: unchanged daily files are reused from cache. - Verify with the in-app Browser or Playwright: desktop, mobile, links, no horizontal overflow.