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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install github-trending-monitor - After installation, invoke the skill by name or use
/github-trending-monitor - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 408 downloads so far.
How do I install GitHub Trending Monitor?
Run "/install github-trending-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GitHub Trending Monitor free?
Yes, GitHub Trending Monitor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does GitHub Trending Monitor support?
GitHub Trending Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GitHub Trending Monitor?
It is built and maintained by zhdryanchang (@zhdryanchang); the current version is v1.0.0.