Notification
Terminal-first Notification manager. Keep your utility tools data organized with simple commands.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 52 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the implementation: a terminal CLI that stores entries under ~/.local/share/notification. The script implements the listed commands and logging functionality; no unrelated cloud or privileged capabilities are requested.
Instruction Scope
SKILL.md instructs local CLI usage only and the script stays offline. Minor issues: SKILL.md and the script embed $DATA_DIR examples and rely on common shell utilities (grep, tail, wc, du, sed, printf, date) but the skill metadata does not declare required binaries. SKILL.md claims 'Works entirely offline' which aligns with the script.
Install Mechanism
No install spec (instruction-only with an included bash script). Nothing is downloaded or extracted from external URLs by the skill.
Credentials
No environment variables, credentials, or external config paths are required. The script uses HOME implicitly to derive the data dir (normal). It does not read or transmit unrelated secrets.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system settings. It stores data under the user's home directory (~/.local/share/notification) which is a reasonable, scoped persistence location.
Assessment
This appears to be a simple offline CLI that logs entries under ~/.local/share/notification. If you install it: (1) expect local files to be created and appended to (history.log and per-command .log files) — avoid entering sensitive credentials into the tool since inputs are stored in plaintext; (2) verify the publisher (BytesAgain / bytesagain.com) if you need vendor trust—registry metadata shows unknown source/homepage which is a minor mismatch; (3) the README/script version strings differ from the registry version (SKILL.md/script say v2.0.0 while registry lists 1.0.1) — consider pulling the script into a sandbox or reviewing it before adding to a production agent; (4) the script depends on common shell utilities but the skill metadata doesn't list them; ensure your runtime has these tools. Overall the package is coherent and low-risk, but review and sandboxing are prudent before granting it to an automated agent.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
Notification
Terminal-first Notification manager. Keep your utility tools data organized with simple commands.
Why Notification?
- 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
notification help
# Check current status
notification status
# View your statistics
notification stats
Commands
| Command | What it does |
|---|---|
notification run | Run |
notification check | Check |
notification convert | Convert |
notification analyze | Analyze |
notification generate | Generate |
notification preview | Preview |
notification batch | Batch |
notification compare | Compare |
notification export | Export |
notification config | Config |
notification status | Status |
notification report | Report |
notification stats | Summary statistics |
notification export | <fmt> Export (json |
notification search | <term> Search entries |
notification recent | Recent activity |
notification status | Health check |
notification help | Show this help |
notification version | Show version |
notification $name: | $c entries |
notification Total: | $total entries |
notification Data | size: $(du -sh "$DATA_DIR" 2>/dev/null |
notification Version: | v2.0.0 |
notification Data | dir: $DATA_DIR |
notification Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null |
notification Disk: | $(du -sh "$DATA_DIR" 2>/dev/null |
notification Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null |
notification Status: | OK |
notification [Notification] | run: $input |
notification Saved. | Total run entries: $total |
notification [Notification] | check: $input |
notification Saved. | Total check entries: $total |
notification [Notification] | convert: $input |
notification Saved. | Total convert entries: $total |
notification [Notification] | analyze: $input |
notification Saved. | Total analyze entries: $total |
notification [Notification] | generate: $input |
notification Saved. | Total generate entries: $total |
notification [Notification] | preview: $input |
notification Saved. | Total preview entries: $total |
notification [Notification] | batch: $input |
notification Saved. | Total batch entries: $total |
notification [Notification] | compare: $input |
notification Saved. | Total compare entries: $total |
notification [Notification] | export: $input |
notification Saved. | Total export entries: $total |
notification [Notification] | config: $input |
notification Saved. | Total config entries: $total |
notification [Notification] | status: $input |
notification Saved. | Total status entries: $total |
notification [Notification] | report: $input |
notification Saved. | Total report entries: $total |
Data Storage
All data is stored locally at ~/.local/share/notification/. 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…
