schedule

Fetch filtered schedule events from an Oracle API and output a Markdown table.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/heman1033p-create/heman1033p-create.github.io --skill schedule-heman1033p-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/heman1033p-create/heman1033p-create.github.io/tree/main/.gemini/skills/schedule
Command: npx skills add https://github.com/heman1033p-create/heman1033p-create.github.io --skill schedule-heman1033p-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieve and present calendar events efficiently by querying the Oracle API (Drizzle DB) to surface upcoming schedules, reducing manual lookup and planning time.

Core Features & Use Cases

  • HTTP API access: fetch events using filters like today, week, month, and keyword searches.
  • Rich output: render results as a Markdown table suitable for reports and dashboards.
  • Ground-truth reference: provide a concrete reference path to the local inbox schedule file for verification.

Quick Start

Run the query script to fetch the schedule with a chosen filter.

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I query upcoming calendar events from an Oracle API?

To query upcoming calendar events from an Oracle API, use this Skill to fetch schedule data backed by a Drizzle DB. It retrieves events and outputs them as a structured Markdown table for easy tracking and planning.

What is the best way to filter schedule data for today or this week?

Filtering schedule data for today or this week is handled by applying built-in query parameters like today, tomorrow, week, or month. The Oracle API returns filtered events rendered as a Markdown table.

Can I search calendar events by keyword using a Drizzle DB backend?

Yes, you can search calendar events by keyword using the Drizzle DB backend. The Skill supports keyword searches alongside date filters to surface specific schedule events from the Oracle API.

How do I export Oracle schedule data into a Markdown table?

Exporting Oracle schedule data into a Markdown table happens automatically after running the query script. The Skill renders fetched events as a Markdown table suitable for reports and dashboards.

Does the Oracle API schedule query provide a local file reference?

Yes, the Oracle API schedule query provides a ground-truth reference path to the local inbox schedule file. This allows you to verify the fetched events against the local repository data.