knowledge-base-updater-zh

knowledge-base-updater-zh is a skill for Claude Code, Codex from gy910210/hermes-research-skills. It costs 78 tokens per session (1,303 once invoked), scanned A, original, MIT.

A Chinese-language knowledge-base maintenance skill that reviews new research or supporting material against existing documents and prepares a controlled update.

In plain words
What is it for?
It helps update research documents, indexes, benchmark records, notes, and version histories while identifying conflicts that still need review.
Why use it?
It helps add, correct, merge, or defer information without accidentally overwriting the previous version or losing track of changes.

Skill for Claude CodeCodex

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

Good fit It helps update research documents, indexes, benchmark records, notes, and version histories while identifying conflicts that still need review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gy910210/hermes-research-skills/knowledge-base-updater-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 gy910210/hermes-research-skills --skill knowledge-base-updater-zh
Clone the repo
git clone --depth 1 https://github.com/gy910210/hermes-research-skills

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 knowledge-base-updater-zh

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/gy910210/hermes-research-skills/knowledge-base-updater-zh"><img src="https://agentmods.dev/badge/skills/gy910210/hermes-research-skills/knowledge-base-updater-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,303 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.00078 $0.01303
Opus 5 $0.00039 $0.00651
Sonnet 5 $0.00016 $0.00261
Haiku 4.5 $0.00008 $0.00130

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

Security

Grade A, and why

knowledge-base-updater-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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/create_version_snapshot.py, scripts/update_version_manifest.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/knowledge-base-updater-zh/SKILL.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Hermes 适配说明

  • 本 skill 现面向 Hermes 使用,优先依赖 Hermes 原生工具:search_filesread_filewrite_filepatchsession_searchdelegate_taskcronjobbrowserweb/searchvision
  • 若正文提到 references/...scripts/...,优先读取当前 skill 目录下对应文件,不再依赖 Claude 专属目录结构。
  • 原始 Claude agents/openai.yaml 不作为执行前提;需要并行研究、分工精读或角色评审时,改用 Hermes 的 delegate_task
  • 保留原有研究方法论与产物契约,但执行层统一按 Hermes 工具体系落地。

Knowledge Base Updater(中文)

这个 skill 负责把“新的支持材料”稳妥并回“已有知识库”,并且默认带版本控制。

何时使用

  • scheduled-research-monitor-zh 发现了值得吸收的新证据。
  • 你手动收集了一批新论文、新 blog、新 benchmark,想把它们并回现有知识库。
  • 你想统一更新主稿、专题稿、索引和版本记录。

输入

  • knowledge_base_files[]: 主稿、专题稿、索引、附录、基准表、知识卡片库
  • support_materials[]: 新的论文笔记、增量摘要、官方页面、benchmark 信息
  • update_scope
    • append
    • refine
    • merge
    • version_only
  • version_note: 这次为什么更新

输出

  • kb_update_packet
    • update_summary
    • changed_files
    • new_version_paths
    • manifest_updates
    • unresolved_conflicts

工作流

  1. 先用 brief-ingester-zh 理解现有知识库结构、文件角色与版本链。
  2. 读取新的支持材料,必要时用 paper-reader-zhpaper-critic-zh 做精读与审校。
  3. 判断这批新材料属于哪种更新:
    • 新增证据
    • 修正旧结论
    • 补 benchmark / dataset 元数据
    • 只值得进入“下一版建议”
  4. 先判断目标文档的角色,再决定怎么更新:
    • 项目总索引 / 工作台:只更新入口、状态、文件地图、待办和专题入口
    • 成熟主稿 / canonical report:只吸收证据足够稳、会改变主结论或明显补强章节的内容
    • 专题稿:允许吸收边界分析、潜力方向和局部细化
    • 技术方案稿:优先吸收会改变阶段、模块边界、SLA、评测或数据准备的内容
    • awesome_repo:优先补齐遗漏条目、source/date/一句话说明与章节归类,不写长段分析
    • reading_map / route_map:允许保留阅读路径、问题地图、机构路线和潜力方向
    • analysis_pair:把资源页和深度分析稿视为成对文档,优先保持条目与核心口径同步
    • concept_registry:优先维护 preferred term、边界、成熟度和跨文档统一口径
    • methodology_notebook:优先维护训练方式、样本流、prompt/template 和披露缺口
  5. 依据 references/versioning-policy.md 先创建版本快照,再更新知识库。
  6. 默认调用 report-maintainer-zh 的维护动作:新建版本、更新索引、补旧版提示、检查一致性。
  7. 更新版本清单与变更说明,确保以后能追溯“哪一轮引入了哪些证据”。

守护

  • 默认不覆盖旧版知识库。
  • 没有足够证据时,不把新材料硬并回主稿。
  • 新证据和综合判断要分开写入。
  • 如果新旧材料冲突,先记录到 unresolved_conflicts,再决定是否重写主结论。
  • 不同角色的文档不要用同一标准更新:工作台负责管理过程,主稿负责沉淀结论,专题稿负责保留探索。
  • 如果是同步组更新,优先按组处理,而不是只改其中一个文件。

版本控制

  • 默认先创建版本快照,再做更新。
  • 默认维护一个 manifest / changelog,用于记录:
    • 版本时间
    • 来源摘要
    • 更新范围
    • 相关文件

Read the full file on GitHub · 93 lines

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 · 93 lines · 78 tokens per session scan A 6cfac9b3a48b

Subscribe to this mod's changes

knowledge-base-updater-zh is a skill published in the GitHub repository gy910210/hermes-research-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 78 tokens to every session and 1,303 once invoked, about $0.0004 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

b2b-sdr-agent

Autonomous AI Sales Development Rep for B2B export — handles lead discovery, BANT qualification, multi-channel outreach (WhatsApp/Email/Telegram), CRM management, and deal pipeline tracking. Built for cross-border trade.

iPythoning/b2b-sdr-hermes-skill · 52 tokens

loop-engineering

Loop Engineering framework: design autonomous agent feedback cycles instead of hand-prompting each step.

lunkerchen/loop-engineering-skill · 21 tokens

fablize

A harness that makes any model see a task through to the end — with evidence and verification — as procedure, not as luck. Enforces verification grounding (run & observe artifacts before declaring done), multi-story decomposition with an evidence gate, a systematic investigation protocol, and early-stop prevention.…

teixeirazeus/fablize-for-hermes · 79 tokens

browser-harness-ats-automation

Automate job applications on ATS platforms (Ashby, Greenhouse, Workday) using browser-use/browser-harness with CDP. Covers iframe session management, file upload, hidden checkbox handling, and known reCAPTCHA/S3 blockers.

arimanyus/hermes-merchant · 56 tokens

job-scraper-pipeline

Automated ML/AI job scraping, deduplication, and gatekeeper scoring pipeline. Scrapes AI company career pages on Greenhouse, AshbyHQ, and Lever, avoids duplicates, and scores jobs 0-100 against profile keywords, classifying tier-1/2/3.

arimanyus/hermes-merchant · 66 tokens

greenhouse-job-application

Automate filling job applications on Greenhouse.io and similar React-based ATS platforms via browser automation. Covers React input handling, reCAPTCHA detection, resume upload limitations, and single-expression multi-field filling.

arimanyus/hermes-merchant · 46 tokens