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.
| Field | Type | |
|---|---|---|
| title | string | optional |
| accent | string (optional, default hex for all bars) | optional |
| style | string (optional, "rounded"|"square", default "rounded") | optional |
| height | integer (optional, bar height in px, default 10) | optional |
| show_percent | bool (optional, default true) | optional |
| skills | array (required, alias items). Each: {label, value (0–100, alias percent), color?, sublabel?} | required |
{
"type": "skill_bars",
"skills": [
{
"label": "Python",
"value": 85
},
{
"label": "JavaScript",
"value": 70
},
{
"label": "TypeScript",
"value": 65
}
]
}
{
"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"
]
}
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 →