wechat-reply-zh

wechat-reply-zh is a skill for Claude Code, Codex from AgiWish/hermes-skills-zh. It costs 51 tokens per session (834 once invoked), scanned A, original, MIT.

A Chinese-language assistant that drafts suitable workplace replies to WeChat messages based on the sender's role and the desired tone.

In plain words
What is it for?
Use it to draft short replies to assignments, progress questions, advice requests, notices, or difficult workplace messages.
Why use it?
It helps users answer clearly and appropriately without having to work out the wording for messages from managers, colleagues, subordinates, or clients.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to draft short replies to assignments, progress questions, advice requests, notices, or difficult workplace messages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agiwish/hermes-skills-zh/wechat-reply-zh
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AgiWish/hermes-skills-zh --skill wechat-reply-zh
Clone the repo
git clone --depth 1 https://github.com/AgiWish/hermes-skills-zh

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wechat-reply-zh

README.md
[![agentmods](https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/wechat-reply-zh/github.svg)](https://agentmods.dev/skills/agiwish/hermes-skills-zh/wechat-reply-zh)
Your own site
<a href="https://agentmods.dev/skills/agiwish/hermes-skills-zh/wechat-reply-zh"><img src="https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/wechat-reply-zh/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wechat-reply-zh

Your own site · 80×15
<a href="https://agentmods.dev/skills/agiwish/hermes-skills-zh/wechat-reply-zh"><img src="https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/wechat-reply-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 834 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.00834
Opus 5 $0.00026 $0.00417
Sonnet 5 $0.00010 $0.00167
Haiku 4.5 $0.00005 $0.00083

Measured 11d ago against content hash 233860f15c5a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

wechat-reply-zh scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/wechat-reply-zh/SKILL.md · 93 lines

What it actually says

微信职场回复 (wechat-reply-zh)

When to Use

当用户说以下任意内容时激活:

  • "帮我回这条微信"、"怎么回复这个"
  • 粘贴了一段微信消息并询问如何回复
  • "老板发来消息说…"、"客户问我…"
  • /wechat-reply-zh [消息内容]

Quick Reference

/wechat-reply-zh [收到的消息]

可选参数:
  --from=上级     # 对方是你的上级(默认:根据内容判断)
  --from=同级     # 对方是同事
  --from=下级     # 对方是你的下属
  --from=客户     # 对方是外部客户/甲方
  --tone=正式     # 正式语气
  --tone=友好     # 友好但专业(默认)
  --tone=简短     # 简短确认型

Procedure

  1. 识别对方身份

    • 从消息内容和用户描述判断发送方身份
    • 不确定时,默认按「上级」处理(偏谨慎)
    • 如用户明确说明了身份,按说明处理
  2. 判断消息类型 识别消息属于哪类:

    • 任务指派:布置工作、要求完成某事
    • 催进度:询问某项工作进展
    • 问题咨询:寻求建议或信息
    • 通知告知:单向传达信息
    • 敏感/棘手:需要拒绝、延期、解释失误
  3. 生成回复

    上级-任务指派:

    好的,[重复核心任务确认理解],我会在[时间]前完成并同步进展。
    

    上级-催进度:

    [任务名]目前[当前状态],预计[时间]完成。[如有风险,一句话说明]
    

    客户-问题咨询:

    您好,关于[问题],[简洁回答]。如需进一步了解,欢迎随时告知。
    

    棘手场景(需要拒绝/延期):

    [表示理解对方诉求] + [说明客观原因,不推卸] + [给出替代方案或新时间节点]
    
  4. 输出格式

    • 微信消息不超过 100 字为宜
    • 不用 Markdown 格式
    • 必要时提供 2-3 个不同语气版本供选择

Pitfalls

  • 不要替用户承诺具体时间,除非用户提供了时间信息
  • 棘手消息不要给出过于强硬或过于软弱的回复
  • 回复客户时避免暴露内部问题细节
  • 对上级消息,不要过度解释或辩解

Verification

  • 回复长度是否适合微信场景(不超过 150 字)
  • 语气是否与对方身份匹配
  • 是否避免了承诺用户未确认的时间/结果
  • 棘手场景是否包含了替代方案
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 93 lines · 51 tokens per session scan A 233860f15c5a

Subscribe to this mod's changes

wechat-reply-zh is a skill published in the GitHub repository AgiWish/hermes-skills-zh (5 stars, last pushed 3mo ago), licensed MIT. It adds 51 tokens to every session and 834 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

hermespace

Full Hermespace pocket workbench for Hermes Agent (v0.18+): concept, dual decode, workbench I/O, fabric skills+MEMORY, FOA desk, Pulse, viewport app-shell, Tailscale serve, pocket boundary, autonomy grid, Desktop plugin, ops boot/doctor/smoke. Use for hermespace, pocket, workbench, FOA, pulse, viewport, access…

PabloTheThinker/hermespace · 100 tokens

21-day-self-interview

A 21-night guided self-reflection routine in which an agent asks three questions each night, remembers the answers, and reflects on them at key points.

Forlives/21-day-self-interview · 68 tokens

awesome-literature-review

A Chinese-language workflow for writing narrative academic literature reviews, which summarize and assess existing research on a topic.

yzbbds520/awesome-literature-review · 312 tokens

persona-compass

Build personality models of colleagues, clients, friends, or family members and get AI-powered communication strategies. Use this skill whenever the user wants to: understand someone's personality, predict how someone will react, get advice on communicating with a difficult person, prepare for a tough conversation…

snowyowlmia/persona-compass · 172 tokens

ai-tips-tricks

An automated workflow for searching the web for practical AI tips, techniques, and workflows, then writing tutorial-style Chinese posts and sending them to Telegram.

0xMulight/human-social-copy · 53 tokens

pingpong

Spontaneous local leisure meetups via a shared agent board: publish, discover and match offers, then negotiate place & time agent-to-agent. ALWAYS use this skill when the user spontaneously wants to do something or says: "publish an offer", "I want to play table tennis / X", "fancy a ...", "who's free for ...", "find…

0xAaronx0/pingpong · 121 tokens