← Back to Skills Marketplace
bytesagain3

Oven

by bytesagain3 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
248
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install oven
Description
Track oven usage and cooking schedules. Use when logging bake sessions, setting cook reminders, checking inventory, reviewing stats.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oven
  3. After installation, invoke the skill by name or use /oven
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
Metadata
Slug oven
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Oven?

Track oven usage and cooking schedules. Use when logging bake sessions, setting cook reminders, checking inventory, reviewing stats. It is an AI Agent Skill for Claude Code / OpenClaw, with 248 downloads so far.

How do I install Oven?

Run "/install oven" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Oven free?

Yes, Oven is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Oven support?

Oven is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Oven?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.1.

💬 Comments