ai-products
Installation
SKILL.md
AI Product Discovery
Fetch, deduplicate, and rank AI product launches from multiple sources.
Sources
| Source | URL | Notes |
|---|---|---|
| Product Hunt | https://www.producthunt.com/feed |
Filter for AI-related |
| Hacker News | https://hn.algolia.com/api/v1/search?tags=show_hn&numericFilters=created_at_i>TIMESTAMP |
Show HN posts, 24h window |
| GitHub Trending | https://mshibanami.github.io/GitHubTrendingRSS/daily/python.xml |
Python repos |
| Techmeme | https://techmeme.com/river |
Product announcements |
Workflow
-
Check cache: Look for
50_资源/产品发布/YYYY-MM/YYYY-MM-DD-摘要.md. If exists with today's date, return cached. -
Fetch sources: Use WebFetch on each. Extract product name, URL, description, and engagement metrics (votes/points/stars).
-
Filter: Keep only AI-related products (keywords: AI, ML, LLM, GPT, Claude, automation, agent, model).