Alert

Manage Alert data right from your terminal. Built for people who want get things done faster without complex setup.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 50 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description claim a local CLI for managing alert data and the included script implements that behavior (local data dir, logging, export). Minor inconsistency: SKILL.md documents an 'alert' CLI but there is no install spec that would place scripts/script.sh onto the user's PATH—so the runtime experience may require manual installation.
Instruction Scope
SKILL.md and the script operate only on local files under $HOME/.local/share/alert and standard shell utilities (grep, tail, du, etc.). There are no instructions to read unrelated system files, access environment secrets, or transmit data externally. Note: exported logs will include whatever user-provided entries exist, so sensitive content written into entries would be included in exports.
Install Mechanism
There is no install spec (instruction-only). A script file is included but not automatically installed or placed on PATH — this is low-risk but an operational mismatch (users/agents must manually install or run the script). No network downloads or archive extraction are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths beyond its local data directory. That aligns with its stated offline/local purpose.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and only stores its own data under the user's home directory. It does not persist elevated privileges.
Assessment
This skill appears to be a simple local logging/utility CLI. Before installing or running it: (1) review the included scripts/script.sh yourself (it is small and readable) and run it in a safe environment if unsure; (2) be aware all entries you save are stored under ~/.local/share/alert and will be included in exports—avoid writing secrets into entries; (3) note there is no automatic install: to use the 'alert' command you must place scripts/script.sh on your PATH or create a wrapper; (4) the SKILL.md references BytesAgain for feedback but no homepage was provided in registry metadata—if provenance matters, verify the publisher independently.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.2
Download zip
latestvk97ek04v86vk8g9qysxrq1j5v9831cc1

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Alert

Manage Alert data right from your terminal. Built for people who want get things done faster without complex setup.

Why Alert?

  • 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
alert help

# Check current status
alert status

# View your statistics
alert stats

Commands

CommandWhat it does
alert runRun
alert checkCheck
alert convertConvert
alert analyzeAnalyze
alert generateGenerate
alert previewPreview
alert batchBatch
alert compareCompare
alert exportExport
alert configConfig
alert statusStatus
alert reportReport
alert statsSummary statistics
alert export<fmt> Export (json
alert search<term> Search entries
alert recentRecent activity
alert statusHealth check
alert helpShow this help
alert versionShow version
alert $name:$c entries
alert Total:$total entries
alert Datasize: $(du -sh "$DATA_DIR" 2>/dev/null
alert Version:v2.0.0
alert Datadir: $DATA_DIR
alert Entries:$(cat "$DATA_DIR"/*.log 2>/dev/null
alert Disk:$(du -sh "$DATA_DIR" 2>/dev/null
alert Last:$(tail -1 "$DATA_DIR/history.log" 2>/dev/null
alert Status:OK
alert [Alert]run: $input
alert Saved.Total run entries: $total
alert [Alert]check: $input
alert Saved.Total check entries: $total
alert [Alert]convert: $input
alert Saved.Total convert entries: $total
alert [Alert]analyze: $input
alert Saved.Total analyze entries: $total
alert [Alert]generate: $input
alert Saved.Total generate entries: $total
alert [Alert]preview: $input
alert Saved.Total preview entries: $total
alert [Alert]batch: $input
alert Saved.Total batch entries: $total
alert [Alert]compare: $input
alert Saved.Total compare entries: $total
alert [Alert]export: $input
alert Saved.Total export entries: $total
alert [Alert]config: $input
alert Saved.Total config entries: $total
alert [Alert]status: $input
alert Saved.Total status entries: $total
alert [Alert]report: $input
alert Saved.Total report entries: $total

Data Storage

All data is stored locally at ~/.local/share/alert/. 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 total
Select a file
Select a file to preview.

Comments

Loading comments…