local-lifeFornece informações locais em tempo real sobre clima, qualidade do ar, cotações e feriados para uma cidade específica em formato de dashboard.
Install via ClawdBot CLI:
clawdbot install PEDROHENRIQUE202525/local-lifename: local-life
description: Fornece um dashboard visual com informações locais em tempo real. Ative esta skill quando o usuário perguntar sobre o clima, temperatura, cotação de moedas, ou pedir um resumo geral do dia para uma cidade específica. Gatilhos comuns incluem: "como está o dia em Goiânia?", "resumo do dia", "status local", "local-life", "qual a previsão do tempo para hoje?".
Skill: L
ocal Life
Esta skill transforma o agente em um assistente de contexto local, compilando dados de múltiplas fontes gratuitas em um dashboard formatado e de fácil leitura.
📋 Instruções para o Agente
•
Identifique a cidade do usuário. Se a cidade não for informada, use Goiânia como padrão.
•
Armazene o nome da cidade em uma variável (ex: CIDADE) para usar nas APIs.
•
Clima, Astronomia e Fase da Lua:
•
Use curl "https://wttr.in/{CIDADE}?format=j1".
•
Extraia os seguintes dados:
•
current_condition: temp_C, FeelsLikeC, windspeedKmph, humidity, uvIndex.
•
weather -> hourly: chanceofrain.
•
weather -> astronomy: sunrise, sunset, moon_phase.
•
Cotações de Moedas:
•
Use curl "https://economia.awesomeapi.com.br/last/USD-BRL,EUR-BRL,BTC-BRL".
•
Feriados Nacionais:
•
Use curl "https://date.nager.at/api/v3/PublicHolidays/2026/BR".
•
Verifique se há algum feriado para a data atual.
•
Qualidade do Ar (AQI): A API wttr.in não fornece este dado. Use uma ferramenta de pesquisa (como a API da Brave) para buscar "qualidade do ar em {CIDADE} hoje" e extraia o status (ex: "Boa", "Moderada", "Ruim").
•
Com base nos dados coletados, gere uma dica contextual (DICA_CONTEXTUAL):
•
Se a chance de chuva for > 30%: "Leve guarda-chuva se sair!"
•
Se o índice UV for > 6: "Use protetor solar hoje."
•
Se a qualidade do ar for "Ruim" ou "Muito Ruim": "Evite exercícios ao ar livre hoje."
•
Se a variação do dólar for > 1%: "O mercado está volátil hoje."
•
Se nenhuma das condições acima for atendida, não exiba a dica.
•
Bloco de Código: O output final DEVE ser gerado dentro de um bloco de código (usando ```) para preservar o alinhamento e a formatação ASCII.
•
Tradução: Traduza os nomes das fases da lua (ex: "New Moon" -> "Lua Nova") e as descrições do clima para o Português.
•
Template: Siga rigorosamente o template de saída abaixo, preenchendo as variáveis com os dados coletados.
💻 Template de Saída
O agente deve preencher as variáveis e manter este layout:
Plain Text
🏠 local-life - Tudo sobre onde você mora
📍 [CIDADE] - [DATA ATUAL], [HORA]
☀️ CLIMA AGORA
🌡️ [TEMP]°C (sensação [FEEL]°C)
💨 Vento: [VENTO] km/h
💧 Umidade: [UMIDADE]%
🌦️ Previsão: [PREVISÃO_TEXTO]
📊 ÍNDICES DO DIA
☀️ UV: [UV_INDEX] ([RISCO]) - [DICA_UV]!
🌬️ Qualidade do ar: [AQI_STATUS]
🌅 Sol nasce: [SUNRISE] | põe: [SUNSET]
💰 COTAÇÕES
💵 Dólar: R$ [USD] ([USD_VAR]%)
💶 Euro: R$ [EUR] ([EUR_VAR]%)
₿ Bitcoin: R$ [BTC] ([BTC_VAR]%)
🗓️ HOJE
💡 DICA: [DICA_CONTEXTUAL]
Generated Mar 1, 2026
Urban residents checking weather, air quality, and traffic conditions before leaving home. Helps decide whether to walk, bike, or drive based on real-time environmental factors and precipitation forecasts.
Hotels and tourism operators providing guests with localized dashboards showing weather, currency exchange rates, and local events. Enhances visitor experience by consolidating essential daily information in one place.
Local retailers and service businesses monitoring weather-dependent foot traffic, currency fluctuations affecting import costs, and holiday schedules that impact customer behavior and staffing needs.
Event organizers checking comprehensive weather data, UV indexes for attendee safety, and sunset times for scheduling. Particularly useful for festivals, markets, and sports events that depend on favorable conditions.
Individuals tracking currency exchange rates alongside local weather conditions. Useful for expatriates, travelers, and investors who need to monitor both environmental and financial factors affecting daily decisions.
Offer basic local data for free with rate limits, then charge businesses for higher API calls, additional data sources, or white-label dashboard customization. Revenue comes from subscription tiers based on usage volume and features.
Sell customized dashboard widgets to hotels, cafes, and co-working spaces for display on their websites or physical screens. Provide real-time local data that enhances customer experience and positions businesses as community hubs.
Package aggregated, anonymized local data trends for city governments and urban planners. Provide insights on weather patterns, air quality trends, and economic indicators to support infrastructure and policy decisions.
💬 Integration Tip
Start by testing the free APIs mentioned in the skill documentation, then gradually add fallback sources for reliability. Consider caching frequently requested data to reduce API calls and improve response times.
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA.
Google Maps integration for OpenClaw with Routes API. Use for: (1) Distance/travel time calculations with traffic prediction, (2) Turn-by-turn directions, (3...
Flight tracking and scheduling. Track live flights in real-time by region, callsign, or airport using OpenSky Network. Search flight schedules between airports. Use for queries like "What flights are over Switzerland?" or "When do flights from Hamburg arrive in Zurich?" or "Track flight SWR123".
Use when the user asks to "find flights", "compare itineraries", "search hidden-city routes", "check cheapest dates", "explore destinations", "search hotels"...
Comprehensive travel planning, booking, and management skill. Use when needing to plan international trips, manage multi-destination itineraries, handle family travel logistics, optimize travel costs, and coordinate complex travel arrangements.