Skill Bars

List of labeled horizontal progress bars — each with a fill percentage, optional sublabel, and per-bar color. Use for competency profiles, CV pages, feature comparison.

Surfaces
webapps-script-webpdf
Fields
FieldType
titlestringoptional
accentstring (optional, default hex for all bars)optional
stylestring (optional, "rounded"|"square", default "rounded")optional
heightinteger (optional, bar height in px, default 10)optional
show_percentbool (optional, default true)optional
skillsarray (required, alias items). Each: {label, value (0–100, alias percent), color?, sublabel?}required
Example payload
{
  "type": "skill_bars",
  "skills": [
    {
      "label": "Python",
      "value": 85
    },
    {
      "label": "JavaScript",
      "value": 70
    },
    {
      "label": "TypeScript",
      "value": 65
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:skill_bars",
  "displayName": "Skill Bars",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/skill_bars",
  "capabilities": [
    "web",
    "apps-script-web",
    "pdf"
  ],
  "description": "List of labeled horizontal progress bars \u2014 each with a fill percentage, optional sublabel, and per-bar color. Use for competency profiles, CV pages, feature comparison.",
  "representativeQueries": [
    "show a labeled horizontal progress bars list \u2014 percent fill, per-bar color",
    "list of labeled horizontal progress bars \u2014 each with a fill percentage, optional sublabel, and per-b",
    "render a skill bars"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →