wechat-report
通过 Server酱 将任务报告发送到微信。当用户说"微信发给我"、"发微信"、"发到微信"、"微信通知"等关键词时触发此技能。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
通过 Server酱 将任务报告发送到微信。当用户说"微信发给我"、"发微信"、"发到微信"、"微信通知"等关键词时触发此技能。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
This skill should be used when users need to install, configure, or troubleshoot DeepEP (DeepSeek Expert Parallelism) on NVIDIA GPU systems. It covers the complete installation workflow including CUDA, DOCA-OFED, NVSHMEM with IBGDA support, and DeepEP itself. The skill is particularly useful for B200/H100/A100 GPUs with RoCE/InfiniBand networking, and includes comprehensive debugging capabilities for common installation failures.
创建和管理 Agent Teams 并行任务团队。当用户说"建个团队"、"拉个队伍"、"并行跑"、"create team"、"spawn agents"、"组队"时触发。
查看 Agent Teams 状态。当用户说"teams"、"团队状态"、"看看团队"、"team status"时触发。
Generate videos using Google Veo 3.1 on Vertex AI. Use when the user says "生成视频", "做个视频", "generate video", "帮我生成一段视频", "create a video", "视频生成", "text to video", "文生视频", or when you need to create video content.
Generate images using Google Imagen 4 on Vertex AI. Use when the user says "生成图片", "画一张", "generate image", "帮我画", "生成一张图", "create an image", "图片生成", or when you need to create visual content to explain concepts.
Deploy a Discord Bot that connects to Claude Code via persistent processes using Unix socketpair + stream-json (same mechanism as VSCode extension). Each user gets their own long-running Claude process with full interactive mode support (auto memory, CLAUDE.md, skills). Includes Whisper voice transcription, user whitelist, session history with dropdown switcher, and slash commands. Use when the user says "帮我建一个 Discord Bot", "setup discord bot", "搭建 Discord 机器人", "discord bot 设置", or "部署 discord bot".
| name | wechat-report |
| description | 通过 Server酱 将任务报告发送到微信。当用户说"微信发给我"、"发微信"、"发到微信"、"微信通知"等关键词时触发此技能。 |
| license | MIT |
当用户请求将报告发送到微信时,使用此技能。通过 Server酱 推送到微信公众号消息。
当用户的请求中包含以下关键词时触发:
根据当前会话完成的任务,生成 Markdown 格式的报告:
## 任务摘要
[简要描述完成了什么任务]
## 完成的工作
- [工作项 1]
- [工作项 2]
## 注意事项
[需要用户注意的问题]
~/.claude/scripts/send-to-wechat.sh "报告内容" "标题"
或通过 stdin:
cat << 'EOF' | ~/.claude/scripts/send-to-wechat.sh
## 任务摘要
完成了 xxx 功能...
EOF
✅ 报告已发送到微信 - 成功❌ 发送失败: ... - 失败支持标准 Markdown 语法:
SendKey 已配置在脚本中:
~/.claude/scripts/send-to-wechat.sh
如需修改 SendKey,编辑脚本中的 SENDKEY 变量。
用户:"帮我检查服务器状态,完成后发微信给我"
用户:"把今天的工作总结发到微信"