← Back to Skills Marketplace
harrylabsj

Morning Ritual Planner

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
83
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install morning-ritual-planner
Description
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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: morning-ritual-planner Version: 1.0.0 The skill is a straightforward text processor designed to generate morning routine plans in markdown format. The Python logic in handler.py uses basic regex and predefined templates to parse user input and lacks any high-risk behaviors such as network access, file system modification, or command execution. The SKILL.md instructions are well-aligned with the stated purpose and do not contain any malicious prompt injection attempts.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install morning-ritual-planner
  3. After installation, invoke the skill by name or use /morning-ritual-planner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Morning Ritual Planner v1.0.0 - Initial release. - Helps users create a practical, time-budgeted morning ritual around a reliable anchor habit. - Includes support for fallback routines for chaotic or low-sleep mornings. - Prompts users to add night-before prep to ease morning friction. - Outputs a markdown plan with a goal summary, routine steps, prep, fallback, and weekly review questions.
Metadata
Slug morning-ritual-planner
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Morning Ritual Planner?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 83 downloads so far.

How do I install Morning Ritual Planner?

Run "/install morning-ritual-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Morning Ritual Planner free?

Yes, Morning Ritual Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Morning Ritual Planner support?

Morning Ritual Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Morning Ritual Planner?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.

💬 Comments