← 返回 Skills 市场
247
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pushplus-notification
功能描述
Send push notifications via pushplus HTTP API to WeChat, email, webhook, SMS and more. Use when the user asks to send notifications, push messages, WeChat me...
安全使用建议
This skill appears coherent and low-risk: it only needs a PushPlus API token and uses curl to call the official PushPlus endpoints. Before installing or using it, consider: (1) Provide the token via environment variable rather than pasting it into chat to avoid leaking it in conversation history. (2) Confirm the agent follows the SKILL.md safety rules — especially that it asks you for confirmation before sending any message and does not store or print the full token. Because the skill is instruction-only, there is no code enforcing those rules; they depend on the agent implementation. (3) Avoid including sensitive secrets or PII in messages sent through a third-party service; if you must, review PushPlus’s privacy/security policy. (4) If the token is ever exposed, revoke/regenerate it immediately. If you want stronger guarantees, prefer a skill with audited code or one that performs token handling within vetted code rather than free-form agent instructions.
功能分析
Type: OpenClaw Skill
Name: pushplus-notification
Version: 1.0.1
The pushplus-notification skill is a legitimate tool for sending notifications via the PushPlus HTTP API. The instructions in SKILL.md include proactive security measures, such as explicitly directing the AI agent to only extract the PUSHPLUS_TOKEN from .env files while ignoring other secrets, requiring user confirmation before execution, and masking tokens in logs. No malicious execution patterns or unauthorized data exfiltration behaviors were identified.
能力评估
Purpose & Capability
Name/description match what the skill asks for: it sends messages via PushPlus and declares the single primary credential PUSHPLUS_TOKEN. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md gives concrete curl examples and a clear flow (fetch token from conversation/env/.env line, construct JSON, run curl). It explicitly instructs to only extract the PUSHPLUS_TOKEN line from .env and to always ask for user confirmation before sending. This is appropriately scoped, but because the skill is instruction-only there is no enforcement — the agent executing the instructions must actually follow the guidance (especially the '.env only the PUSHPLUS_TOKEN line' constraint and 'always confirm' rule).
Install Mechanism
No install spec or code is included (instruction-only). No downloads or archives. Low installation risk.
Credentials
Only the single PUSHPLUS_TOKEN credential is declared as primary and required. That is proportional to a notification-sending skill. The SKILL.md also warns not to log or store the token and provides guidance for safe handling.
Persistence & Privilege
always is false and the skill does not request system-level persistence or modify other skills. It does not ask to store credentials or write files (SKILL.md explicitly forbids storing the token).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pushplus-notification - 安装完成后,直接呼叫该 Skill 的名称或使用
/pushplus-notification触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.1.0 — security and environment management improvements.
- Added explicit security requirements: require user confirmation before sending, warn on sensitive content, and never display or store full tokens.
- Updated token extraction: from .env, extract only the PUSHPLUS_TOKEN line to avoid leaking unrelated credentials.
- Documented required environment variable with a new requiredEnvVars section.
- Clarified .env usage and minimum read principle to enhance security.
- Incremented version metadata to 1.1.0.
v1.0.0
Initial release: Send push notifications via pushplus HTTP API
- Supports sending notifications to WeChat, email, webhook, SMS, and more using curl/Shell.
- No external dependencies required; only needs a PUSHPLUS_TOKEN.
- Instructions for both single and bulk message sending.
- Includes customizable templates and channels.
- Details usage, parameter options, sample commands, and best practices.
- Clear guidance on token handling and security.
元数据
常见问题
pushplus 是什么?
Send push notifications via pushplus HTTP API to WeChat, email, webhook, SMS and more. Use when the user asks to send notifications, push messages, WeChat me... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。
如何安装 pushplus?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pushplus-notification」即可一键安装,无需额外配置。
pushplus 是免费的吗?
是的,pushplus 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
pushplus 支持哪些平台?
pushplus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 pushplus?
由 陈大人(@pcstx)开发并维护,当前版本 v1.0.1。
推荐 Skills