Install
openclaw skills install briefing-diarioFornece um dashboard visual para informações do dia a dia como localização, clima, economia, previsão do tempo. Use sempre que o usuário pedir "briefing diár...
openclaw skills install briefing-diarioEsta Skill transforma o OpenClaw em um assistente de contexto local, compilando dados de múltiplas fontes gratuitas em um dashboard.
Identifique a cidade do Usuário (padrão: Belo Horizonte, -19.9208, -43.9378)
Data e Hora:
TZ="America/Sao_Paulo" date para obter a data/hora correta do usuárioClima e Astronomia: Use o endpoint da Open-Meteo:
https://api.open-meteo.com/v1/forecast?latitude=-19.9208&longitude=-43.9378&daily=uv_index_max,sunset,sunrise&hourly=precipitation_probability¤t=temperature_2m,relative_humidity_2m,apparent_temperature,weather_code,wind_speed_10m&timezone=auto
Extraia e mapeie:
current.temperature_2m → TEMPcurrent.apparent_temperature → FEELcurrent.wind_speed_10m → VENTOcurrent.relative_humidity_2m → UMIDADEdaily.uv_index_max[0] → UV_INDEXdaily.sunrise[0] → SUNRISEdaily.sunset[0] → SUNSETcurrent.weather_code → PREVISÃO_TEXTO (mapeie códigos WMO para texto em português)hourly.precipitation_probability → CHANCE_DE_CHUVA (identifique a probabilidade para a hora atual)Cotações: Use a AwesomeAPI:
https://economia.awesomeapi.com.br/json/last/USD-BRL,JPY-BRL,BTC-BRL,KRW-BRL,EUR-BRL
Feriados:
https://date.nager.at/api/v3/PublicHolidays/2026/BR
| Código | Texto |
|---|---|
| 0 | Céu limpo |
| 1, 2, 3 | Parcialmente nublado |
| 45, 48 | Neblina |
| 51, 53, 55 | Chuvisco |
| 61, 63, 65 | Chuva |
| 71, 73, 75 | Neve |
| 80, 81, 82 | Pancadas de chuva |
| 95 | Tempestade |
| 96, 99 | Granizo |
| UV Index | Risco | Dica |
|---|---|---|
| 0-2 | Baixo | Sem proteção necessária |
| 3-5 | Moderado | Use protetor solar |
| 6-7 | Alto | Evite exposição ao sol das 10h-16h |
| 8-10 | Muito Alto | Proteção essencial |
| 11+ | Extremo | Evite exposição ao sol |
O agente deve preencher as variáveis e manter este layout:
🌍 Tudo sobre onde você mora
🌄 Belo Horizonte - [DATA ATUAL], [HORA]
☀️ CLIMA AGORA
🌡 [TEMP]ºC (sensação [FEEL]ºC)
🌀 Vento: [VENTO] km/h
💧 Umidade: [UMIDADE]%
☁️ Previsão: [PREVISÃO_TEXTO]
🌧 Chance de Chuva: [CHANCE_DE_CHUVA]%
📊 ÍNDICES DO DIA
🌞 UV: [UV_INDEX] ([RISCO] - [DICA_UV])
🌅 Sol nasce: [SUNRISE] | põe: [SUNSET]
💵 COTAÇÕES
💲 Dólar: R$ [USD] ([USD_VAR]%)
💶 Euro: R$ [EUR] ([EUR_VAR]%)
💴 Iene: R$ [JPY] ([JPY_VAR]%)
🇰🇷 Won Sul-Coreano: R$ [KRW] ([KRW_VAR]%)
₿ Bitcoin: R$ [BTC] ([BTC_VAR]%)
📅 HOJE - [FERIADO_STATUS]
💡 DICA: [DICA_CONTEXTUAL]