← 返回 Skills 市场
Meditation Guide
作者
bytesagain3
· GitHub ↗
· v3.0.0
· MIT-0
528
总下载
0
收藏
2
当前安装
12
版本数
在 OpenClaw 中安装
/install meditation-guide
功能描述
Guided meditation with breathing exercises and session tracking. Use when practicing mindfulness.
安全使用建议
This skill appears to be what it says: local meditation tools and a simple session log in ~/.local/share/meditation-guide/sessions.jsonl. Before installing, you may want to: (1) inspect the two included scripts (scripts/script.sh and scripts/meditate.sh) to confirm you want both present — the Python script is not referenced by SKILL.md; (2) be aware the skill will create/append sessions.jsonl in your home; (3) if you prefer, run the scripts in a sandbox or check their behavior by running them manually to verify outputs. The scripts show some minor bugs (e.g., echo strings using single quotes preventing variable expansion) but nothing indicates malicious intent.
功能分析
Type: OpenClaw Skill
Name: meditation-guide
Version: 3.0.0
The skill bundle contains a shell injection vulnerability in `scripts/script.sh` within the `cmd_start` function, where the user-provided input is concatenated into a command string without sanitization. Additionally, `scripts/script.sh` contains a large block of empty lines (lines 14–89), a common obfuscation technique used to hide code from quick inspection. While the primary logic in `scripts/meditate.sh` appears benign, the presence of these vulnerabilities and the redundant, poorly-secured implementation in the entry-point script are high-risk indicators.
能力评估
Purpose & Capability
Name/description match the behavior in the provided scripts: breathing guides, timers, guides, journaling prompts, and simple session tracking. No unrelated credentials, binaries, or config paths are required.
Instruction Scope
SKILL.md invokes scripts/script.sh and documents the data directory (~/.local/share/meditation-guide). The scripts only read/write a sessions.jsonl in that directory and print guidance; they do not access external networks or other system credentials. Note: there is an extra script (scripts/meditate.sh) that implements similar functionality in Python but is not referenced by SKILL.md — this duplication is likely benign but unusual.
Install Mechanism
No install specification; this is an instruction-only skill with bundled scripts. Nothing is downloaded or written during installation beyond the scripts already in the bundle.
Credentials
The skill requests no environment variables or credentials. It uses $HOME for a local data directory, which is proportionate to session tracking.
Persistence & Privilege
The skill is not force-enabled (always: false) and does not modify other skills or global agent configuration. It persistently writes session entries to its own directory, which is expected for a tracker.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meditation-guide - 安装完成后,直接呼叫该 Skill 的名称或使用
/meditation-guide触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: Complete rewrite.
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
yaml-fix+quality
v2.3.5
yaml-fix+quality
v2.3.4
Quality upgrade
v2.3.3
Quality upgrade: custom functionality
v2.3.2
Standards compliance: unique content, no template text
v2.3.1
Quality improvement: better docs, examples, cleaner text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions
v1.0.0
Initial release of Meditation Guide.
- Provides guided sessions for mindfulness, breathing exercises, body scan, sleep meditation, focus training, and meditation planning.
- Includes commands for different meditation types: mindful, breathe, body-scan, sleep, focus, and plan.
- Suitable for both beginners and experienced practitioners.
元数据
常见问题
Meditation Guide 是什么?
Guided meditation with breathing exercises and session tracking. Use when practicing mindfulness. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 528 次。
如何安装 Meditation Guide?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meditation-guide」即可一键安装,无需额外配置。
Meditation Guide 是免费的吗?
是的,Meditation Guide 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Meditation Guide 支持哪些平台?
Meditation Guide 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meditation Guide?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v3.0.0。
推荐 Skills