← 返回 Skills 市场
Notification
作者
bytesagain3
· GitHub ↗
· v2.0.1
· MIT-0
587
总下载
0
收藏
3
当前安装
3
版本数
在 OpenClaw 中安装
/install notification
功能描述
Manage terminal notifications with scheduling, filtering, and delivery tracking. Use when sending alerts, filtering notifications, confirming delivery.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install notification - 安装完成后,直接呼叫该 Skill 的名称或使用
/notification触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
元数据
常见问题
Notification 是什么?
Manage terminal notifications with scheduling, filtering, and delivery tracking. Use when sending alerts, filtering notifications, confirming delivery. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 587 次。
如何安装 Notification?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install notification」即可一键安装,无需额外配置。
Notification 是免费的吗?
是的,Notification 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Notification 支持哪些平台?
Notification 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Notification?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v2.0.1。
推荐 Skills