163-email-ground-truth

163-email-ground-truth is a skill for Claude Code, Codex from EthanYoQ/Skill-hub. It costs 70 tokens per session (429 once invoked), scanned A, original, MIT.

A Chinese-language workflow for building, auditing, and testing reference data from 163 email, a NetEase email service. It includes special handling for connecting to 163 through IMAP, a standard email access protocol.

In plain words
What is it for?
Use it when creating or checking 163 email reference data, running 163 batch tests, or investigating problems with 163 IMAP processing and email classification.
Why use it?
It documents 163-specific login requirements and known cases where forwarded travel or phone-bill emails may be classified incorrectly. This makes the test data and audit results more reliable for that mailbox.

Skill for Claude CodeCodex

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

Good fit Use it when creating or checking 163 email reference data, running 163 batch tests, or investigating problems with 163 IMAP processing and email classification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ethanyoq/skill-hub/163-email-ground-truth
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 EthanYoQ/Skill-hub --skill 163-email-ground-truth
Clone the repo
git clone --depth 1 https://github.com/EthanYoQ/Skill-hub

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 163-email-ground-truth

README.md
[![agentmods](https://agentmods.dev/badge/skills/ethanyoq/skill-hub/163-email-ground-truth/github.svg)](https://agentmods.dev/skills/ethanyoq/skill-hub/163-email-ground-truth)
Your own site
<a href="https://agentmods.dev/skills/ethanyoq/skill-hub/163-email-ground-truth"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/163-email-ground-truth/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 163-email-ground-truth

Your own site · 80×15
<a href="https://agentmods.dev/skills/ethanyoq/skill-hub/163-email-ground-truth"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/163-email-ground-truth.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 429 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.00070 $0.00429
Opus 5 $0.00035 $0.00215
Sonnet 5 $0.00014 $0.00086
Haiku 4.5 $0.00007 $0.00043

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

Security

Grade A, and why

163-email-ground-truth 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.

projects/codex-invoice/163-email-ground-truth/SKILL.md · 42 lines

What it actually says

163 Email Ground Truth

触发条件

当任务涉及以下关键词时自动触发:

  • 163 邮箱、网易邮箱、netease
  • 163 真值集、163 跑批
  • imap.163.com

必读文件

  1. references/workflow-163.md — 163 专属工作流程
  2. references/pitfalls-163.md — 163 踩坑记录
  3. references/case-study-163.md — 本次 41 张已验证案例

与 QQ Skill 的关系

163 和 QQ 共用同一套核心处理逻辑,本 Skill 只记录 163 的差异点。 通用规则请参考 qq-email-ground-truth Skill。

关键差异

  1. IMAP ID 命令:163 登录后必须发送 RFC 2971 ID 命令
  2. 行程单分类:163 转发邮件中行程报销单容易被误判为打车发票
  3. 通讯费识别:联通发票 seller 为"中国联合网络通信",不能按"联通"匹配

真值集位置

.claude/worktrees/test-163-batch/test_dataset/163_20260301_20260319/truth_manifest.json

凭证

  • 邮箱:@163.com
  • 授权码:<YOUR_163_AUTH_CODE>
  • 区间:2026-03-01 ~ 2026-03-19
  • INBOX 窗口邮件数:83
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 42 lines · 70 tokens per session scan A 9986a2bb1271

Subscribe to this mod's changes

163-email-ground-truth is a skill published in the GitHub repository EthanYoQ/Skill-hub (9 stars, last pushed 5d ago), licensed MIT. It adds 70 tokens to every session and 429 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.