← Back to Skills Marketplace
Wxpush
by
shisheng820
· GitHub ↗
· v0.1.1
· MIT-0
166
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wxpush
Description
微信模板消息推送 skill。支持三种 wxpush API 格式:edgeone(默认)、wxpush(frankiejun 项目)、go-wxpush。使用场景:发送微信推送消息、配置 wxpush 环境。
Usage Guidance
This skill appears to do what it says: it reads/writes ~/.config/wxpush/wxpush.env and sends messages to a configured HTTP endpoint using curl or python. Before installing or using it: (1) Understand that your WXPUSH_API_TOKEN, WXPUSH_APPID and WXPUSH_SECRET (if set) will be sent to the configured endpoint — the default endpoints mentioned in the docs are third‑party services; only use them if you trust those operators. (2) If you have security/privacy concerns, deploy your own server and set WXPUSH_API_URL to your instance. (3) Keep the config file permissions restrictive (the docs suggest 600) and avoid putting other secrets there. (4) Because this is instruction-only, there's no bundled code to review — the runtime actions are exactly those in SKILL.md; review those curl/python snippets to confirm they meet your policies. (5) Allow agent/autonomous invocation only if you are comfortable the agent may send test messages using stored credentials.
Capability Assessment
Purpose & Capability
Name/description, required binaries (curl, python3), and the documented behaviors align: reading a local config and sending HTTP requests to a wxpush endpoint is expected for this skill. One small note: the SKILL.md expects a config file at ~/.config/wxpush/wxpush.env (containing tokens/AppID/Secret) even though no required env vars were declared — this is reasonable for an instruction-only skill but worth noting.
Instruction Scope
Instructions confine themselves to creating/reading ~/.config/wxpush/wxpush.env and performing HTTP POST/GET to the configured WXPUSH_API_URL using curl (or Python fallback). They do not attempt to read other system files or unrelated environment variables. Important security implication: the instructions explicitly send AppID/Secret/Token to the configured endpoint (and by default to documented third‑party endpoints), so secrets in the local config will be transmitted to remote services.
Install Mechanism
No install spec and no code files — this is instruction-only and does not write or execute bundled binaries. Lowest install risk.
Credentials
The skill requests no platform environment variables but directs the user/agent to store sensitive values in ~/.config/wxpush/wxpush.env (token, appid, secret). That is proportionate to the functionality, but storing secrets in a local file and transmitting them to remote endpoints (especially the default third‑party endpoints) is the main risk vector and should be considered before use.
Persistence & Privilege
always is false and there is no attempt to modify other skills or system settings. The skill is user-invocable and can be run autonomously by the agent (the platform default) — not a standalone concern here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wxpush - After installation, invoke the skill by name or use
/wxpush - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- Major simplification: scripts/wxpush.sh and scripts/wxpush-init.sh have been removed, and all usage is now fully documented in SKILL.md.
- Added concise copy-paste curl and Python commands for sending messages in all three API modes.
- Updated configuration instructions: now guides manual editing/creation of `~/.config/wxpush/wxpush.env` (no script needed).
- Added homepage, license, and metadata details.
- Expanded security and troubleshooting notes, and listed all available skins for edgeone mode.
- Usage scenarios and instructions are clearer and more focused for easy onboarding.
v0.1.0
- Initial release of wxpush skill for sending WeChat template messages.
- Supports three API modes: edgeone (default), wxpush, and go-wxpush.
- Provides easy configuration via `~/.config/wxpush/wxpush.env` with an interactive script for setup.
- Allows sending push messages through a shell script with environment/configuration overrides.
- Includes a comprehensive guide comparing API modes, configuration fields, and usage instructions.
Metadata
Frequently Asked Questions
What is Wxpush?
微信模板消息推送 skill。支持三种 wxpush API 格式:edgeone(默认)、wxpush(frankiejun 项目)、go-wxpush。使用场景:发送微信推送消息、配置 wxpush 环境。 It is an AI Agent Skill for Claude Code / OpenClaw, with 166 downloads so far.
How do I install Wxpush?
Run "/install wxpush" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wxpush free?
Yes, Wxpush is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wxpush support?
Wxpush is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wxpush?
It is built and maintained by shisheng820 (@shisheng820); the current version is v0.1.1.
More Skills