schedule

Query and organize Markdown schedule events with DuckDB via a Bun script.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/oracle-skills-cli --skill schedule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/Soul-Brews-Studio/oracle-skills-cli/tree/main/src/skills/schedule
Command: npx skills add https://github.com/Soul-Brews-Studio/oracle-skills-cli --skill schedule

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires duckdb, and includes scripts (resource) components.

What problem does it solve?

This Skill enables fast extraction and organization of upcoming events from a Markdown schedule using a DuckDB-backed query, turning scattered notes into structured insights.

Core Features & Use Cases

  • DuckDB‑backed Markdown queries: Quickly extract event sections, filter by month, day, or keyword.
  • Calendar-aware scheduling: Show today, upcoming, or specific-month events from ψ/inbox/schedule.md.
  • Use Case: A developer wants to summarize a conference agenda into a clean table for a daily standup.

Quick Start

Run the query script to fetch and display events:

  • bun scripts/query.ts today
  • bun scripts/query.ts january
  • bun scripts/query.ts keyword

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I query upcoming events from a Markdown schedule?

You can query upcoming events from a Markdown schedule by running a Bun-based script that uses DuckDB to filter and render calendar entries stored in your Markdown file. This extracts structured insights from scattered notes.

Can I filter calendar events by keyword using DuckDB?

Yes, you can filter calendar events by keyword using DuckDB. The query script supports keyword-based searches across calendar months, allowing you to quickly locate specific schedule items within your Markdown data.

How do I display today's schedule from a Markdown file?

To display today's schedule from a Markdown file, execute the query script with the 'today' argument. The DuckDB-backed workflow loads, filters, and renders today's events from your Markdown schedule data.

Do I need DuckDB installed to query Markdown schedule data?

Yes, DuckDB is a required dependency to query Markdown schedule data using this Skill. The workflow relies on a DuckDB-backed Markdown query process alongside a Bun-based script to load and filter results.

What is the best way to extract a specific month's events from Markdown notes?

The best way to extract a specific month's events from Markdown notes is passing the month name as an argument to the query script. DuckDB filters the event sections accordingly, rendering a clean table output.