GitHub repo card — fetches live star/fork/language/push data from GitHub API at render time and embeds as self-contained HTML
| Surface | Note |
|---|---|
| meet-stage | use repo_links instead — no network fetch at stage render time |
| googlechat | not supported |
| not supported | |
| not supported |
| Field | Type | |
|---|---|---|
| repo | string | required |
| label | string | required |
| description | string | required |
{
"type": "github_repo_card",
"repo": "a2uicatalog/a2ui",
"label": "Github Repo Card",
"description": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:github_repo_card",
"displayName": "Github Repo Card",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/github_repo_card",
"capabilities": [
"web",
"apps-script-web"
],
"description": "GitHub repo card \u2014 fetches live star/fork/language/push data from GitHub API at render time and embeds as self-contained HTML",
"representativeQueries": [
"show a live GitHub repo card with stars forks and language",
"github repo card \u2014 fetches live star/fork/language/push data from github api at render time and embe",
"render a github repo card"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →