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/renky1025/agent-skills/github-analyzernpx skills add renky1025/agent-skills --skill github-analyzergit clone --depth 1 https://github.com/renky1025/agent-skillsWhat 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 | $0.00092 | $0.00820 |
| Opus 5 | $0.00046 | $0.00410 |
| Sonnet 5 | $0.00018 | $0.00164 |
| Haiku 4.5 | $0.00009 | $0.00082 |
Grade A, and why
github-analyzer scanned grade A with 1 finding 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 3d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
默认读取环境变量 `https_proxy`/`http_proxy` 作为代理(若已设置,curl 自动走代理);未设置则直连 GitHub。 What it actually says
GitHub 项目分析
概述
拿到 GitHub 仓库后,不搞面面俱到的评审,只回答用户真正关心的问题: 这个项目是干什么的、能解决什么问题、有什么亮点、怎么用。
默认读取环境变量 https_proxy/http_proxy 作为代理(若已设置,curl 自动走代理);未设置则直连 GitHub。
分析流程
第 1 步:解析 URL
从用户输入提取 owner/repo。支持:
https://github.com/owner/repogithub.com/owner/repoowner/repo
含分支/tag 的 URL 忽略 fragment,只取仓库主体。
第 2 步:获取基础信息
获取仓库元数据和 README:
curl -s \
"https://api.github.com/repos/{owner}/{repo}"
提取 Stars、语言、License、描述、创建/更新时间等基本字段,仅用于报告中一句话带过。
重点通过 WebFetch 获取 README 完整内容,从以下角度阅读和理解:
- 项目到底解决什么问题
- 核心功能是什么
- Quick Start / 安装方式
- 有哪些典型的用法和示例
- 相比同类方案有什么独到之处
第 3 步:深挖项目亮点
在理解 README 的基础上,进一步挖掘项目亮点:
- 查看是否有独立的文档站点、Demo 链接
- 关注项目描述中区别于竞品的独特卖点
- 如果 README 提到具体性能数据、使用案例,重点记录
- 结合项目所属领域,判断其解决的是真实痛点还是伪需求
第 4 步:输出报告
报告只包含以下 5 个章节,其他一律不写:
- 这是什么 — 一句话说清楚项目定位,附 Stars/Language/License 基本卡片
- 解决了什么问题 — 这个项目存在的理由,针对什么痛点
- 有什么用 — 核心功能和典型使用场景
- 怎么用 — Quick Start / 安装 / 上手方式,让读者看完就能行动
- 亮点 — 区别于竞品的独特优势,为什么选它而不是别的
报告必须是实用导向的,读者看完能判断这个项目是否适合自己、以及如何开始使用。
CRITICAL:报告完成后必须:
- 写入
output/{repo-name}-analysis.md - 调用
present_files交付给用户 - 同时在对话中给出简短摘要
注意事项
- 访问 GitHub API 自动使用
https_proxy/http_proxy环境变量(若已设置);未设置则直连。 - 当 API 遇到 rate limit (403),提示用户可配置 GITHUB_TOKEN
- 保持客观,结合实际用途评价,不堆砌空洞的形容词
- 对于中国开发者关注的维度(中文支持、国内可用性)应额外注意
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.
- 3d ago First seen · 81 lines · 92 tokens per session scan A d54dcd41f9e4
github-analyzer is a skill published in the GitHub repository renky1025/agent-skills (9 stars, last pushed 3d ago), licensed MIT. It adds 92 tokens to every session and 820 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
design-taste-frontend
Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.
stitch-design-taste
Semantic Design System Skill for Google Stitch. Generates agent-friendly DESIGN.md files that enforce premium, anti-generic UI standards — strict typography, calibrated color, asymmetric layouts, perpetual micro-motion, and hardware-accelerated performance.
full-output-enforcement
Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.
image-to-code
Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…
imagegen-frontend-mobile
Elite mobile app image-generation skill for creating premium, app-native screen concepts and flows. Designed for iOS, Android, and cross-platform mobile products. Prioritizes clean hierarchy, comfortably readable text, strong multi-screen consistency, controlled color palettes, non-generic creative direction, textured…
imagegen-frontend-web
Elite frontend image-direction skill for generating premium, conversion-aware website design references. CRITICAL OUTPUT RULE — generate ONE separate horizontal image FOR EVERY section. A landing page with 8 sections produces 8 images. Never compress multiple sections into one image. Enforces composition variety (not…