← 返回 Skills 市场
rabbot42

OpenClaw Coach

作者 rabbot42 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
245
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-coach-rabbot42
功能描述
OpenClaw 私人教练 - 每日文档同步+技巧教学。用于 (1) 每天自动从官网同步最新文档到 Obsidian 知识库 (2) 每天早上 7:21 发送 OpenClaw 使用技巧 (3) 每天晚上 21:05 让用户选择想了解的技巧主题 (4) 检测 OpenClaw 版本更新并提醒
安全使用建议
Before installing: (1) Inspect the scripts yourself — they will run curl/jq and call the 'openclaw' CLI; ensure you have those binaries and are comfortable with network access to GitHub and the OpenClaw server. (2) Confirm the hardcoded message target (ou_6492d430...) is intended: change it to your own target or make it configurable; otherwise messages may be sent to someone else. (3) Ensure the $HOME/Obsidian/Docs/OpenClaw path and ~/.openclaw/skills install assumptions are correct for your system. (4) If you need stronger assurances, require the skill to declare required binaries/config paths or to read a user-supplied TARGET env var rather than using a hardcoded recipient. If you cannot verify these points, avoid installing or run the scripts in a sandboxed environment first.
功能分析
Type: OpenClaw Skill Name: openclaw-coach-rabbot42 Version: 1.0.0 The skill bundle is designed to synchronize OpenClaw documentation from GitHub to a local Obsidian vault and send daily usage tips. It uses standard shell commands (curl, jq, date) and the 'openclaw' CLI to perform its tasks. While it contains a hardcoded target ID (ou_6492d43062b301922db4bb3b91f2c22a) in 'scripts/pick-daily-tip.sh' and 'scripts/send-daily-tip.sh' for sending notifications, which may result in messages being sent to a specific user regardless of who installs the skill, the behavior is transparent and aligned with the stated purpose. No evidence of data exfiltration, malicious execution, or persistence was found.
能力评估
Purpose & Capability
The skill claims to sync docs and send daily tips, which matches the scripts, but the metadata declares no required binaries or config paths while the scripts clearly call external tools (openclaw CLI, curl, jq) and write to $HOME/Obsidian/Docs/OpenClaw and expect a skills install location (~/.openclaw/skills). Not declaring these requirements is an incoherence (the runtime will fail or behave unexpectedly if those tools/paths are missing).
Instruction Scope
The SKILL.md and included scripts stay within the stated feature set (sync docs, pick and send tips), but the scripts: (1) perform network calls to GitHub (raw.githubusercontent.com and api.github.com) which is expected for doc sync, (2) invoke the 'openclaw message send' CLI with a hardcoded target ID (ou_6492d4...), which may route messages to an unexpected recipient if not the user's own ID, and (3) write/read files under the user's home Obsidian path. The hardcoded target and lack of a configurable recipient are notable risks.
Install Mechanism
This is instruction-only with bundled scripts (no automated download/install). That's low install risk, but the presence of runnable scripts means installation will place files under the skills directory and they may be executed by the agent or a scheduler — verify file placement and contents before running.
Credentials
Requires access to the openclaw CLI (which will use the agent's OpenClaw credentials/config) and network access to GitHub, yet the skill declares no required environment variables or config paths. Also it assumes an Obsidian directory at $HOME/Obsidian/Docs/OpenClaw. The fixed --target ID in message sends is effectively a hidden required piece of configuration (and may cause messages to go to a third party), but it is not declared or parameterized.
Persistence & Privilege
The skill does not request 'always: true', does not modify other skills' configs, and only writes files under the user's home Obsidian path and its own skill directory. It does not request elevated system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-coach-rabbot42
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-coach-rabbot42 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OpenClaw Coach 初始发布:自动文档同步与每日技巧推送,提升 Obsidian 知识库管理效率。 - 自动从官网每日同步 OpenClaw 官方文档到 Obsidian 知识库 - 每天早晨定时发送 OpenClaw 使用技巧 - 晚间引导用户选择第二天想要学习的技巧主题 - 检测 OpenClaw 版本更新并提醒 - 支持手动命令,如立即同步和查看技巧
元数据
Slug openclaw-coach-rabbot42
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Coach 是什么?

OpenClaw 私人教练 - 每日文档同步+技巧教学。用于 (1) 每天自动从官网同步最新文档到 Obsidian 知识库 (2) 每天早上 7:21 发送 OpenClaw 使用技巧 (3) 每天晚上 21:05 让用户选择想了解的技巧主题 (4) 检测 OpenClaw 版本更新并提醒. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 245 次。

如何安装 OpenClaw Coach?

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

OpenClaw Coach 是免费的吗?

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

OpenClaw Coach 支持哪些平台?

OpenClaw Coach 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Coach?

由 rabbot42(@rabbot42)开发并维护,当前版本 v1.0.0。

💬 留言讨论