Morning Ritual Planner

v1.0.0

Build a realistic morning routine around the user's real wake time, time budget, reliable anchor, night-before prep, and fallback plan for chaotic or low-sle...

0· 81·0 current·0 all-time
byhaidong@harrylabsj

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for harrylabsj/morning-ritual-planner.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Morning Ritual Planner" (harrylabsj/morning-ritual-planner) from ClawHub.
Skill page: https://clawhub.ai/harrylabsj/morning-ritual-planner
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install morning-ritual-planner

ClawHub CLI

Package manager switcher

npx clawhub@latest install morning-ritual-planner
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, SKILL.md, and handler.py align: the code parses user inputs, selects templates, and renders a markdown plan. There are no unrelated credentials, binaries, or cloud APIs required.
Instruction Scope
SKILL.md explicitly limits the skill to descriptive output and not to setting alarms, accessing calendars, or calling external services. The implementation follows that scope (it only reads the local SKILL.md file for metadata and processes the provided input). There are no instructions to read unrelated system files or environment variables.
Install Mechanism
No install spec; this is instruction-plus-local-code only. No downloads, package installs, or archive extraction are present, so there is no additional install-time risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not access or require secrets or external tokens.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or global agent config. Autonomous invocation is allowed (default), which is expected for behavior of this kind and is not combined with any other concerning privileges.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c7mcpa5j9n776zva2xjyk3584we4a
81downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Morning Ritual Planner

Overview

Use this skill to turn a vague wish for a better morning into a practical ritual that matches real life. It keeps the routine honest by starting from the user's actual wake time, existing obligations, and one anchor they already perform reliably.

This skill is descriptive only. It does not set alarms, start timers, or connect to calendars, wearables, or reminder apps.

Trigger

Use this skill when the user wants to:

  • design a morning ritual that fits a 10, 20, 30, or 45 minute window
  • stop overbuilding a routine they cannot sustain
  • adapt a morning plan to family, commute, caregiving, or work constraints
  • create a shorter fallback version for late or low-sleep mornings
  • add night-before prep so the routine feels easier to start

Example prompts

  • "Help me build a realistic 20 minute morning routine before the school run"
  • "I want a calmer morning, but I only have 10 minutes"
  • "Create a fallback morning ritual for days when I wake up tired"
  • "Design a focused morning routine around coffee and journaling"

Workflow

  1. Capture the user's real wake time, desired morning feeling, and hard constraints.
  2. Identify a reliable anchor, such as getting out of bed, brushing teeth, or making coffee.
  3. Build the routine in layers: must-do, nice-to-have, and bonus.
  4. Fit the sequence to an honest time budget.
  5. Add one or more night-before prep steps that reduce friction.
  6. Create a fallback version for chaotic or low-energy mornings.
  7. End with a short weekly review prompt so the routine can evolve.

Inputs

The user can provide any mix of:

  • wake time or target wake window
  • available morning time
  • desired feeling, such as calm, focused, grounded, or energized
  • existing anchor habit
  • family, commute, work, school, or caregiving constraints
  • preferred activities, such as stretching, tea, journaling, reading, or movement
  • sleep quality or low-energy context

Outputs

Return a markdown plan with:

  • goal summary
  • wake-up anchor and honest time budget
  • ritual sequence with durations and why each step stays
  • night-before prep list
  • fallback version for hard mornings
  • weekly review questions

Safety

  • Keep the plan realistic for the user's current life, not an aspirational fantasy schedule.
  • Protect sleep. If the user sounds chronically sleep deprived, shorten the ritual before adding more activities.
  • Prefer interruptible routines for caregivers or chaotic households.
  • Do not claim the routine will guarantee productivity, mood, or discipline.

Acceptance Criteria

  • Return markdown text.
  • Include one reliable anchor, one night-before prep step, and one fallback version.
  • Keep the total duration realistic for the stated time budget.
  • Make it obvious what a successful normal morning looks like.

Comments

Loading comments...