Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/itamarzand88/cli-anything-web/gh-trending-clinpx skills add ItamarZand88/CLI-Anything-WEB --skill gh-trending-cligit clone --depth 1 https://github.com/ItamarZand88/CLI-Anything-WEBWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/itamarzand88/cli-anything-web/gh-trending-cli)<a href="https://agentmods.dev/skills/itamarzand88/cli-anything-web/gh-trending-cli"><img src="https://agentmods.dev/badge/skills/itamarzand88/cli-anything-web/gh-trending-cli.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00074 | $0.00589 |
| Opus 5 | $0.00037 | $0.00295 |
| Sonnet 5 | $0.00015 | $0.00118 |
| Haiku 4.5 | $0.00007 | $0.00059 |
Grade A, and why
gh-trending-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
cli-web-gh-trending
GitHub Trending on the command line: repositories and developers, read-only.
Install: pip install cli-web-gh-trending
Commands
repos list— trending repositories. Options:-l/--language TEXT(e.g. python, javascript, c++),-s/--since [daily|weekly|monthly](default daily),-L/--spoken-language CODE(ISO 639-1, e.g. en, zh)developers list— trending developers. Options:-l/--language TEXT,-s/--since [daily|weekly|monthly]
Examples
# Trending Python repos this week
cli-web-gh-trending repos list --language python --since weekly --json
# Top 5 by stars gained today
cli-web-gh-trending repos list --json | python3 -c "
import json, sys
for r in json.load(sys.stdin)['data'][:5]:
print(r['rank'], r['full_name'], r['stars_today'])"
# Trending developers this month
cli-web-gh-trending developers list --since monthly --json
# Trending repos with Chinese-language READMEs
cli-web-gh-trending repos list --spoken-language zh --json
JSON output
Add --json for structured output: {"success": true, "data": [...]} on success, {"error": true, "code": "...", "message": "..."} on failure.
- Repo fields:
rank,owner,name,full_name,description,language,stars,forks,stars_today,url,contributors - Developer fields:
rank,login,name,avatar_url,profile_url,popular_repo,popular_repo_desc
Utilities
cli-web-gh-trending doctor [--json] diagnoses local setup. cli-web-gh-trending mcp-serve exposes the commands as MCP tools over stdio. Running with no arguments opens an interactive REPL.
Agent tips
- Use lowercase language names as they appear on GitHub URLs (e.g.
c++, notcpp). - Developers returns 25 entries; repos return 15–25 depending on the page.
contributorsis currently always empty andpopular_repo_descis often null — don't rely on them.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 49 lines · 74 tokens per session scan A e6a908bd7459
gh-trending-cli is a skill published in the GitHub repository ItamarZand88/CLI-Anything-WEB (215 stars, last pushed 5d ago), licensed MIT. It adds 74 tokens to every session and 589 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
dd-code-generation
Use pup CLI for immediate Datadog operations or generate code for integration into applications.
learn
Use when the user says /learn or asks to save this lesson.
modern-python-toolchain
Modern Python project setup with uv, ruff, and pyright. Use when initializing a new Python project, configuring the Python environment, setting up linting/formatting, or when a project needs uv (the fast Python package manager). Trigger on: 'set up Python', 'new Python project', 'configure uv', 'install uv', 'ruff'…
alive:demo
Generate a believable, lived-in ALIVE world from a free-text persona description (custom path) or a deterministic sandbox preset. Routes the create/list/activate/deactivate/delete/status surface and orchestrates the 5-stage subagent generation pipeline.
alive:session-history
Revive sessions (quick or heavy), browse, and search — 'what happened recently?', 'find the session where we discussed X', 'revive yesterday's session'. For single-session recall and multi-session browsing. If the human needs to merge multiple sessions into one working context or detect conflicts between parallel…
alive:world
The human doesn't know what to work on, or wants to see everything at once. They need the big picture — what's active, what's stale, what needs attention. Renders a live world view grouped by ALIVE domain, then routes to open, tidy, find, history, or map.