GitHub Trending Monitor
/install github-trending-monitor
GitHub Trending Monitor
Monitor GitHub trending repositories and receive daily notifications.
Features
- 🔥 Real-time monitoring of GitHub trending repositories
- 🌍 Filter by programming language (JavaScript, Python, Go, Rust, etc.)
- 📅 Time ranges: Daily, weekly, or monthly trends
- 📱 Multi-channel notifications: Telegram, Discord, Email
- ⏰ Scheduled daily reports
- 💰 Pay-per-use: 0.001 USDT per call
API Endpoints
GET /trending
Fetch current GitHub trending repositories.
Query Parameters:
language(optional): Programming language filtersince(optional): Time range - daily, weekly, monthly
Example:
curl "http://localhost:3000/trending?language=javascript&since=daily"
Response:
{
"success": true,
"data": [
{
"name": "awesome-project",
"author": "github-user",
"description": "An awesome project",
"language": "JavaScript",
"stars": 1234,
"forks": 567,
"todayStars": 89,
"url": "https://github.com/github-user/awesome-project"
}
]
}
POST /notify
Trigger immediate notification with trending repositories.
Request:
{
"userId": "user123",
"transactionId": "tx456",
"channels": {
"telegram": { "chatId": "123456789" }
},
"language": "javascript",
"since": "daily"
}
POST /subscribe
Subscribe to daily trending notifications.
Request:
{
"userId": "user123",
"channels": {
"telegram": { "chatId": "123456789" }
},
"preferences": {
"language": "javascript",
"since": "daily"
}
}
Configuration
Required environment variables:
SKILLPAY_API_KEY: SkillPay API key (required)TELEGRAM_BOT_TOKEN: Telegram bot token (optional)DISCORD_WEBHOOK_URL: Discord webhook URL (optional)EMAIL_USER/EMAIL_PASS: SMTP credentials (optional)
Installation
npm install
npm start
Pricing
- 0.001 USDT per API call
- Automatic settlement via SkillPay.me
License
MIT
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install github-trending-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/github-trending-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GitHub Trending Monitor 是什么?
Monitor GitHub trending repositories by language and time range, receiving daily alerts via Telegram, Discord, or Email with pay-per-use pricing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 408 次。
如何安装 GitHub Trending Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install github-trending-monitor」即可一键安装,无需额外配置。
GitHub Trending Monitor 是免费的吗?
是的,GitHub Trending Monitor 完全免费(开源免费),可自由下载、安装和使用。
GitHub Trending Monitor 支持哪些平台?
GitHub Trending Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GitHub Trending Monitor?
由 zhdryanchang(@zhdryanchang)开发并维护,当前版本 v1.0.0。