Local Life
Skill by pedrohenrique202525
Why use this skill?
Optimize your daily routine with the Local Life skill. Get real-time weather, currency rates, air quality, and holiday updates for your city in one dashboard.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/pedrohenrique202525/local-lifeWhat This Skill Does
The Local Life skill transforms your OpenClaw agent into a comprehensive, real-time context dashboard. Designed for users who need instant visibility into their immediate environment, this skill aggregates data from multiple reliable public APIs—including weather services, financial markets, and national holiday calendars—to provide a clean, ASCII-formatted summary. By parsing dynamic environmental data, the skill identifies critical insights like humidity, wind speed, solar UV risks, and even local air quality. It functions as a centralized hub for your day-to-day planning, ensuring you remain informed without having to manually check several disparate websites.
Installation
To integrate the Local Life dashboard into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/pedrohenrique202525/local-life
Ensure that your OpenClaw instance has the necessary network permissions to facilitate outbound requests to third-party endpoints like wttr.in, the awesomeapi.com.br financial engine, and Nager.at for holiday synchronization.
Use Cases
- Morning Planning: Use the skill as part of a 'daily briefing' routine to decide how to dress or if you should commute via bike based on weather and air quality.
- Financial Monitoring: Get a quick glimpse of current USD, EUR, and BTC performance against the BRL to determine if it is a good time for exchanges.
- Event Scheduling: Check the automated holiday feed to quickly see if the current day is a public holiday in Brazil, helping you plan work or personal activities.
- Health Awareness: Utilize the integrated UV index alerts and air quality warnings to determine if outdoor exercise is appropriate for the current day.
Example Prompts
- "Como está o dia em Goiânia? Preciso saber se vai chover hoje."
- "Resumo do dia: qual a previsão do tempo e como está a cotação do dólar?"
- "local-life: me dê o status atual da minha cidade e veja se tem algum feriado hoje."
Tips & Limitations
- City Detection: The skill defaults to 'Goiânia' if no specific location is provided. Always specify the city if you are traveling to receive accurate data.
- API Availability: Performance is subject to the uptime of external services like
wttr.in. If a service is down, the agent will attempt to provide partial data. - Formatting: The skill uses an ASCII template. To ensure the best visual experience, view the output in a terminal or editor that uses a monospaced font.
- Privacy: While this skill collects location data to provide relevant information, no personally identifiable information is permanently stored by the core logic; data is processed per session.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-pedrohenrique202525-local-life": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api