# Send Briefing Diario to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "briefing-diario",
    "name": "Briefing Diario",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ExtAlisson3/briefing-diario",
    "canonicalUrl": "https://clawhub.ai/ExtAlisson3/briefing-diario",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/briefing-diario",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=briefing-diario",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/briefing-diario"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/briefing-diario",
    "downloadUrl": "https://openagent3.xyz/downloads/briefing-diario",
    "agentUrl": "https://openagent3.xyz/skills/briefing-diario/agent",
    "manifestUrl": "https://openagent3.xyz/skills/briefing-diario/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/briefing-diario/agent.md"
  }
}
```
## Documentation

### Skill: Resumo do Dia

Esta Skill transforma o OpenClaw em um assistente de contexto local, compilando dados de múltiplas fontes gratuitas em um dashboard.

### 1. Localização

Identifique a cidade do Usuário (padrão: Belo Horizonte, -19.9208, -43.9378)

### 2. Coleta de Dados

Data e Hora:

Use TZ="America/Sao_Paulo" date para obter a data/hora correta do usuário
Formato: "22 de fevereiro de 2026, 16:27"
Traduza o mês para português

Clima 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&current=temperature_2m,relative_humidity_2m,apparent_temperature,weather_code,wind_speed_10m&timezone=auto

Extraia e mapeie:

current.temperature_2m → TEMP
current.apparent_temperature → FEEL
current.wind_speed_10m → VENTO
current.relative_humidity_2m → UMIDADE
daily.uv_index_max[0] → UV_INDEX
daily.sunrise[0] → SUNRISE
daily.sunset[0] → SUNSET
current.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

### 3. Regras de Formatação

O output DEVE ser gerado dentro de um bloco de código (markdown code block) para preservar o alinhamento ASCII.
Use exatamente o template visual abaixo.
Traduza os nomes das fases da lua e condições climáticas para Português do Brasil.

### 4. Mapeamento de Códigos WMO

CódigoTexto0Céu limpo1, 2, 3Parcialmente nublado45, 48Neblina51, 53, 55Chuvisco61, 63, 65Chuva71, 73, 75Neve80, 81, 82Pancadas de chuva95Tempestade96, 99Granizo

### 5. Níveis de UV

UV IndexRiscoDica0-2BaixoSem proteção necessária3-5ModeradoUse protetor solar6-7AltoEvite exposição ao sol das 10h-16h8-10Muito AltoProteção essencial11+ExtremoEvite exposição ao sol

### Template de Saída

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]

### Observações

Substitua todos os placeholders entre colchetes com os dados obtidos nas fontes acima.
Caso alguma fonte falhe, use mensagens de erro amigáveis e placeholders como fallback.
A data/hora devem refletir o momento da coleta dos dados.
Esta skill está pronta para ser integrada ao seu fluxo de coleta automática e pode ser disparada via comando "dia", "resumo do dia" ou "briefing".
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ExtAlisson3
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/briefing-diario)
- [Send to Agent page](https://openagent3.xyz/skills/briefing-diario/agent)
- [JSON manifest](https://openagent3.xyz/skills/briefing-diario/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/briefing-diario/agent.md)
- [Download page](https://openagent3.xyz/downloads/briefing-diario)