← Back to Skills Marketplace
863king

9527 Github Trending

by 863king · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
193
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 9527-github-trending
Description
每日自动获取 GitHub Trending 热门项目,推送通知。支持自定义语言、时间范围、推送渠道(Telegram/钉钉/企业微信)。零成本运行。
README (SKILL.md)

GitHub Trending 每日推送

自动获取 GitHub Trending 热门项目,推送到你的通知渠道。

功能

  • 每日自动获取 GitHub Trending
  • 支持过滤编程语言
  • 支持多种推送渠道(Telegram、钉钉、企业微信)
  • 零成本运行
  • 可设置为 Cron 定时任务

快速开始

# 获取今日热门项目
python3 trending.py

# 只看 Python 项目
python3 trending.py --language python

# 推送到 Telegram
python3 trending.py --telegram --token YOUR_BOT_TOKEN --chat_id YOUR_CHAT_ID

# 推送到钉钉
python3 trending.py --dingtalk --webhook YOUR_WEBHOOK_URL

Cron 定时任务

# 每天 9:00 推送
0 9 * * * python3 /path/to/trending.py --telegram --token xxx --chat_id xxx

收入模式

  1. 上架 ClawHub 免费分享
  2. 提供定制服务(付费)
  3. 接受 GitHub Sponsors
Usage Guidance
This skill appears to do what it says, but review and run safely: 1) Inspect trending.py yourself (it performs HTTP requests to github.com and to Telegram/webhook URLs you provide). 2) Do NOT place bot tokens or webhook URLs directly in a public crontab or on the command line (they appear in process lists and some system crontabs); instead use environment variables or a protected config file with restrictive permissions. 3) Verify any webhook endpoints you use are trustworthy and rotate tokens if accidentally exposed. 4) Be aware the script scrapes HTML with regex (fragile) and may break or be rate-limited; consider using the GitHub API or adding retry/backoff if you run it frequently. 5) Run it in a limited user account or isolated environment if you want extra safety.
Capability Analysis
Type: OpenClaw Skill Name: 9527-github-trending Version: 1.0.0 The skill bundle is a legitimate utility for fetching GitHub Trending projects and sending notifications via Telegram, DingTalk, or Enterprise WeChat. The Python script (trending.py) uses standard libraries to scrape GitHub and interact with official notification APIs using user-provided credentials, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The repository, SKILL.md examples, and trending.py implement exactly the advertised functionality (fetch GitHub Trending, format results, send via Telegram/webhook). No unrelated binaries, env vars, or services are requested.
Instruction Scope
SKILL.md only instructs running trending.py and setting up a cron job. One security-relevant note: examples show passing tokens/webhooks on the command line and in crontab, which can expose secrets via process lists or crontab visibility. The instructions do not tell the agent to read unrelated files or secrets.
Install Mechanism
No install spec is provided (instruction-only skill with an included .py). Nothing is downloaded or written by an installer; risk from installation is minimal.
Credentials
The skill requires no declared environment variables; it accepts tokens/webhooks as runtime arguments. That is proportional to its purpose, but passing secrets on command line or crontab is insecure — better to use protected env vars or a config file with restricted permissions.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify other skills or system settings. It runs on demand or via user-configured cron.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install 9527-github-trending
  3. After installation, invoke the skill by name or use /9527-github-trending
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of 9527-github-trending. - Automatically fetches GitHub Trending projects daily. - Supports filtering by programming language. - Push notifications available for Telegram, DingTalk, and WeCom. - Zero-cost operation and easy setup with Cron scheduling. - Simple CLI usage for fetching and sending trending project lists.
Metadata
Slug 9527-github-trending
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 9527 Github Trending?

每日自动获取 GitHub Trending 热门项目,推送通知。支持自定义语言、时间范围、推送渠道(Telegram/钉钉/企业微信)。零成本运行。 It is an AI Agent Skill for Claude Code / OpenClaw, with 193 downloads so far.

How do I install 9527 Github Trending?

Run "/install 9527-github-trending" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 9527 Github Trending free?

Yes, 9527 Github Trending is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 9527 Github Trending support?

9527 Github Trending is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 9527 Github Trending?

It is built and maintained by 863king (@863king); the current version is v1.0.0.

💬 Comments