feat(wecom): add WeCom notification skills#95
Merged
Conversation
- setup-notifications-via-wecom: webhook setup + structured message templates for backup completion, alerts, and status updates. Includes best practices distilled from a real backup-sync notification debugging session and notification/alert research findings. - notify-wecom: one-shot skill for sending a single WeCom message via /notify-wecom <message>. - Both read webhook URL from ~/.config/setup-notifications-via-wecom/config.json and clear proxy env vars before calling Tencent endpoints. - Register both skills in marketplace.json, bump suite version to 1.68.0. Co-Authored-By: Claude <noreply@anthropic.com>
…tions-via-wecom Co-Authored-By: Claude <noreply@anthropic.com>
daymade
added a commit
that referenced
this pull request
Jun 24, 2026
Merged follow-up fixes for PR #95 review nits. 🤖 Generated with [Claude Code](https://claude.com/code)
daymade
added a commit
that referenced
this pull request
Jun 25, 2026
Agent team review complete; no blockers. Merged per user request. 🤖 Generated with [Claude Code](https://claude.com/code)
daymade
added a commit
that referenced
this pull request
Jun 25, 2026
- Revert accidental daymade-audio version bump (1.2.2 → 1.2.1) - Set setup-notifications-via-wecom initial version to 1.0.0 - Handle missing errmsg in WeCom error response Co-Authored-By: Claude <noreply@anthropic.com>
daymade
added a commit
that referenced
this pull request
Jun 25, 2026
Merged follow-up fixes for PR #95 review nits. 🤖 Generated with [Claude Code](https://claude.com/code)
daymade
added a commit
that referenced
this pull request
Jun 28, 2026
Agent team review complete; no blockers. Merged per user request. 🤖 Generated with [Claude Code](https://claude.com/code)
daymade
added a commit
that referenced
this pull request
Jun 28, 2026
- Revert accidental daymade-audio version bump (1.2.2 → 1.2.1) - Set setup-notifications-via-wecom initial version to 1.0.0 - Handle missing errmsg in WeCom error response Co-Authored-By: Claude <noreply@anthropic.com>
daymade
added a commit
that referenced
this pull request
Jun 28, 2026
Merged follow-up fixes for PR #95 review nits. 🤖 Generated with [Claude Code](https://claude.com/code)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two new skills for sending notifications via WeCom (Enterprise WeChat) group bot webhooks:
/notify-wecom <message>for quick messages.Details
~/.config/setup-notifications-via-wecom/config.json.1.68.0.Testing
scripts/send_wecom.pysent a test message successfully (errcode: 0)./notify-wecomskill installed from local marketplace and sent a test message successfully.🤖 Generated with Claude Code