AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Trends Bulletin

skill-iamzhihuix-happy-claude-skills-trends-bulletin · by iamzhihuix

多平台热词速报,采集 HuggingFace、GitHub、Hacker News、Product Hunt、Reddit、YouTube 6 个平台的热门趋势并推送到 Telegram。当用户提到热词速报、趋势推送、多平台趋势、trends bulletin 时使用此 skill。

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-iamzhihuix-happy-claude-skills-trends-bulletin

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-iamzhihuix-happy-claude-skills-trends-bulletin)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Trends Bulletin? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

多平台热词速报

一键采集 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:

  1. Determine this SKILL.md file's directory path as {baseDir}
  2. Script path = {baseDir}/scripts/main.ts
  3. Replace all {baseDir} in this document with the actual path
  4. Resolve ${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 分析的三大关键趋势(需配置 GROKAPIKEY):

🔥 热词速报

━━━ 🎯 三大关键趋势 ━━━

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

示例

用户请求:

帮我发一下热词速报

执行流程:

  1. 检查环境变量是否配置(TELEGRAMBOTTOKEN、TELEGRAMCHATID)
  2. 执行 ${BUN_X} run {baseDir}/scripts/main.ts
  3. 确认 Telegram 发送结果

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.