← 返回 Skills 市场
ivangdavila

Meditate

作者 Iván · GitHub ↗ · v1.0.1
linuxdarwinwin32 ⚠ suspicious
563
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install meditate
功能描述
Think proactively during idle time with sandboxed reflections, adaptive rhythms, and feedback-driven focus areas.
安全使用建议
What to consider before installing: - This skill will read your conversation history and create/update files in ~/meditate/ (profile.md, topics.md, insights.md, feedback.md, archive/). The registry metadata did not declare those config paths — confirm you are comfortable with local storage in your home directory. - The skill states it will never send data externally, use credentials, or perform actions, and has strict sandbox rules in the docs, but those are behavioral constraints the agent must obey; the code is not present to enforce them. If you use this skill, periodically inspect ~/meditate/ contents and permissions. - If stored insights may contain sensitive details, consider restricting file permissions (chmod 700), placing the directory on encrypted storage, or running the skill in a segregated environment/account. - The template shows a shell command for initial setup (mkdir -p ...). Decide whether you will run that manually (safer) rather than allowing automated file creation. - Test the skill with non-sensitive topics first to verify it behaves as promised. If you need stronger guarantees (encryption, explicit consent prompts, platform-enforced sandboxing), request those features or avoid installing until they are provided. Confidence note: assessment is medium because the skill is instruction-only (no code to analyze) and the main concerns are transparency about local file I/O and privacy safeguards rather than evidence of malicious intent.
功能分析
Type: OpenClaw Skill Name: meditate Version: 1.0.1 The OpenClaw AgentSkills skill bundle is meticulously designed with strong self-imposed security boundaries. The `SKILL.md` and `sandbox.md` files contain extensive, explicit instructions for the AI agent to prevent it from executing commands, accessing external resources, modifying files outside its designated `~/meditate/` directory, or generating actionable code. The `_meta.json` also indicates no external binaries are required. While `memory-template.md` includes a `mkdir` command for initial setup, this is a benign local directory creation and is heavily contradicted by numerous explicit 'NEVER execute commands' instructions throughout the skill, indicating it's likely a setup instruction for the environment rather than a command for the agent to execute. There is no evidence of intentional harmful behavior, data exfiltration, or malicious prompt injection attempts.
能力评估
Purpose & Capability
The name/description align with the instructions: the skill is designed to read conversation history, generate reflections, and store them locally. It does not request network access, credentials, or external services, which is proportionate. However, the registry metadata lists no required config paths while SKILL.md consistently expects and uses a ~/meditate/ directory — an inconsistency in declared vs. actual runtime I/O.
Instruction Scope
Runtime instructions say the agent will read conversation history and read/write files under ~/meditate/. The docs repeatedly insist on an absolute sandbox (no network, no creds, no actions), but the memory-template includes a shell example (mkdir -p ~/meditate/archive) and profile.md is said to be 'updated automatically' — meaning the agent will be expected to write to disk. The skill relies on the agent correctly filtering out personal data; that enforcement is not verifiable from these files. The instructions do not detail how conversation history is accessed or filtered, which is a privacy-sensitive ambiguity.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes supply-chain risk — nothing is downloaded or executed by default.
Credentials
The skill requests no env vars or credentials (appropriate), but it will read conversation history (sensitive data) and persist derived materials under ~/meditate/. The registry metadata does not declare these config paths, so the runtime behavior (local file I/O in the home directory) is not reflected in the declared requirements — a transparency gap the user should note.
Persistence & Privilege
always:false and autonomous invocation are normal. The skill intends to persist memory (profile.md, insights.md, feedback.md, archive/) in the user's home directory and update those files automatically; that is expected for a meditation/memory skill but is persistent storage of conversation-derived material and should be treated as sensitive.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meditate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meditate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Minor refinements for consistency
v1.0.0
Initial release
元数据
Slug meditate
版本 1.0.1
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Meditate 是什么?

Think proactively during idle time with sandboxed reflections, adaptive rhythms, and feedback-driven focus areas. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 563 次。

如何安装 Meditate?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install meditate」即可一键安装,无需额外配置。

Meditate 是免费的吗?

是的,Meditate 完全免费(开源免费),可自由下载、安装和使用。

Meditate 支持哪些平台?

Meditate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Meditate?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.1。

💬 留言讨论