Install
$ agentstack add skill-agiwish-hermes-skills-zh-wechat-reply-zh ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
微信职场回复 (wechat-reply-zh)
When to Use
当用户说以下任意内容时激活:
- "帮我回这条微信"、"怎么回复这个"
- 粘贴了一段微信消息并询问如何回复
- "老板发来消息说…"、"客户问我…"
/wechat-reply-zh [消息内容]
Quick Reference
/wechat-reply-zh [收到的消息]
可选参数:
--from=上级 # 对方是你的上级(默认:根据内容判断)
--from=同级 # 对方是同事
--from=下级 # 对方是你的下属
--from=客户 # 对方是外部客户/甲方
--tone=正式 # 正式语气
--tone=友好 # 友好但专业(默认)
--tone=简短 # 简短确认型
Procedure
- 识别对方身份
- 从消息内容和用户描述判断发送方身份
- 不确定时,默认按「上级」处理(偏谨慎)
- 如用户明确说明了身份,按说明处理
- 判断消息类型
识别消息属于哪类:
- 任务指派:布置工作、要求完成某事
- 催进度:询问某项工作进展
- 问题咨询:寻求建议或信息
- 通知告知:单向传达信息
- 敏感/棘手:需要拒绝、延期、解释失误
- 生成回复
上级-任务指派: `` 好的,[重复核心任务确认理解],我会在[时间]前完成并同步进展。 ``
上级-催进度: `` [任务名]目前[当前状态],预计[时间]完成。[如有风险,一句话说明] ``
客户-问题咨询: `` 您好,关于[问题],[简洁回答]。如需进一步了解,欢迎随时告知。 ``
棘手场景(需要拒绝/延期): `` [表示理解对方诉求] + [说明客观原因,不推卸] + [给出替代方案或新时间节点] ``
- 输出格式
- 微信消息不超过 100 字为宜
- 不用 Markdown 格式
- 必要时提供 2-3 个不同语气版本供选择
Pitfalls
- 不要替用户承诺具体时间,除非用户提供了时间信息
- 棘手消息不要给出过于强硬或过于软弱的回复
- 回复客户时避免暴露内部问题细节
- 对上级消息,不要过度解释或辩解
Verification
- [ ] 回复长度是否适合微信场景(不超过 150 字)
- [ ] 语气是否与对方身份匹配
- [ ] 是否避免了承诺用户未确认的时间/结果
- [ ] 棘手场景是否包含了替代方案
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AgiWish
- Source: AgiWish/hermes-skills-zh
- License: MIT
- Homepage: https://agiwish.github.io/hermes-skills-zh/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.