← 返回 Skills 市场
Notify with Pushover
作者
DigitallyBorn
· GitHub ↗
· v1.0.0
2992
总下载
1
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install pushover-notify
功能描述
Send push notifications to your phone via Pushover (pushover.net). Use when you want reliable out-of-band alerts from OpenClaw: reminders, monitoring alerts, cron/heartbeat summaries, or 'notify me when X happens' workflows.
安全使用建议
This skill's behavior is straightforward: it posts messages to the official Pushover API and prints the response. However, the registry metadata omitted required environment variables (PUSHOVER_APP_TOKEN and PUSHOVER_USER_KEY) and a primary credential declaration — which is likely a metadata oversight but should be fixed. Before installing: (1) confirm you are comfortable providing your Pushover app token and user key to this skill and that you will supply them securely at runtime (do not hardcode into files in a shared repo); (2) review scripts/pushover_send.js yourself (it is short and readable) to verify it only posts to api.pushover.net; (3) prefer scoping the credential to this skill and avoid giving it broader secrets access; and (4) if you need stronger assurance, ask the publisher to update registry metadata to list required env vars and identify the primary credential. If you can't verify the owner or metadata, treat the missing-declaration as a red flag and avoid providing credentials until clarified.
功能分析
Type: OpenClaw Skill
Name: pushover-notify
Version: 1.0.0
The OpenClaw skill 'pushover-notify' is benign. Its purpose is to send push notifications via Pushover, which is clearly stated in `SKILL.md`. The `scripts/pushover_send.js` script correctly implements this functionality by making a POST request to the official Pushover API endpoint (https://api.pushover.net/1/messages.json). It securely retrieves credentials from environment variables (`PUSHOVER_APP_TOKEN`, `PUSHOVER_USER_KEY`) as instructed in `SKILL.md`, and does not attempt to exfiltrate data to unauthorized endpoints, execute arbitrary code, or establish persistence. There are no signs of prompt injection attempts in `SKILL.md` or any other malicious behavior.
能力评估
Purpose & Capability
The code and SKILL.md implement a simple Pushover notifier (posting only to https://api.pushover.net/1/messages.json), which matches the skill's description. However, the registry metadata lists no required environment variables or primary credential, while the runtime clearly needs PUSHOVER_APP_TOKEN and PUSHOVER_USER_KEY (and accepts aliases PUSHOVER_TOKEN / PUSHOVER_USER). The missing metadata is an inconsistency.
Instruction Scope
SKILL.md and the included script limit actions to building a POST to the official Pushover API and printing the response. There are no instructions to read unrelated files, harvest system state, or send data to other endpoints.
Install Mechanism
There is no install spec (instruction-only skill) and the bundled JS is run directly with node. No downloads, archives, or external install steps are present.
Credentials
The runtime requires sensitive values (PUSHOVER_APP_TOKEN and PUSHOVER_USER_KEY) but the skill metadata does not declare them or indicate a primary credential. This metadata omission increases the chance a user will accidentally provide credentials in the wrong place or to the wrong skill. The script also accepts alternate env names (--token/--user), which is flexible but should be documented in metadata.
Persistence & Privilege
The skill does not request persistent presence (always is false), does not modify other skills or system-wide settings, and does not appear to store credentials on disk. Autonomous invocation (disable-model-invocation=false) is normal and not by itself a problem.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pushover-notify - 安装完成后,直接呼叫该 Skill 的名称或使用
/pushover-notify触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of pushover-notify.
- Send push notifications to your phone via the Pushover API.
- Supports configurable fields: priority, URL, sound, device, and emergency options.
- Requires only app token and user key for setup; no credentials stored in code.
- Provides bundled Node.js script for sending notifications from the command line.
- Includes usage instructions and API reference notes.
元数据
常见问题
Notify with Pushover 是什么?
Send push notifications to your phone via Pushover (pushover.net). Use when you want reliable out-of-band alerts from OpenClaw: reminders, monitoring alerts, cron/heartbeat summaries, or 'notify me when X happens' workflows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2992 次。
如何安装 Notify with Pushover?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pushover-notify」即可一键安装,无需额外配置。
Notify with Pushover 是免费的吗?
是的,Notify with Pushover 完全免费(开源免费),可自由下载、安装和使用。
Notify with Pushover 支持哪些平台?
Notify with Pushover 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Notify with Pushover?
由 DigitallyBorn(@digitallyborn)开发并维护,当前版本 v1.0.0。
推荐 Skills