π¦ ClawHub
summer Solstice countdown
by @goog
Display a beautiful time dashboard showing a live summer countdown to the summer solstice, today's sunrise/sunset times in China (Beijing), and current time...
TERMINAL
clawhub install summerπ About This Skill
name: summer description: "Display a beautiful time dashboard showing a live summer countdown to the summer solstice, today's sunrise/sunset times in China (Beijing), and current time info. Use this skill whenever the user asks about summer countdown, days until summer, summer solstice 2026, sunrise or sunset in China, Beijing sunrise, time until summer, or wants a time/seasonal clock widget. Also trigger when the user asks how long until summer, when does summer start, what time is sunrise in China, or any combination of summer + time + China topics."
Summer Time Skill β Summer Countdown + China Sunrise
This skill renders a live interactive time dashboard with three main panels:
1. Summer Countdown β live ticking countdown to summer Solstice by API 2. China Sunrise/Sunset β today's sunrise and sunset times for Beijing, China (fetched via open-meteo / sunrise-sunset API) 3. Current Time β today's date and a live clock
How to build this widget
Create an .html file and present it. The file must:
Summer Countdown Target
setIntervalBeijing Sunrise Data
Fetch from the sunrise-sunset API at runtime using the Beijing coordinates:https://api.sunrise-sunset.org/json?lat=39.9075&lng=116.3972&formatted=0&date=todayWidget Layout
Three cards side by side (or stacked on narrow screens):[ Summer Countdown ] [ Beijing Sunrise ] [ Current Time ]
XX days Sunrise: HH:MM Today's date
XX hours Sunset: HH:MM Live clock HH:MM:SS
XX minutes Day length: H:MM
XX seconds
Visual style
setInterval(update, 1000)repeat(auto-fit, minmax(200px, 1fr))Code structure