Morning Ritual Planner

PassAudited by ClawScan on Apr 15, 2026.

Overview

The skill's code and instructions are consistent with its stated purpose (building short, realistic morning routines); it requests no credentials, makes no network calls, and does not attempt privileged actions.

This skill appears internally consistent and low-risk: it only reads its local SKILL.md and generates a descriptive markdown routine without accessing networks, credentials, or system-wide configuration. Suggested precautions before installing: (1) quickly scan handler.py to confirm there are truly no network calls or subprocess.exec usage in the full file, (2) run the included tests (they expect a handle(...) entrypoint) to verify the packaged code runs as expected, and (3) review SKILL.md to ensure it contains no private data you wouldn't want the skill to read. If you need the agent to act on calendars, timers, or devices, expect a different skill that explicitly requests those integrations and credentials.