briefings_config

Configure automated Istota briefing schedules with cron expressions and component toggles.

10|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/istota-project/istota --skill briefings-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: briefings_config
Source: https://github.com/istota-project/istota/tree/main/src/istota/skills/briefings_config
Command: npx skills add https://github.com/istota-project/istota --skill briefings-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and management of per-user briefing schedules for Istota, reducing manual configuration and ensuring timely notifications across calendars, todos, markets, and news.

Core Features & Use Cases

  • Schedule multiple briefings with cron expressions in a user's timezone.
  • Enable and customize components for each briefing (calendar, todos, markets, news, reminders).
  • Override admin defaults with user-specific briefings and support multi-briefing configurations.

Quick Start

Create a BRIEFINGS.md under your {BOT_DIR}/config and define your first briefing with a name, cron, conversation_token, and outputs.

Frequently Asked Questions about briefings_config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule automated briefings with cron expressions?

To schedule automated briefings, you configure per-briefing cron expressions in a BRIEFINGS.md file using TOML-like [[briefings]] entries. This allows you to tailor daily or multi-briefing workflows across calendars, task lists, market updates, and news summaries.

How do I customize briefing components for different outputs?

You can customize briefing components by adding optional [briefings.components] overrides in your BRIEFINGS.md file. This enables or disables specific outputs like calendars, todos, markets, news, and reminders for each scheduled briefing.

Can I set up multiple briefings for a single user?

Yes, you can support multi-briefing configurations by defining multiple TOML-like [[briefings]] entries. This allows you to override admin defaults with user-specific schedules and tailored components.

What configuration format is required for briefing schedules?

Briefing schedules require a BRIEFINGS.md file located in your bot's config directory. The file uses TOML-like syntax with [[briefings]] entries, requiring a name, cron expression, conversation_token, and outputs for each briefing.

How do I override default briefing settings for specific users?

You override admin defaults by creating user-specific briefings in the BRIEFINGS.md configuration file. Define custom [[briefings]] entries with tailored cron schedules and [briefings.components] toggles to match individual user requirements.

Does Istota support timezone-specific cron scheduling for briefings?

Yes, Istota supports scheduling multiple briefings with cron expressions set in a user's timezone. This ensures timely automated notifications across calendars, todos, markets, and news summaries.