kpi-report-zh

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

A Chinese-language tool for turning performance numbers into a structured KPI report. KPI means a measurable target used to track results, such as daily users or conversion rate.

In plain words
What is it for?
Use it for monthly or quarterly business updates, management reports, and team reviews. It helps present achievement rates, strengths, shortfalls, causes, actions, and support needed.
Why use it?
It organizes scattered figures into target-versus-result comparisons and highlights where results fell short. It also provides a format for explaining causes and defining next actions.

Skill for Claude CodeCodex

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

Good fit Use it for monthly or quarterly business updates, management reports, and team reviews. It helps present achievement rates, strengths, shortfalls, causes, actions, and support needed.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/agiwish/hermes-skills-zh/kpi-report-zh"><img src="https://agentmods.dev/badge/skills/agiwish/hermes-skills-zh/kpi-report-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 790 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.00042 $0.00790
Opus 5 $0.00021 $0.00395
Sonnet 5 $0.00008 $0.00158
Haiku 4.5 $0.00004 $0.00079

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

Security

Grade A, and why

kpi-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/kpi-report-zh/SKILL.md · 90 lines

What it actually says

KPI 汇报生成 (kpi-report-zh)

When to Use

  • "帮我写 KPI 汇报"、"月度数据汇报怎么写"
  • 有一堆数字需要组织成汇报格式
  • /kpi-report-zh [指标名称 目标值 实际值]

Quick Reference

/kpi-report-zh [指标列表 + 达成情况]

示例输入:
  DAU 目标10万 实际8.2万
  付费转化率 目标5% 实际3.8%
  次日留存 目标40% 实际43%

可选参数:
  --period=月度     # 月度汇报(默认)
  --period=季度     # 季度汇报
  --style=向上      # 向上汇报风格,侧重亮点和归因
  --style=团队      # 团队内部,侧重问题和改进

Procedure

  1. 解析指标数据,计算达成率,自动判断 RAG 状态:

    • 🟢 达成(≥95%)
    • 🟡 接近(80-95%)
    • 🔴 未达成(<80%)
  2. 输出 KPI 汇报

## [周期] KPI 汇报

**汇报日期**:[日期]
**汇报人**:[姓名 / 团队]

### 一、核心指标达成

| 指标 | 目标 | 实际 | 达成率 | 状态 |
|------|------|------|--------|------|
| [指标1] | [目标值] | [实际值] | [X%] | 🟢 |
| [指标2] | [目标值] | [实际值] | [X%] | 🟡 |
| [指标3] | [目标值] | [实际值] | [X%] | 🔴 |

### 二、亮点与归因
✅ **[超预期指标]**:达成 [X%],主要因为 [原因]

### 三、未达项分析
❌ **[未达指标]**:达成 [X%],差距 [N]
- 原因分析:[可控因素 + 不可控因素]
- 已采取措施:[具体行动]
- 预计修复时间:[时间节点]

### 四、下阶段计划
- [重点行动1]:目标 [X],负责人 [人名]
- [重点行动2]:...

### 五、需要支持
- [需要外部资源 / 决策支持的事项](如无填"暂无")

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 · 90 lines · 42 tokens per session scan A 0a65ca97392d

Subscribe to this mod's changes

kpi-report-zh is a skill published in the GitHub repository AgiWish/hermes-skills-zh (5 stars, last pushed 3mo ago), licensed MIT. It adds 42 tokens to every session and 790 once invoked, about $0.0002 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