Get daily Islamic prayer (Salah) times, Iftar, and Suhoor schedules for any location worldwide. Supports 15+ calculation methods, Hijri dates, and Ramadan ca...
Security Analysis
high confidenceThe skill is an instruction-only wrapper that calls the public Aladhan prayer-times API via curl and its requirements and instructions are consistent with the described purpose.
Name/description (prayer times, iftar/suhoor, Ramadan calendars) match the declared requirements: only curl and network access are needed and the SKILL.md calls the Aladhan API (a public, unauthenticated service). The claw.json network permission aligns with this purpose.
SKILL.md only instructs making HTTPS GET requests to api.aladhan.com and formatting the returned JSON. It does not request unrelated files, environment variables, or other system state. It asks for user location/date when needed and explains how to parse the API response.
There is no install spec and no code to write to disk (instruction-only). This minimizes filesystem risk and is appropriate for a simple API-wrapper skill.
No environment variables, credentials, or config paths are requested. The skill only needs outbound network access to a single public API, which is proportional to its function.
Skill is not always-enabled and is user-invocable. disable-model-invocation is false (the default), meaning the agent may call the skill autonomously—this is expected for skills and is not excessive here. The skill does not request persistent storage or modify other skills.
Guidance
This skill is internally consistent: it only uses curl to call the public Aladhan API and requires no credentials or disk access. Before installing, consider: (1) the publisher/source is unknown — if provenance matters to you, prefer skills from known authors or check the repository; (2) API calls send the requested city/coordinates to a third-party service (aladhan.com), so avoid sending sensitive location details you wouldn't want shared; and (3) the agent will be able to make outbound network calls when it invokes the skill (normal behavior). If those points are acceptable, the skill appears safe and proportionate for its stated purpose.
Latest Release
v1.0.1
- Initial public release. - Provides daily Islamic prayer times, Iftar, and Suhoor schedules for any city or coordinates worldwide. - Supports 15+ calculation methods, Hijri dates, and full Ramadan calendars. - Uses the Aladhan Prayer Times API via curl for accurate timings. - Includes enhanced privacy section and clarifies no personal data is stored or tracked.
Popular Skills
Published by @fermions75 on ClawHub