Daily Briefing Skill for Openclaw

An automated summary tool that synthesizes calendar events, active tasks, and weather forecasts into a mobile-optimized daily briefing.

lstpsche
v2.1.0
Feb 14, 2026
1
3.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install briefing

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install briefing using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Daily Briefing Skill?

The Briefing skill acts as a central intelligence hub for AI agents, designed to provide a high-level overview of a user's day. By leveraging companion Openclaw Skills, it intelligently determines whether to present a summary for the current day or a head-start for tomorrow based on the current time and remaining schedule. This skill eliminates the need to manually check multiple platforms, offering a streamlined, text-based dashboard that is perfect for quick consumption.

Built for efficiency, the skill prioritizes data integrity and strictly prohibits the fabrication of information. If a data source is unavailable, the skill simply skips that section, ensuring the user only receives authentic and actionable insights from their personal ecosystem.

Daily Briefing Skill Use Cases

  • Start your morning with a consolidated view of meetings, tasks, and weather.
  • Review the next day's agenda during your evening wind-down.
  • Get a quick mobile-friendly update on pending work items and upcoming appointments.
  • Automate the preparation of daily standup notes by pulling in active todos from Openclaw Skills.

How Daily Briefing Skill Works

  1. The agent assesses the current time and remaining calendar events to decide if the briefing should cover today or tomorrow.
  2. It verifies the availability of companion tools, including calendar, todo management, and weather modules.
  3. For each available source, the agent reads its specific documentation before executing commands to ensure precision.
  4. It fetches localized weather data, chronological calendar events, and pending tasks using standardized CLI arguments.
  5. The skill compiles the retrieved data into a strictly formatted Markdown message optimized for mobile readability.

Daily Briefing Skill Setup

To utilize the Briefing skill effectively, you must have the required companion Openclaw Skills installed and configured in your environment.

# Ensure dependencies are available
openclaw install gcalcli-calendar todo-management openmeteo-sh-weather-simple

Additionally, ensure your session context includes a default city and country for accurate weather reporting. The skill will automatically detect and skip any missing components without manual intervention.

Daily Briefing Skill Data Schema & Taxonomy

Section Source Tool Data Points Captured
Title Line System Clock Date, Day of Week, Current Time, Briefing Day
Weather openmeteo Temperature, sky conditions, wind speed, and daily highs/lows
Calendar gcalcli Chronological list of events with HH:MM timestamps
Upcoming gcalcli A 2-3 day forecast of notable future events
Todos todo-management A prioritized list of active and pending items

Daily Briefing Skill Advanced Features

  • Temporal Logic: Automatically shifts briefing focus to the next day when the user's current day is effectively over.
  • Modular Resilience: Designed to function with partial data, skipping unavailable Openclaw Skills without interrupting the workflow.
  • Mobile-Optimized Formatting: Employs strict line-spacing and bolding rules to ensure maximum readability in chat interfaces.
  • Session-Aware Weather: Dynamically pulls location data from the session context to provide hyper-local weather updates.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*