GitHub Repository Badges

Terminal-themed badges for GitHub repositories. Show stars, forks, issues, and license with 15+ terminal color themes.

实时示例

/badge/github/django/django/stars.svg
GitHub stars badge for django/django
/badge/github/rust-lang/rust/stars.svg
GitHub stars badge for rust-lang/rust
/badge/github/fyipedia/colorfyi/stars.svg
GitHub stars badge for fyipedia/colorfyi
/badge/github/django/django/forks.svg
GitHub forks badge for django/django
/badge/github/pallets/flask/license.svg
GitHub license badge for pallets/flask

终端主题

在任意徽章 URL 后添加 ?theme=name,提供 15+ 种主题。

dracula dracula theme badge
nord nord theme badge
solarized-dark solarized-dark theme badge
gruvbox-dark gruvbox-dark theme badge
tokyo-night tokyo-night theme badge
catppuccin-mocha catppuccin-mocha theme badge

URL 格式

https://agentgif.com/badge/github/{package}/{metric}.svg

可用指标: stars, forks, issues, license

查询参数: ?theme=dracula ?style=flat

用法

Markdown

[![GitHub version](https://agentgif.com/badge/github/django/django/stars.svg)](https://github.com)

HTML

<img src="https://agentgif.com/badge/github/django/django/stars.svg" alt="GitHub badge">
在徽章演练场中尝试

构建自定义徽章,支持实时预览和一键复制代码片段