← Back to Skills Marketplace
Notification
by
bytesagain3
· GitHub ↗
· v2.0.1
· MIT-0
587
Downloads
0
Stars
3
Active Installs
3
Versions
Install in OpenClaw
/install notification
Description
Manage terminal notifications with scheduling, filtering, and delivery tracking. Use when sending alerts, filtering notifications, confirming delivery.
Usage Guidance
This skill appears to be a simple, offline terminal notification logger and exporter. Before installing or running it: (1) be aware that everything you type to the tool is stored in ~/.local/share/notification/ (history and per-command .log files) — avoid entering secrets or sensitive data; (2) there is no automatic installer: if you want to use the 'notification' command you must install or symlink scripts/script.sh yourself; (3) verify the full script (the package included a script and the SKILL.md appears truncated in the bundle) and confirm the repository/source is trustworthy; (4) the tool does not reach out to external endpoints nor request credentials, so network exfiltration is not evident from the provided files; (5) if you need higher assurance, run the script in a sandbox or inspect/modify it to change the data directory before use.
Capability Analysis
Type: OpenClaw Skill
Name: notification
Version: 2.0.1
The skill is a basic terminal-based logging utility that records user input into local text files within ~/.local/share/notification/. While the implementation is rudimentary and contains logic bugs—specifically duplicate case branches in scripts/script.sh that prevent the actual export and status functions from being reachable—it lacks any indicators of malicious intent, data exfiltration, or unauthorized command execution.
Capability Assessment
Purpose & Capability
Name/description match the included behavior: a local CLI that logs and exports notification entries. Minor incoherence: SKILL.md and examples assume a 'notification' CLI is available, but there is no install spec that places scripts/script.sh on PATH. Also registry version (2.0.1) differs from SKILL.md/script version (v2.0.0). You or an operator will need to install or symlink the provided script to make the CLI command work.
Instruction Scope
Runtime instructions and the script operate entirely on local files under ~/.local/share/notification. The agent instructions do not ask for unrelated files, credentials, or external endpoints. The script logs user-provided text, searches, exports, and summarizes only data in its data directory.
Install Mechanism
No install specification is provided (instruction-only), but a shell script is included. That means nothing is automatically installed: the operator must install or run scripts/script.sh manually (e.g., place it on PATH as 'notification'). This is not necessarily malicious but is a deployment friction/incoherence to be aware of.
Credentials
The skill requests no environment variables, credentials, or config paths. The script uses common system utilities (cat, grep, tail, du, wc) which are proportional to the stated functionality.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It stores data under the user's home directory (~/.local/share/notification) which is expected for a local CLI tool.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notification - After installation, invoke the skill by name or use
/notification - 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
Frequently Asked Questions
What is Notification?
Manage terminal notifications with scheduling, filtering, and delivery tracking. Use when sending alerts, filtering notifications, confirming delivery. It is an AI Agent Skill for Claude Code / OpenClaw, with 587 downloads so far.
How do I install Notification?
Run "/install notification" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Notification free?
Yes, Notification is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Notification support?
Notification is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Notification?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.1.
More Skills