Oven
Lightweight Oven tracker. Add entries, view stats, search history, and export in multiple formats.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 33 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description claim a local oven tracker. The included script implements CLI commands and stores data under ~/.local/share/oven — consistent with the stated purpose. No unrelated credentials or cloud APIs are requested.
Instruction Scope
SKILL.md instructs using an `oven` command-line tool but provides no install instructions to make scripts/script.sh available as `oven`. This is a usability/documentation gap (not a security mismatch): the tool otherwise runs entirely locally and the instructions do not ask for unrelated data or network access.
Install Mechanism
There is no install spec (instruction-only from the registry's perspective). A script file is included; it runs locally and does not download or execute remote code. The absence of an automated install step is notable but not risky.
Credentials
No environment variables, credentials, or config paths are requested. The script uses HOME to locate ~/.local/share/oven which is proportional to a local CLI data store.
Persistence & Privilege
Skill is not marked always:true and does not request system-wide configuration changes. It writes only to its own data directory under the user's home.
Assessment
This appears to be a small, offline CLI tool that stores logs under ~/.local/share/oven. Before installing or running: 1) inspect scripts/script.sh yourself (it's included) and only run it if you trust it; 2) note the skill will create and append plaintext logs (history.log and per-command .log files) in your home directory — don't store secrets there; exported files (json/csv/txt) are also plaintext and unencrypted; 3) the SKILL.md shows version v2.0.0 while registry metadata lists 1.0.1 — a documentation mismatch worth noting; 4) there are no network calls or credential requests, so the privacy risk is limited to local storage of whatever you enter. If you want convenient invocation as oven, consider installing the script into a bin directory yourself after review.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
Oven
Lightweight Oven tracker. Add entries, view stats, search history, and export in multiple formats.
Why Oven?
- Works entirely offline — your data never leaves your machine
- Simple command-line interface, no GUI needed
- Export to JSON, CSV, or plain text anytime
- Automatic history and activity logging
Getting Started
# See what you can do
oven help
# Check current status
oven status
# View your statistics
oven stats
Commands
| Command | What it does |
|---|---|
oven add | Add |
oven inventory | Inventory |
oven schedule | Schedule |
oven remind | Remind |
oven checklist | Checklist |
oven usage | Usage |
oven cost | Cost |
oven maintain | Maintain |
oven log | Log |
oven report | Report |
oven seasonal | Seasonal |
oven tips | Tips |
oven stats | Summary statistics |
oven export | <fmt> Export (json |
oven search | <term> Search entries |
oven recent | Recent activity |
oven status | Health check |
oven help | Show this help |
oven version | Show version |
oven $name: | $c entries |
oven Total: | $total entries |
oven Data | size: $(du -sh "$DATA_DIR" 2>/dev/null |
oven Version: | v2.0.0 |
oven Data | dir: $DATA_DIR |
oven Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null |
oven Disk: | $(du -sh "$DATA_DIR" 2>/dev/null |
oven Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null |
oven Status: | OK |
oven [Oven] | add: $input |
oven Saved. | Total add entries: $total |
oven [Oven] | inventory: $input |
oven Saved. | Total inventory entries: $total |
oven [Oven] | schedule: $input |
oven Saved. | Total schedule entries: $total |
oven [Oven] | remind: $input |
oven Saved. | Total remind entries: $total |
oven [Oven] | checklist: $input |
oven Saved. | Total checklist entries: $total |
oven [Oven] | usage: $input |
oven Saved. | Total usage entries: $total |
oven [Oven] | cost: $input |
oven Saved. | Total cost entries: $total |
oven [Oven] | maintain: $input |
oven Saved. | Total maintain entries: $total |
oven [Oven] | log: $input |
oven Saved. | Total log entries: $total |
oven [Oven] | report: $input |
oven Saved. | Total report entries: $total |
oven [Oven] | seasonal: $input |
oven Saved. | Total seasonal entries: $total |
oven [Oven] | tips: $input |
oven Saved. | Total tips entries: $total |
Data Storage
All data is stored locally at ~/.local/share/oven/. Each action is logged with timestamps. Use export to back up your data anytime.
Feedback
Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
