# Send Islamic Reflection to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "islamic-daily-reflection",
    "name": "Islamic Reflection",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/clinicode/islamic-daily-reflection",
    "canonicalUrl": "https://clawhub.ai/clinicode/islamic-daily-reflection",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/islamic-daily-reflection",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=islamic-daily-reflection",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/reflection.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "islamic-daily-reflection",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T04:58:35.104Z",
      "expiresAt": "2026-05-07T04:58:35.104Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=islamic-daily-reflection",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=islamic-daily-reflection",
        "contentDisposition": "attachment; filename=\"islamic-daily-reflection-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "islamic-daily-reflection"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/islamic-daily-reflection"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/islamic-daily-reflection",
    "downloadUrl": "https://openagent3.xyz/downloads/islamic-daily-reflection",
    "agentUrl": "https://openagent3.xyz/skills/islamic-daily-reflection/agent",
    "manifestUrl": "https://openagent3.xyz/skills/islamic-daily-reflection/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/islamic-daily-reflection/agent.md"
  }
}
```
## Documentation

### CRITICAL: Always Run the Script

When user requests a reflection, you MUST execute the Python script:

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 (Month 9): Day-specific reflections
Dhul Hijjah (Month 12, Days 1-10): Hajj themes
Jummah (Fridays): Friday-specific
Muharram (Day 10): Ashura

### Version

1.0.0 - Python script with pre-written reflections
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: clinicode
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T04:58:35.104Z
- Expires at: 2026-05-07T04:58:35.104Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/islamic-daily-reflection)
- [Send to Agent page](https://openagent3.xyz/skills/islamic-daily-reflection/agent)
- [JSON manifest](https://openagent3.xyz/skills/islamic-daily-reflection/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/islamic-daily-reflection/agent.md)
- [Download page](https://openagent3.xyz/downloads/islamic-daily-reflection)