Github Trending
v1.0.0Fetch GitHub trending repositories by daily, weekly, or monthly periods with output in Markdown or JSON format.
⭐ 1· 2.5k·27 current·28 all-time
byjohnson@jiangzhiyu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the implementation: the script fetches https://github.com/trending and extracts repository info. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md and the shipped shell script limit actions to retrieving the GitHub trending HTML and parsing it locally with an inline Python snippet. There are no instructions to read local user files, access unrelated env vars, or send results to third-party endpoints.
Install Mechanism
No install spec is present (instruction-only with an included script). The script uses curl and python3 at runtime but does not install additional packages or download arbitrary archives.
Credentials
The skill requires no environment variables, credentials, or config paths. The only external network interaction is an HTTP GET to github.com/trending, which is appropriate for the stated purpose.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or agent configuration. It does not request persistent presence or elevated privileges.
Assessment
This skill is coherent and appears safe for its stated purpose. Before installing, note that it performs live web requests to github.com/trending (so it needs network access and may be rate-limited or blocked in some environments), relies on curl and python3 being available, and scrapes HTML with fragile regex parsing (may break if GitHub changes its page structure). If you operate in a locked-down or audited environment, review the script yourself or run it in an isolated environment; otherwise it is proportionate to its functionality.Like a lobster shell, security has layers — review code before you run it.
latestvk97c67t4yndsa1nh4njrn96krx824vga
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
