Create a countdown badge for a README, forum post or similar
create_badgeCreate a countdown badge — a small image, not an — for places embed_on_website's iframe cannot go: a GitHub README, a forum signature, a Notion page, anywhere only plain Markdown or a bare is allowed. Shows coarse time remaining (e.g. "3d 04h left", not a live ticking clock — most places that embed images fetch and cache them server-side, so a promise of live ticking would be false) and links through to the real, precise, live countdown. Returns both a Markdown snippet and an HTML snippet; use whichever the destination accepts. Always returns the image wrapped in a link to the live countdown — never ask for or produce just the bare image, since the link is what makes this a genuine attribution rather than an untethered picture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Optional short name shown on the badge, e.g. "Launch" or "CFP closes". | |
| duration | Yes | How long the timer runs. Accepts "25m", "1h30m", "90s", "5:00", "1:30:00", or a plain number read as minutes ("45"). Maximum 99h59m59s. | |
| badge_style | No | Visual style: "board" (default, dark), "minimal" (no background — blends into any page) or "light". |