← Back to Skills Marketplace
707
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install islamic-daily-reflection
Description
Provides daily Islamic reflections with Hijri calendar awareness, including Ramadan, Jummah, and Dhul Hijjah, plus Quran/Hadith references and practical chal...
README (SKILL.md)
\r \r
Islamic Daily Reflection\r
\r
CRITICAL: Always Run the Script\r
\r When user requests a reflection, you MUST execute the Python script:\r
python scripts/reflection.py\r
```\r
\r
**Display the complete output exactly as returned by the script.**\r
\r
The script provides:\r
- ✅ Formatted output with ═══ borders\r
- ✅ Hijri calendar awareness\r
- ✅ Ramadan/Jummah/Regular reflections\r
- ✅ Actionable daily challenges\r
- ✅ Quran/Hadith references\r
\r
**DO NOT generate your own reflection. ALWAYS run the script.**\r
\r
## User Commands\r
\r
Users may ask:\r
- "daily reflection"\r
- "islamic reminder"\r
- "inspire me"\r
- "motivate me islamically"\r
- "friday reflection"\r
- "ramadan reflection"\r
\r
For ALL of these: run `python scripts/reflection.py`\r
\r
## Script Output Format\r
\r
The script returns formatted text like:\r
```\r
═══════════════════════════════════════\r
📅 Thursday, 13 February 2026 | 25 Sha'ban 1447\r
\r
🤲 Patience in Small Trials\r
\r
[Reflection content...]\r
\r
💡 Today's Action (X min):\r
[Actionable challenge...]\r
\r
📖 [Quran/Hadith reference]\r
═══════════════════════════════════════\r
```\r
\r
Display this output exactly as received - preserve all formatting, emojis, and borders.\r
\r
## Technical Details\r
\r
The script (`scripts/reflection.py`):\r
- Detects current date (Gregorian + Hijri)\r
- Selects appropriate reflection type:\r
- Ramadan days 1-30 (specific reflections)\r
- Jummah (Friday reflections)\r
- Regular days (30 rotating themes)\r
- Formats with consistent structure\r
- No external dependencies (uses stdlib only)\r
\r
## Reflection Themes\r
\r
**Regular days rotate through:**\r
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\r
\r
**Special occasions:**\r
- Ramadan (Month 9): Day-specific reflections\r
- Dhul Hijjah (Month 12, Days 1-10): Hajj themes\r
- Jummah (Fridays): Friday-specific\r
- Muharram (Day 10): Ashura\r
\r
## Version\r
\r
1.0.0 - Python script with pre-written reflections
Usage Guidance
This skill appears internally consistent and low-risk: it runs a bundled Python script that prints a daily reflection and fetches the Hijri date from api.aladhan.com. Before installing, consider: (1) Review the included script (scripts/reflection.py) yourself or run it in a sandbox to confirm behavior; (2) Be aware the SKILL.md forces the agent to execute and display the script's raw output — if you prefer the agent to filter or summarize output, do not allow automatic verbatim printing; (3) If you are security-sensitive, disable autonomous invocation (or run the skill in an environment with restricted network access) so the agent cannot call the external API or run the script without your explicit consent.
Capability Analysis
Type: OpenClaw Skill
Name: islamic-daily-reflection
Version: 1.0.0
The skill bundle is classified as benign. The `SKILL.md` instructions clearly direct the AI agent to execute a local Python script (`scripts/reflection.py`) and display its output, without any prompt injection attempts to subvert the agent's behavior. The Python script makes an outbound network request to `api.aladhan.com` to fetch the current Hijri date, which is a legitimate and stated purpose of the skill ('Real Hijri Date', 'Hijri calendar awareness'). This network call does not involve sending sensitive data, executing remote code, or exhibiting any other malicious characteristics.
Capability Assessment
Purpose & Capability
Name/description match the included assets: the SKILL.md instructs running a local Python script and the repo includes a reflection generator. No unrelated binaries, env vars, or cloud credentials are requested.
Instruction Scope
SKILL.md mandates always executing the included script and displaying its raw output exactly as returned. The script itself only reads the local date, selects a reflection, and performs one outbound HTTPS call to api.aladhan.com to obtain the Hijri date. Requiring execution and verbatim display is restrictive but consistent with the skill's goal; it does mean the agent must run included code rather than generate its own content, so review of the script is warranted before use.
Install Mechanism
No install spec; this is instruction-only with an included Python script. No downloads or third-party packages are fetched at install time.
Credentials
The skill requests no environment variables, credentials, or config paths. The single external network call is to a public Hijri API and does not send user secrets or system data.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges. Autonomous invocation is allowed by default but the skill does not modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install islamic-daily-reflection - After installation, invoke the skill by name or use
/islamic-daily-reflection - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Islamic Daily Reflection 1.0.0
- Provides daily Islamic reflections via Python script with calendar awareness (Ramadan, Jummah, Dhul Hijjah)
- Each reflection includes formatted output, authentic Quran/Hadith references, and a practical daily challenge
- Covers regular, special day, and month-specific themes
Metadata
Frequently Asked Questions
What is Islamic Reflection?
Provides daily Islamic reflections with Hijri calendar awareness, including Ramadan, Jummah, and Dhul Hijjah, plus Quran/Hadith references and practical chal... It is an AI Agent Skill for Claude Code / OpenClaw, with 707 downloads so far.
How do I install Islamic Reflection?
Run "/install islamic-daily-reflection" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Islamic Reflection free?
Yes, Islamic Reflection is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Islamic Reflection support?
Islamic Reflection is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Islamic Reflection?
It is built and maintained by clinicode (@clinicode); the current version is v1.0.0.
More Skills