mrc-monitor

Poll Firebase Firestore for MRC canteen order token status changes.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/zangxin75/openclaw-skills --skill mrc-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mrc-monitor
Source: https://github.com/zangxin75/openclaw-skills/tree/main/mrc-monitor
Command: npx skills add https://github.com/zangxin75/openclaw-skills --skill mrc-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, subprocess, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the monitoring of MRC canteen order tokens, notifying users immediately when their food is ready for pickup, eliminating the need for constant manual checking.

Core Features & Use Cases

  • Real-time Status Updates: Monitors Firebase Firestore for order token status changes.
  • Instant Notifications: Sends alerts via the agent's messaging platform when an order is marked as "Ready".
  • Multi-Token Support: Can monitor multiple token numbers simultaneously.
  • Automatic Exit: The monitor gracefully exits once all monitored tokens are ready.
  • Use Case: A student orders food and receives a token number. They can tell the agent to "monitor token 73", and the agent will notify them when their order is ready, allowing them to continue their work without interruption.

Quick Start

Tell the agent to monitor your canteen token number, for example, "monitor 42".

Frequently Asked Questions about mrc-monitor

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

FAQPage Schema
How do I monitor canteen order tokens in real-time?

To monitor canteen order tokens in real-time, you provide your token number to the agent. It polls Firebase Firestore for status updates and sends notifications when your food order is ready for pickup.

Can I monitor multiple canteen tokens simultaneously?

Yes, you can monitor multiple canteen tokens simultaneously. The system tracks several token numbers concurrently and sends individual notifications as each specific order transitions to the ready state.

Does the monitor work with Telegram and Discord notifications?

Yes, the monitor works with Telegram and Discord. It sends platform-specific notifications through your agent's messaging platform when an order status in Firebase Firestore changes to ready.

How do I get notified when my MRC food order is ready?

To get notified when your MRC food order is ready, simply tell the agent to monitor your token. It checks the Firebase Firestore database until your order is ready, then sends an alert.

When does the canteen token monitor stop running?

The canteen token monitor stops running automatically. It gracefully exits the process once all monitored tokens have transitioned to the ready state, preventing unnecessary polling.