An automated utility that fetches GitHub Trending repositories and pushes formatted reports to DingTalk groups.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-trending-daily
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install github-trending-daily using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GitHub Trending Daily skill is a specialized automation tool designed for developers who want to stay updated on open-source trends without manual searching. It integrates seamlessly into the Openclaw Skills ecosystem to bridge the gap between GitHub's social coding data and team communication platforms. By providing highly readable Markdown reports, it helps teams identify rising libraries, popular frameworks, and innovative projects as they gain traction.
This skill is built for reliability and flexibility, offering various timeframes for data retrieval and support for testing environments. Whether you are a solo developer or part of a large engineering organization, using Openclaw Skills like this ensures your technical intelligence is always current and actionable.
To get started with this skill within your Openclaw Skills workspace, follow these steps:
# Run the skill manually for daily trends
github-trending-daily
# Configure a scheduled push at 9:00 AM every weekday
crontab -e
# Add this line to your crontab:
0 9 * * 1-5 /usr/bin/python3 ~/.openclaw/workspace/skills/github-trending-daily/github-trending-daily.py
The skill generates a Markdown-formatted message with the following data structure:
| Attribute | Description |
|---|---|
| Project Identity | The owner and repository name with direct links. |
| Language | The primary programming language used in the repo. |
| Growth Metric | The number of stars gained during the specific timeframe. |
| Description | A concise summary of the project's purpose. |
| Source Attribution | Footnotes indicating data origin and the automation agent. |
Loading
A background utility that automatically archives DingTalk group metadata and IDs to persistent storage whenever the agent is @mentioned.

A sophisticated command-driven dispatcher that routes user prompts to specialized child agents for coding, writing, research, and analysis.

A powerful management system to deploy and orchestrate a team of specialized AI agents with unique identities and model configurations.

A comprehensive toolset providing AI agents with direct access to 13+ major internet platforms and social media channels.

A powerful tool to automatically fetch and monitor the most popular repositories on GitHub across various timeframes.

A powerful integration for Openclaw Skills that provides real-time weather updates and multi-day forecasts via the WeatherAPI.com platform.








































