← 返回 Skills 市场
Oven
作者
bytesagain3
· GitHub ↗
· v2.0.1
· MIT-0
248
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install oven
功能描述
Track oven usage and cooking schedules. Use when logging bake sessions, setting cook reminders, checking inventory, reviewing stats.
安全使用建议
This skill appears coherent and offline, but because it includes an executable shell script that will create and write files under ~/.local/share/oven, review the script before installing or granting execution rights. If you care about privacy/backups: (1) inspect scripts/script.sh to confirm behavior (it only writes and reads logs), (2) consider running it in a sandbox or test account first, (3) back up or delete ~/.local/share/oven if you uninstall, and (4) verify the platform's install/execution steps so you know when the script will run. No network calls or credentials were found in the files provided.
功能分析
Type: OpenClaw Skill
Name: oven
Version: 2.0.1
The Oven skill is a straightforward local logging utility for tracking household tasks and schedules. The bash script (scripts/script.sh) manages simple text-based logs in a local directory (~/.local/share/oven/) and provides basic export and search functionality without any network access, credential harvesting, or suspicious execution logic. The SKILL.md documentation contains repetitive command definitions but lacks any malicious prompt-injection attempts or instructions to perform unauthorized actions.
能力评估
Purpose & Capability
Name/description (oven tracker, logging, reminders, exports) match the actual behavior: the script implements CLI commands for add/inventory/schedule/etc and stores data locally. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md describes a local CLI and gives examples; it does not instruct the agent to read unrelated system files or send data externally. The shipped script operates only on $HOME/.local/share/oven and uses standard local utilities (grep, tail, du, wc, cat).
Install Mechanism
There is no install spec (instruction-only), but a shell script (scripts/script.sh) is included. That script will be written to disk as part of the skill bundle; if the platform executes or installs it, it will run locally. This is expected for a CLI tool, but users should review the script before allowing execution.
Credentials
The skill declares no required environment variables or credentials. The script uses $HOME implicitly (to set DATA_DIR) which is proportional to a local tool and does not access secrets or third-party credentials.
Persistence & Privilege
always is false and the skill does not request elevated privileges. It does create and write files under ~/.local/share/oven (history.log and per-command .log files), which is normal for a local tracker but means persistent user data will remain on disk until removed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oven - 安装完成后,直接呼叫该 Skill 的名称或使用
/oven触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
元数据
常见问题
Oven 是什么?
Track oven usage and cooking schedules. Use when logging bake sessions, setting cook reminders, checking inventory, reviewing stats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 248 次。
如何安装 Oven?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oven」即可一键安装,无需额外配置。
Oven 是免费的吗?
是的,Oven 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Oven 支持哪些平台?
Oven 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Oven?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.1。
推荐 Skills