TopRank Skills

Home / Claw Skills / Autres / islamic-daily-reflection
Official OpenClaw rules 15%

islamic-daily-reflection

Daily Islamic reflections with Python script. Provides formatted spiritual guidance with calendar awareness (Ramadan, Jummah, Dhul Hijjah). Authentic Quran/Hadith references and practical daily challenges.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
clinicode/islamic-daily-reflection
Author
clinicode
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/clinicode/islamic-daily-reflection
Latest Commit SHA
7c81b35e51b64889bad134725f7530e644749e83

Extracted Content

SKILL.md excerpt

# Islamic Daily Reflection

## CRITICAL: Always Run the Script

When user requests a reflection, you MUST execute the Python script:
```bash
python scripts/reflection.py
```

**Display the complete output exactly as returned by the script.**

The script provides:
- ✅ Formatted output with ═══ borders
- ✅ Hijri calendar awareness
- ✅ Ramadan/Jummah/Regular reflections
- ✅ Actionable daily challenges
- ✅ Quran/Hadith references

**DO NOT generate your own reflection. ALWAYS run the script.**

## User Commands

Users may ask:
- "daily reflection"
- "islamic reminder"
- "inspire me"
- "motivate me islamically"
- "friday reflection"
- "ramadan reflection"

For ALL of these: run `python scripts/reflection.py`

## Script Output Format

The script returns formatted text like:
```
═══════════════════════════════════════
📅 Thursday, 13 February 2026 | 25 Sha'ban 1447

🤲 Patience in Small Trials

[Reflection content...]

💡 Today's Action (X min):
[Actionable challenge...]

📖 [Quran/Hadith reference]
═══════════════════════════════════════
```

Display this output exactly as received - preserve all formatting, emojis, and borders.

## Technical Details

The script (`scripts/reflection.py`):
- Detects current date (Gregorian + Hijri)
- Selects appropriate reflection type:
  - Ramadan days 1-30 (specific reflections)
  - Jummah (Friday reflections)
  - Regular days (30 rotating themes)
- Formats with consistent structure
- No external dependencies (uses stdlib only)

## Reflection Themes

**Regular days rotate through:**
Patience, Gratitude, Tawakkul, Taqwa, Ikhlas, Humility, Contentment, Hope, Khashyah, Love for Allah, Brotherhood, Honesty, Justice, Mercy, Forgiveness, Charity, Good Character, Dhikr, Knowledge, Kindness to Parents, Neighbors, Promises, Avoiding Backbiting, Controlling Anger, Thankful in Trials, Dua, Quran Reading, Tahajjud, Fasting, Remembering Death

**Special occasions:**
- Ramadan (...

Related Claw Skills