Repo Links

Formatted GitHub repo link list at end of article

Surfaces
webgoogle-meet-stageemailpdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatlist styling stripped — renders as plain links
Live preview
Fields
FieldType
links[{'label': 'string', 'url': 'string'}]required
Example payload
{
  "type": "repo_links",
  "links": [
    {
      "label": "GitHub",
      "url": "https://github.com/a2uicatalog/a2ui"
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:repo_links",
  "displayName": "Repo Links",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/repo_links",
  "capabilities": [
    "web",
    "google-meet-stage",
    "email",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Formatted GitHub repo link list at end of article",
  "representativeQueries": [
    "show a styled GitHub repo link list",
    "formatted github repo link list at end of article",
    "render a repo links"
  ]
}
← 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 →