Status: Production | License: MIT | Author: maichanks
⚡ 一键部署:
curl -fsSL https://raw.githubusercontent.com/maichanks/openclaw-github-trending/main/deploy.js -o deploy.js && node deploy.js实时监控 GitHub Trending 热门仓库,智能过滤 + 可选 AI 摘要,定时推送至飞书/Telegram/Discord/Slack。快速洞察开发趋势,3 分钟部署即用。
🚀 3 分钟部署 | 📖 双语文档 | 🆓 MIT 协议 | ⭐ OpenClaw 原生集成
- Scheduled fetching (via OpenClaw cron)
- Filter by language, stars, date
- Optional AI summarization (OpenRouter)
- Multiple notifiers: Feishu, Telegram, Discord, Slack
- Designed for OpenClaw ecosystem
Run the automated deployment script:
curl -fsSL https://raw.githubusercontent.com/maichanks/openclaw-github-trending/main/deploy.js -o deploy.js && node deploy.jsThis will clone the repo, install dependencies, and create a .env file.
# Clone or copy to your OpenClaw skills directory
git clone https://github.com/maichanks/openclaw-github-trending.git
# OR: cp -r openclaw-github-trending $HOME/.openclaw/workspace/skills/cd $HOME/.openclaw/workspace/skills/openclaw-github-trending
pnpm install # or: npm installcp .env.example .env
# Edit .env:
# - NOTIFY_CHANNEL=feishu (or telegram, discord, slack)
# - NOTIFY_TARGET=ou_OPEN_ID (your user/chat open_id)
# - OPENROUTER_API_KEY=... (optional, for AI summaries)node src/index.jsopenclaw cron add \
--name "GitHub Trending" \
--cron "0 9 * * *" \
--session isolated \
--message "node $HOME/.openclaw/workspace/skills/openclaw-github-trending/src/index.js"状态: 生产就绪 | 许可证: MIT | 作者: maichanks
OpenClaw skill:监控 GitHub 热门仓库,并将格式化摘要发送到你的聊天频道(飞书/Telegram/Discord/Slack)。
- 定时抓取(通过 OpenClaw cron)
- 按语言、星数、日期过滤
- 可选 AI 摘要(OpenRouter)
- 多通道通知:飞书、Telegram、Discord、Slack
- 专为 OpenClaw 生态系统设计
# 克隆或复制到你的 OpenClaw skills 目录
git clone https://github.com/maichanks/openclaw-github-trending.git
# 或:cp -r openclaw-github-trending $HOME/.openclaw/workspace/skills/cd $HOME/.openclaw/workspace/skills/openclaw-github-trending
pnpm install # 或:npm installcp .env.example .env
# 编辑 .env:
# - NOTIFY_CHANNEL=feishu (也可选 telegram, discord, slack)
# - NOTIFY_TARGET=ou_OPEN_ID (你的用户/群组 open_id)
# - OPENROUTER_API_KEY=... (可选,AI 摘要)node src/index.jsopenclaw cron add \
--name "GitHub Trending" \
--cron "0 9 * * *" \
--session isolated \
--message "node $HOME/.openclaw/workspace/skills/openclaw-github-trending/src/index.js"openclaw, github-trending, github-monitor, notifications, ai-summarization, openrouter, feishu, telegram, discord, slack, automation, devops, developer-tools
- Smart Digest - AI-powered news digest for OpenClaw
- Security Hardening for OpenClaw - Comprehensive security toolkit
- LLM Cost Optimizer - Monitor and reduce LLM API costs
- Multi-Platform Publisher - Enterprise content publishing with MCP support
MIT © 2026 maichanks hankan1993@gmail.com