← 返回 Skills 市场
83
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install morning-ritual-planner - 安装完成后,直接呼叫该 Skill 的名称或使用
/morning-ritual-planner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 83 次。
如何安装 Morning Ritual Planner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install morning-ritual-planner」即可一键安装,无需额外配置。
Morning Ritual Planner 是免费的吗?
是的,Morning Ritual Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Morning Ritual Planner 支持哪些平台?
Morning Ritual Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Morning Ritual Planner?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills