TopRank Skills

Home / Claw Skills / Autres / uk-prayer-times
Official OpenClaw rules 15%

uk-prayer-times

Get instant, accurate Islamic prayer times for any UK location. Auto-detects your city or accepts any UK location name (cities, towns, boroughs). Handles typos with smart fuzzy search. Shows Fajr, Sunrise, Dhuhr, Asr, Maghrib, and Isha times in 12-hour format. Uses ISNA calculation method (UK standard) via Aladhan API. Perfect for UK Muslims checking daily salah times.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 uk-prayer-times 技能。 若已安装,则直接安装 uk-prayer-times 技能。

Overview

Skill Key
clinicode/uk-prayer-times
Author
clinicode
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/clinicode/uk-prayer-times
Latest Commit SHA
7bfb0dfe2e403d32392dbcd1c360769cbe8636ba

Extracted Content

SKILL.md excerpt

# UK Prayer Times

Get instant, accurate Islamic prayer times for any UK location. Auto-detects your city or accepts any UK location name (cities, towns, boroughs). Handles typos with smart fuzzy search. Shows Fajr, Sunrise, Dhuhr, Asr, Maghrib, and Isha times in 12-hour format. Uses ISNA calculation method (UK standard) via Aladhan API. Perfect for UK Muslims checking daily salah times.

## Usage

**Gives prayer times in the UK based on your location:**
```
prayer times
```

**Specify any UK city:**
```
prayer times Birmingham
prayer times Leicester
prayer times Woolwich
prayer times Tower Hamlets
```

**Specific prayers:**
```
Asr in Leicester
Maghrib in Leicester
Fajr in Woolwich
```

Works with typos: "Leicestr", "Bimringham" - fuzzy search finds it!

## Features

✅ Auto-detects your location (via IP)
✅ Works for ANY UK city, town, or area
✅ Handles typos and misspellings
✅ Shows location clearly at top of results
✅ 12-hour format (AM/PM)
✅ Uses ISNA calculation method (UK standard)

## Examples
```bash
python uk_prayer_times.py
# Auto-detects and shows times

python uk_prayer_times.py London
# Shows times for London

python uk_prayer_times.py Woolwich
# Shows times for Woolwich

python uk_prayer_times.py "Tower Hamlets"
# Shows times for Tower Hamlets (multi-word works!)
```

## Data Sources

- **Prayer Times:** Aladhan API (ISNA method)

## Permissions

- Internet access (to fetch location and prayer times)
- No file system access
- No personal data stored

## Output Format
```
==================================================
🕌 PRAYER TIMES - BIRMINGHAM
📅 08 Feb 2026
==================================================

Fajr:    06:02 AM
Sunrise: 07:39 AM
Dhuhr:   12:23 PM
Asr:     02:38 PM
Maghrib: 05:08 PM
Isha:    06:44 PM

==================================================
```

Location name is displayed clearly at top so you always know which location's times are shown....

Related Claw Skills