ramadan-tracker

Fetch location-based prayer times and generate automated Sahur and Iftar reminders.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/muhammadyana/openclaw-workspace --skill ramadan-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ramadan-tracker
Source: https://github.com/muhammadyana/openclaw-workspace/tree/main/skills/ramadan-tracker
Command: npx skills add https://github.com/muhammadyana/openclaw-workspace --skill ramadan-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the management of Ramadan schedules, providing timely prayer time reminders and healthy meal suggestions.

Core Features & Use Cases

  • Location-based Prayer Times: Automatically fetches prayer times based on your location.
  • Automated Reminders: Sets up automatic reminders for Sahur and Iftar.
  • Iftar Menu Recommendations: Offers healthy and rotating menu suggestions for breaking fast.
  • Use Case: Ensure you never miss Sahur or Iftar with automated alerts, and get daily inspiration for healthy meals.

Quick Start

Use the ramadan-tracker skill to see today's prayer schedule and reminder times.

Frequently Asked Questions about ramadan-tracker

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

FAQPage Schema
How do I get automated reminders for Sahur and Iftar prayer times?

Automated reminders for Sahur and Iftar are generated by fetching location-based prayer times via the Al-Adhan API and creating cron jobs to trigger daily notifications.

Can I fetch prayer times based on my specific location?

Yes, location-based prayer times are fetched automatically using the Al-Adhan API, which calculates daily schedules based on your geographical coordinates.

How do I set up daily notifications for my Ramadan schedule?

Daily notifications are configured by generating cron jobs through Python scripts, which execute the reminder logic for Sahur and Iftar times automatically.

Does this Ramadan tracker require any external Python dependencies?

Yes, the tracker requires the Python requests module to fetch prayer time data from the Al-Adhan API and execute the scheduling scripts.

What is the best way to get healthy Iftar menu suggestions with my schedule?

Healthy iftar menu recommendations are generated automatically alongside your daily Ramadan schedule, providing rotating meal suggestions for breaking fast.

Why do I need to use Python scripts for Ramadan schedule management?

Python scripts handle the core logic execution, processing API requests for prayer times and generating the cron jobs necessary for reliable automated daily reminders.