From iamzhihuix-happy-claude-skills
Fetches trending topics from HuggingFace, GitHub, Hacker News, Product Hunt, Reddit, and YouTube, then sends a formatted bulletin to Telegram. Useful for multi-platform trend aggregation and push notifications.
How this skill is triggered — by the user, by Claude, or both
Slash command
/iamzhihuix-happy-claude-skills:trends-bulletinThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
一键采集 6 个平台热门趋势,格式化后推送到 Telegram。
一键采集 6 个平台热门趋势,格式化后推送到 Telegram。
使用 Bun 运行时内置 fetch,无需安装额外依赖。
必须配置以下环境变量(或在 .env 文件中设置):
| 变量 | 必须 | 说明 |
|---|---|---|
TELEGRAM_BOT_TOKEN | 是 | Telegram Bot Token |
TELEGRAM_CHAT_ID | 是 | Telegram 目标 Chat ID |
GROK_API_KEY | 否 | xAI Grok API Key(为空则跳过 AI 趋势分析) |
PRODUCT_HUNT_TOKEN | 否 | Product Hunt API Token(为空则跳过 PH) |
YOUTUBE_API_KEY | 否 | YouTube Data API Key(为空则跳过 YouTube) |
Agent Execution Instructions:
{baseDir}{baseDir}/scripts/main.ts{baseDir} in this document with the actual path${BUN_X} runtime: if bun installed → bun; if npx available → npx -y bun; else suggest installing bun${BUN_X} run {baseDir}/scripts/main.ts
指定 .env 文件路径:
${BUN_X} --env-file=/path/to/.env run {baseDir}/scripts/main.ts
Dry-run 模式(只打印不发送):
${BUN_X} run {baseDir}/scripts/main.ts --dry-run
按平台分组推送到 Telegram,顶部附带 AI 分析的三大关键趋势(需配置 GROK_API_KEY):
🔥 热词速报
━━━ 🎯 三大关键趋势 ━━━
1️⃣ AI代理兴起
💡 核心观点:AI代理技术正推动自动化任务执行
📊 关键数据:GitHub BitNet 今日+2149⭐
❗ 为什么重要:降低部署成本,促进广泛应用
🔗 https://github.com/microsoft/BitNet
━━━ HuggingFace Spaces ━━━
1. microsoft/TRELLIS.2 (🔥315)
2. Qwen/Qwen-Image-Layered (🔥264)
━━━ 每日论文 ━━━
1. SWE-EVO: Benchmarking... (👍3)
━━━ Hacker News ━━━
1. Python 3.15's interpreter... (🔥102 | 💬23)
━━━ Product Hunt ━━━
1. DiffSense (🔺211)
━━━ Reddit 热帖 ━━━
1. [r/singularity] GPT-5.2 Pro... (🔺346 | 💬83)
━━━ GitHub Trending ━━━
1. rendercv/rendercv ⭐+1,797 Python
脚本支持通过环境变量自定义:
REDDIT_SUBS - Reddit 子版列表,逗号分隔(默认:MachineLearning,LocalLLaMA,artificial,ChatGPT,singularity)ITEMS_PER_PLATFORM - 每个平台展示条数(默认:5)用户请求:
帮我发一下热词速报
执行流程:
${BUN_X} run {baseDir}/scripts/main.tsnpx claudepluginhub joshuarweaver/cascade-content-creation-misc-1 --plugin iamzhihuix-happy-claude-skillsFetches, filters, and analyzes real-time content from 8 sources (Hacker News, GitHub Trending, Product Hunt, 36Kr, Tencent News, WallStreetCN, V2EX, Weibo) with keyword expansion, deep article extraction, and smart time filtering.
Tracks AI news from 80+ entities across 6 free sources (Reddit, HN, GitHub, HuggingFace, arXiv, Twitter). Generates scored daily reports with infographics. Invoke via /morning-ai.
Aggregates 300+ daily signals from HN, GitHub, Product Hunt, and Reddit into actionable "what to build today" reports for indie hackers. Useful for discovering trending build opportunities and underserved markets.