agentsclimarketplace

Mvhs bellschedule skill

Skill alexey-max-fedorov/mvhs-bellschedule-skill

Fetch and display the live MVHS (Mountain View High School) bell schedule for today or any given date, with the current period highlighted and a progress indicator. Use this skill whenever the user asks about the MVHS bell schedule, what period it is right now, whether there's school today, or what time any period starts or ends at MVHS. Trigger on phrases like "bell schedule", "what period is it", "MVHS schedule", "is there school today", "what time is lunch/brunch/tutorial", or any reference to MVHS class periods.From its SKILL.md

Install
npx -y skills add alexey-max-fedorov/mvhs-bellschedule-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as Noncommercial only. See LICENSE for full terms.. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.0 KB, 336 tokens by cl100k_base, as published. Nobody here has run it

MVHS Bell Schedule

Fetches live schedule data from the MVHS Firebase Realtime DB (public, no auth required).

Usage

Today's schedule:

python3 scripts/bell_schedule.py

Specific date:

python3 scripts/bell_schedule.py MMDDYYYY

The script handles everything: parallel Firebase fetches, special-day override detection, current period highlight with % progress, and a natural language summary line.

Output Example

πŸ“… Monday, May 11, 2026 β€” Schedule A

  Period    Time                 Status
  ────────  ───────────────────  ──────────────
  Period 1  8:30 AM – 9:20 AM    βœ“ done
  Period 2  9:27 AM – 10:17 AM   βœ“ done
  Brunch    10:17 AM – 10:25 AM  βœ“ done
β†’ Period 4  11:29 AM – 12:19 PM  β—€ NOW (91%)
  Lunch     12:19 PM – 12:54 PM  upcoming
  ...

You're in Period 4 right now β€” 5 min left.

Notes

  • All times are America/Los_Angeles (PDT = UTCβˆ’7 Mar–Oct, PST = UTCβˆ’8 Nov–Feb)
  • "none" schedule = no school today
  • Special day keys in /days.json use format MMDDYYYY-MMDDYYYY
  • Always fetches fresh β€” no caching

What ships with it: 6 files

21.3 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 326,835. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.