Skip to content

feat(wecom): add WeCom notification skills#95

Merged
daymade merged 2 commits into
mainfrom
add-wecom-notification-skills
Jun 24, 2026
Merged

feat(wecom): add WeCom notification skills#95
daymade merged 2 commits into
mainfrom
add-wecom-notification-skills

Conversation

@daymade

@daymade daymade commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Summary

Adds two new skills for sending notifications via WeCom (Enterprise WeChat) group bot webhooks:

  • setup-notifications-via-wecom: one-time webhook setup + structured message templates for backup completion, alerts, and status updates. Bundles a sender script that clears proxy env vars before calling Tencent endpoints.
  • notify-wecom: one-shot skill invoked as /notify-wecom <message> for quick messages.

Details

  • Webhook URL is read from ~/.config/setup-notifications-via-wecom/config.json.
  • Message best practices are distilled from a real backup-sync notification debugging session and notification/alert research findings: headline first, state vs delta, exact counts with definitions, no misleading fractions, distinguish alerts from status updates, actionability first, etc.
  • Both skills pass validation and security scan.
  • Marketplace suite version bumped to 1.68.0.

Testing

  • scripts/send_wecom.py sent a test message successfully (errcode: 0).
  • /notify-wecom skill installed from local marketplace and sent a test message successfully.

🤖 Generated with Claude Code

daymade and others added 2 commits June 25, 2026 00:31
- 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 daymade merged commit 08b7c6e into main Jun 24, 2026
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant