← Back to Skills Marketplace
122
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install personal-ritual-designer
Description
Creates meaningful personal rituals for grounding, intention, and daily transitions.
Usage Guidance
This skill appears coherent and low-risk: it contains a small local handler that analyzes text and returns JSON recommendations, no external network calls, and no credential requests. Things to consider before installing: 1) Source unknown — prefer skills from known authors or review provenance. 2) Review handler.py yourself (it's short) to confirm you’re comfortable with the code; the file contains some unused conditional branches which are harmless but sloppy. 3) Run the included tests in a sandbox to confirm behavior. 4) If you plan to share sensitive personal details, remember the skill is intended for descriptive reflection and not a replacement for professional advice. If any unexpected network activity or credential prompts appear at runtime, do not proceed and report the skill.
Capability Analysis
Type: OpenClaw Skill
Name: personal-ritual-designer
Version: 1.0.0
The 'Personal Ritual Designer' skill is a purely descriptive tool designed to provide mindfulness and ritual suggestions. The Python logic in handler.py is a simple, deterministic text processor that analyzes keywords and returns structured JSON recommendations without any file system access, network calls, or dangerous execution sinks. The SKILL.md documentation is well-structured and contains no evidence of prompt injection or malicious instructions.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and handler.py align: the code analyzes user text and returns structured ritual recommendations. The skill does not request credentials, binaries, or config paths that would be unrelated to a ritual-design tool. One minor oddity: handler.py contains many conditional branches comparing the hardcoded slug to other skill names (dead/unreachable branches), which appears to be copy/paste or templating noise but does not change behavior.
Instruction Scope
SKILL.md stays within scope (designing rituals, safety disclaimers, no medical/legal advice). The code's runtime behavior (parse input, generate JSON recommendations) matches the documented scope and does not read files, call external endpoints, or access environment variables. The skill declares it does not store personal data and there is no persistence code in handler.py.
Install Mechanism
There is no install spec (lowest-risk install mechanism). However, this is not a purely instruction-only package: two local code files (handler.py and tests) are included. They are small, self-contained, and do not perform network or shell operations. The presence of executable script files is expected for a code-backed skill but worth noting — nothing is downloaded or written to disk by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a descriptive, offline text-analysis skill. No secrets or broad access are required.
Persistence & Privilege
The skill does not request 'always: true' and does not attempt to modify other skills or system settings. There is no code that writes persistent state or installs background services. Autonomous invocation is allowed by default (platform normal) but combined with the low scope here this is acceptable.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install personal-ritual-designer - After installation, invoke the skill by name or use
/personal-ritual-designer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Personal Ritual Designer.
- Enables users to create personalized rituals for grounding, intention-setting, and daily or life transitions.
- Uses a 4-part ritual structure adaptable to various needs, including morning routines, grief, celebration, and weekly resets.
- Customizes rituals based on user preferences for duration, setting, objects, and secular or spiritual orientation.
- Focuses on sustainable, realistic practices that fit into users' actual lives.
- Designed for self-reflection and personal development; not a replacement for professional advice.
Metadata
Frequently Asked Questions
What is Personal Ritual Designer?
Creates meaningful personal rituals for grounding, intention, and daily transitions. It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.
How do I install Personal Ritual Designer?
Run "/install personal-ritual-designer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Personal Ritual Designer free?
Yes, Personal Ritual Designer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Personal Ritual Designer support?
Personal Ritual Designer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Personal Ritual Designer?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills