wechat-report

Send task reports to WeChat via Server酱 as Markdown.

9|1|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/yangwhale/gpu-tpu-pedia --skill wechat-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-report
Source: https://github.com/yangwhale/gpu-tpu-pedia/tree/main/VibeCoding/claude-code/skills/wechat-report
Command: npx skills add https://github.com/yangwhale/gpu-tpu-pedia --skill wechat-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates sending task reports to WeChat using Server酱, reducing manual notification work and ensuring stakeholders stay in the loop.

Core Features & Use Cases

  • Automated WeChat notifications: Instantly push concise task reports to a WeChat chat or official account.
  • Markdown reporting format: Deliver well-structured summaries that are easy to read on mobile.
  • Use Case: Imagine a project team that needs daily or event-driven updates sent to WeChat channels without manual copying.

Quick Start

Trigger the skill by requesting to send a report to WeChat (e.g., “发微信” or “微信通知”). The system formats the current task results into a Markdown report and calls the send-to-wechat script: ~/.claude/scripts/send-to-wechat.sh "<report content>" "<title>" Example:

任务摘要

Completed features: ...

完成的工作

  • item 1
  • item 2

备注

None

Frequently Asked Questions about wechat-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically send task reports to WeChat?

You can automatically send task reports to WeChat by using Server酱 to push messages. The system formats your current task results into a Markdown report and calls a local send-to-wechat script to deliver the notification directly to a chat or official account.

What is needed to push WeChat notifications via Server酱?

To push WeChat notifications via Server酱, you need a configured Server酱 key and the local send-to-wechat script available at your scripts path. These components work together to authenticate and transmit your formatted Markdown messages to WeChat.

Can I send Markdown formatted updates to a WeChat official account?

Yes, you can send Markdown formatted updates to a WeChat official account. The system automatically structures your task summaries into Markdown format before sending them through Server酱, ensuring the content is well-structured and easy to read on mobile devices.

Does Server酱 work for event-driven WeChat notifications?

Server酱 works for event-driven WeChat notifications by pushing concise task updates whenever triggered. It is applicable for workflows requiring immediate updates, reducing manual notification work and ensuring stakeholders stay in the loop without copying messages manually.

How do I trigger the WeChat report sending process?

You trigger the WeChat report sending process by requesting to send a report to WeChat using phrases like “发微信” or “微信通知”. The system then formats the current task results and invokes the send-to-wechat script with the report content and title.