notify-wecom
- 作者仓库星标 0
- 作者更新于 2026年8月24日 15:33
- 作者仓库 claude-code-skills
/notify-wecom
Send a single message to a WeCom group bot.
Usage
/notify-wecom Claude Code 备份完成 ✅
The skill reads the webhook URL from the shared config file:
~/.config/setup-notifications-via-wecom/config.json
If the config is missing, it prints the one-line setup command and stops.
Prerequisite
This skill is a lightweight companion to setup-notifications-via-wecom. Either:
- Install
setup-notifications-via-wecomfirst (recommended — it provides the webhook setup steps and its bundled sender), or - Create the config file manually as shown below.
What It Does
- Reads
~/.config/setup-notifications-via-wecom/config.jsonforwebhook_url. - Unsets all local proxy env vars (Tencent endpoints must be reached directly).
- Sends the message via the WeCom webhook using the sender from
setup-notifications-via-wecom(or an equivalent inline curl call). - Reports success or the exact WeCom error.
Examples
/notify-wecom 服务上线成功 🚀
/notify-wecom 告警:build 失败,请检查
/notify-wecom 今日同步完成,0 缺失 0 滞后
Multi-line Messages
For multi-line messages, wrap in triple quotes or use a file:
/notify-wecom "第一行
第二行
第三行"
Failure Modes
- Config missing: Run the setup step from
setup-notifications-via-wecom, or create the config file manually. - Webhook key invalid: WeCom returns an
errcode; the skill prints it. - Proxy still interfering: If you have proxy vars set outside the standard names, unset them first.
Limitations
- Plain text only. No markdown cards, images, or @mentions.
- Message length limit is 4096 bytes (UTF-8).
- No templating — use
setup-notifications-via-wecomfor structured backup/alert/status messages.
- 流狐分类
- 通用
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @daymade · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 读取环境变量
- 检测到的网络行为
- 允许外网请求
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 The skill reads the webhook URL from the shared config file: If the config is missing, it prints the one-line setup command and stops.
This skill is a lightweight companion to setup-notifications-via-wecom. Either: Install setup-notifications-via-wecom first (recommended — it provides the webhook setup steps and its bundled sender), or Create the config file manually as shown below.
Reads ~/.config/setup-notifications-via-wecom/config.json for webhookurl. Unsets all local proxy env vars (Tencent endpoints must be reached directly). Sends the message via the WeCom webhook using the sender from setup-notifications-via-wecom (or an…
Examples
For multi-line messages, wrap in triple quotes or use a file:
Config missing: Run the setup step from setup-notifications-via-wecom, or create the config file manually. Webhook key invalid: WeCom returns an errcode; the skill prints it. Proxy still interfering: If you have proxy vars set outside the standard names, unset…
# /notify-wecom
Send a single message to a WeCom group bot.
## Usage
```
/notify-wecom Claude Code 备份完成 ✅
```
The skill reads the webhook URL from the shared config file:
```
~/.config/setup-notifications-via-wecom/config.json
```
If the config is missing, it prints the one-line setup command and stops.
## Prerequisite
This skill is a lightweight companion to `setup-notifications-via-wecom`. Either:
- Install `setup-notifications-via-wecom` first (recommended — it provides the webhook setup steps and its bundled sender), or
- Create the config file manually as shown below.
## What It Does
1. Reads `~/.config/setup-notifications-via-wecom/config.json` for `webhook_url`.
2. Unsets all local proxy env vars (Tencent endpoints must be reached directly).
3. Sends the message via the WeCom webhook using the sender from `setup-notifications-via-wecom` (or an equivalent inline curl call).
4. Reports success or the exact WeCom error.
## Examples
```
/notify-wecom 服务上线成功 🚀
/notify-wecom 告警:build 失败,请检查
/notify-wecom 今日同步完成,0 缺失 0 滞后
```
## Multi-line Messages
For multi-line messages, wrap in triple quotes or use a file:
```
/notify-wecom "第一行
第二行
第三行"
```
## Failure Modes
- **Config missing**: Run the setup step from `setup-notifications-via-wecom`, or create the config file manually.
- **Webhook key invalid**: WeCom returns an `errcode`; the skill prints it.
- **Proxy still interfering**: If you have proxy vars set outside the standard names, unset them first.
## Limitations
- Plain text only. No markdown cards, images, or @mentions.
- Message length limit is 4096 bytes (UTF-8).
- No templating — use `setup-notifications-via-wecom` for structured backup/alert/status messages. 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Usage → Prerequisite → What It Does → Examples → Multi-line Messages → Failure Modes
要点 -> Config missing · Webhook key invalid · Proxy still interfering · Send a single message to a WeCom group bot. · If the config is missing, it prints the one-line setup command and stops. · This skill is a lightweight companion to setup-notifications-via-wecom. · 1. Reads ~/.config/setup-notifications-via-wecom/config.json for webhookurl. · - Config missing: Run the setup step from setup-notifications-via-wecom, or create the config file manually.
文件/命令 -> setup-notifications-via-wecom · ~/.config/setup-notifications-via-wecom/config.json · webhookurl · errcode
内容 SHA-256 -> b4f1e8751485
原文结构
适用与边界
原文中的明确线索
setup-notifications-via-wecom、~/.config/setup-notifications-via-wecom/config.json、webhookurl、errcode