Displays a small visual marker representing the technical complexity level of an article.
| Surface | Note |
|---|---|
| googlechat | Renders as unstyled plain text instead of a color-coded label. |
| Custom background and border treatments may fail to display. |
| Field | Type | |
|---|---|---|
| level | string: beginner | intermediate | advanced. The target audience expertise tier. | required |
{
"type": "difficulty_badge",
"level": 1
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:difficulty_badge",
"displayName": "Difficulty Badge",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/difficulty_badge",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Displays a small visual marker representing the technical complexity level of an article.",
"representativeQueries": [
"show a label technical complexity level of blog content",
"displays a small visual marker representing the technical complexity level of an article.",
"render a difficulty badge"
]
}
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 →