← 返回 Skills 市场
230
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install push-server-py
功能描述
Send notifications to WeCom (企业微信) users via OpenAPI push service(https://github.com/qingzhou-dev/push-server). Supports TEXT, MARKDOWN, TEXT_CARD, and NEWS...
安全使用建议
This skill appears to be what it claims: a minimal Python script that sends messages to the provided push server URL using the provided API key. Before installing, ensure the QYWX_PUSH_URL points to a trusted push-server (a malicious URL could receive your message contents), store the API key securely, and restrict the key's permissions where possible. Note the script prints the parsed request body and the service response to stdout—avoid passing sensitive secrets in message content if stdout is logged. If you need higher assurance, review the notify.py source (it's short and readable) and consider network controls so the agent can only reach your approved push server.
功能分析
Type: OpenClaw Skill
Name: push-server-py
Version: 1.0.0
The skill is a standard implementation for sending notifications to WeCom (Enterprise WeChat) via a push server API. The Python script `notify.py` uses the built-in `urllib` library to send POST requests to a user-configured endpoint (`QYWX_PUSH_URL`) using an API key provided via environment variables. The code contains proper input validation, error handling, and lacks any indicators of malicious intent, such as data exfiltration, unauthorized command execution, or prompt injection.
能力评估
Purpose & Capability
The name/description, required binaries (python3), and required environment variables (QYWX_PUSH_API_KEY, QYWX_PUSH_URL) match the notify.py implementation which POSTs to the push-server OpenAPI. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md instructs running notify.py with a JSON payload and documents the same parameters the script validates and sends. The instructions do not ask the agent to read unrelated files or secrets and the script only reads the two declared environment variables.
Install Mechanism
There is no install spec (instruction-only plus a single Python script). No downloads, third-party package installs, or archive extraction are performed by the skill.
Credentials
Only two environment variables are required (API key and push service URL), which are appropriate and necessary for the described push notification function. The declared primaryEnv is QYWX_PUSH_API_KEY and matches usage in the code.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It runs only when invoked and does not require elevated or persistent platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install push-server-py - 安装完成后,直接呼叫该 Skill 的名称或使用
/push-server-py触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of push-server-py.
- Send notifications to WeCom (企业微信) users via Push Server OpenAPI.
- Supports TEXT, MARKDOWN, TEXT_CARD, and NEWS message types.
- Environment-based configuration for API key and server URL.
- Includes usage instructions, request parameters, and response examples.
- Skill can be adapted for other notification services with modifications to notify.py.
元数据
常见问题
push-server-py 是什么?
Send notifications to WeCom (企业微信) users via OpenAPI push service(https://github.com/qingzhou-dev/push-server). Supports TEXT, MARKDOWN, TEXT_CARD, and NEWS... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 230 次。
如何安装 push-server-py?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install push-server-py」即可一键安装,无需额外配置。
push-server-py 是免费的吗?
是的,push-server-py 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
push-server-py 支持哪些平台?
push-server-py 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 push-server-py?
由 es-v(@es-v)开发并维护,当前版本 v1.0.0。
推荐 Skills