Github Repo Card

GitHub repo card — fetches live star/fork/language/push data from GitHub API at render time and embeds as self-contained HTML

Surfaces
webgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-meet-stageuse repo_links instead — no network fetch at stage render time
google-chatnot supported
emailnot supported
pdfnot supported
Live preview
🐙/a2uicatalog/a2ui

A concise description of the content.

Fields
FieldType
repostringrequired
labelstringrequired
descriptionstringrequired
Example payload
{
  "type": "github_repo_card",
  "repo": "a2uicatalog/a2ui",
  "label": "Github Repo Card",
  "description": "A concise description of the content."
}
ARD catalog entry
{
  "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",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "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"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →