← 返回 Skills 市场
707
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install islamic-daily-reflection
功能描述
Provides daily Islamic reflections with Hijri calendar awareness, including Ramadan, Jummah, and Dhul Hijjah, plus Quran/Hadith references and practical chal...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install islamic-daily-reflection - 安装完成后,直接呼叫该 Skill 的名称或使用
/islamic-daily-reflection触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Islamic Reflection 是什么?
Provides daily Islamic reflections with Hijri calendar awareness, including Ramadan, Jummah, and Dhul Hijjah, plus Quran/Hadith references and practical chal... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 707 次。
如何安装 Islamic Reflection?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install islamic-daily-reflection」即可一键安装,无需额外配置。
Islamic Reflection 是免费的吗?
是的,Islamic Reflection 完全免费(开源免费),可自由下载、安装和使用。
Islamic Reflection 支持哪些平台?
Islamic Reflection 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Islamic Reflection?
由 clinicode(@clinicode)开发并维护,当前版本 v1.0.0。
推荐 Skills