← 返回 Skills 市场
Wxpush
作者
shisheng820
· GitHub ↗
· v0.1.1
· MIT-0
166
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wxpush
功能描述
微信模板消息推送 skill。支持三种 wxpush API 格式:edgeone(默认)、wxpush(frankiejun 项目)、go-wxpush。使用场景:发送微信推送消息、配置 wxpush 环境。
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wxpush - 安装完成后,直接呼叫该 Skill 的名称或使用
/wxpush触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Wxpush 是什么?
微信模板消息推送 skill。支持三种 wxpush API 格式:edgeone(默认)、wxpush(frankiejun 项目)、go-wxpush。使用场景:发送微信推送消息、配置 wxpush 环境。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 166 次。
如何安装 Wxpush?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wxpush」即可一键安装,无需额外配置。
Wxpush 是免费的吗?
是的,Wxpush 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Wxpush 支持哪些平台?
Wxpush 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wxpush?
由 shisheng820(@shisheng820)开发并维护,当前版本 v0.1.1。
推荐 Skills