← Back to Skills Marketplace
230
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install push-server-py
Description
Send notifications to WeCom (企业微信) users via OpenAPI push service(https://github.com/qingzhou-dev/push-server). Supports TEXT, MARKDOWN, TEXT_CARD, and NEWS...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install push-server-py - After installation, invoke the skill by name or use
/push-server-py - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 230 downloads so far.
How do I install push-server-py?
Run "/install push-server-py" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is push-server-py free?
Yes, push-server-py is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does push-server-py support?
push-server-py is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created push-server-py?
It is built and maintained by es-v (@es-v); the current version is v1.0.0.
More Skills