Local Life
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill appears purpose-aligned: it gathers public local information from disclosed external services to produce a dashboard.
Before installing, note that the skill will query external public services for the city you ask about. It does not request credentials or install code, and its behavior appears aligned with producing a local daily dashboard.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The user's city and air-quality search query may be sent to external services to build the dashboard.
The skill directs the agent to make external HTTP/search requests, including with the user-selected city. This is coherent with the dashboard purpose, but it is still network tool use with user-provided input.
Use curl "https://wttr.in/{CIDADE}?format=j1" ... Use curl "https://economia.awesomeapi.com.br/last/USD-BRL,EUR-BRL,BTC-BRL" ... Use uma ferramenta de pesquisa (como a API da Brave)Use the skill only for locations you are comfortable sharing with public data providers; implementations should URL-encode city names and avoid adding sensitive personal details to search queries.
