weekly-report-zh

weekly-report-zh is a skill for Claude Code, Codex from AgiWish/hermes-skills-zh. It costs 63 tokens per session (813 once invoked), scanned A, original, MIT.

A Chinese-language work-report writer that turns weekly work points into a structured summary for platforms such as WeChat, Feishu, and DingTalk.

In plain words
What is it for?
Use it to create reporting-style, data-focused, or concise weekly reports from keywords, sentences, or lists of completed work.
Why use it?
It removes the effort of organizing unfinished notes into a professional weekly report without adding facts the user did not provide.

Skill for Claude CodeCodex

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

Good fit Use it to create reporting-style, data-focused, or concise weekly reports from keywords, sentences, or lists of completed work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agiwish/hermes-skills-zh/weekly-report-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 weekly-report-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 weekly-report-zh

README.md
[![agentmods](https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/weekly-report-zh/github.svg)](https://agentmods.dev/skills/agiwish/hermes-skills-zh/weekly-report-zh)
Your own site
<a href="https://agentmods.dev/skills/agiwish/hermes-skills-zh/weekly-report-zh"><img src="https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/weekly-report-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 weekly-report-zh

Your own site · 80×15
<a href="https://agentmods.dev/skills/agiwish/hermes-skills-zh/weekly-report-zh"><img src="https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/weekly-report-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 813 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.00063 $0.00813
Opus 5 $0.00032 $0.00407
Sonnet 5 $0.00013 $0.00163
Haiku 4.5 $0.00006 $0.00081

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

Security

Grade A, and why

weekly-report-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 12d 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/weekly-report-zh/SKILL.md · 84 lines

What it actually says

周报生成 (weekly-report-zh)

When to Use

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

  • "帮我写周报"、"生成周报"、"写一下本周工作总结"
  • 提到"本周完成了..."、"这周做了..."
  • 发送了工作内容列表但没有格式
  • /weekly-report-zh [内容]

Quick Reference

/weekly-report-zh [本周工作要点]

可选风格参数:
  --style=汇报    # 向上汇报风格,强调成果和价值(默认)
  --style=数据    # 数据导向,突出量化指标
  --style=简洁    # 极简版,适合钉钉/微信群

Procedure

  1. 理解输入内容

    • 识别用户提供的工作要点(可以是关键词、句子、流水账)
    • 判断工作性质(技术/业务/管理/其他)
    • 如果没有提供内容,先询问:「请告诉我本周完成了哪些工作?」
  2. 生成周报结构 按以下模板生成,语气专业但不过度正式:

    📋 本周工作总结([日期范围])
    
    【本周完成】
    1. [工作项1] — [简要说明成果或影响]
    2. [工作项2] — [简要说明成果或影响]
    3. [工作项3] — [如有数据,优先列出]
    
    【下周计划】
    1. [计划项1]
    2. [计划项2]
    3. [计划项3]
    
    【风险与需要支持】
    - [如有风险/阻塞,列出;否则填"暂无"]
    
  3. 风格调整

    • 汇报风格:每条工作项后加",为[业务目标]提供了支撑"类句式
    • 数据风格:优先展示数字,格式为"完成X项/提升Y%/减少Z小时"
    • 简洁风格:去掉解释说明,只保留核心动词+名词
  4. 输出格式适配

    • 微信/钉钉:使用 emoji 辅助视觉分区,避免 Markdown 表格
    • 飞书/邮件:可使用完整 Markdown 格式

Pitfalls

  • 不要凭空捏造工作内容,只基于用户提供的信息扩写
  • 「下周计划」如用户未提供,询问后再填写,或标注"[待补充]"
  • 数字和时间不要臆造,用户没说就不加
  • 避免过度使用"积极推进"、"有序开展"等空洞词汇

Verification

生成后检查:

  • 是否包含本周完成 / 下周计划 / 风险三个部分
  • 工作项是否都来自用户提供的信息
  • 语气是否专业得体
  • 格式是否适配目标平台
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. 12d ago First seen · 84 lines · 63 tokens per session scan A 8e8a4cc8e76b

Subscribe to this mod's changes

weekly-report-zh is a skill published in the GitHub repository AgiWish/hermes-skills-zh (5 stars, last pushed 3mo ago), licensed MIT. It adds 63 tokens to every session and 813 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