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.
npx skills add gy910210/hermes-research-skills --skill knowledge-base-updater-zhgit clone --depth 1 https://github.com/gy910210/hermes-research-skillsWrote 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.
[](https://agentmods.dev/skills/gy910210/hermes-research-skills/knowledge-base-updater-zh)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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_files、read_file、write_file、patch、session_search、delegate_task、cronjob、browser、web/search、vision。 - 若正文提到
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_scopeappendrefinemergeversion_only
version_note: 这次为什么更新
输出
kb_update_packetupdate_summarychanged_filesnew_version_pathsmanifest_updatesunresolved_conflicts
工作流
- 先用
brief-ingester-zh理解现有知识库结构、文件角色与版本链。 - 读取新的支持材料,必要时用
paper-reader-zh和paper-critic-zh做精读与审校。 - 判断这批新材料属于哪种更新:
- 新增证据
- 修正旧结论
- 补 benchmark / dataset 元数据
- 只值得进入“下一版建议”
- 先判断目标文档的角色,再决定怎么更新:
项目总索引 / 工作台:只更新入口、状态、文件地图、待办和专题入口成熟主稿 / canonical report:只吸收证据足够稳、会改变主结论或明显补强章节的内容专题稿:允许吸收边界分析、潜力方向和局部细化技术方案稿:优先吸收会改变阶段、模块边界、SLA、评测或数据准备的内容awesome_repo:优先补齐遗漏条目、source/date/一句话说明与章节归类,不写长段分析reading_map / route_map:允许保留阅读路径、问题地图、机构路线和潜力方向analysis_pair:把资源页和深度分析稿视为成对文档,优先保持条目与核心口径同步concept_registry:优先维护 preferred term、边界、成熟度和跨文档统一口径methodology_notebook:优先维护训练方式、样本流、prompt/template 和披露缺口
- 依据
references/versioning-policy.md先创建版本快照,再更新知识库。 - 默认调用
report-maintainer-zh的维护动作:新建版本、更新索引、补旧版提示、检查一致性。 - 更新版本清单与变更说明,确保以后能追溯“哪一轮引入了哪些证据”。
守护
- 默认不覆盖旧版知识库。
- 没有足够证据时,不把新材料硬并回主稿。
- 新证据和综合判断要分开写入。
- 如果新旧材料冲突,先记录到
unresolved_conflicts,再决定是否重写主结论。 - 不同角色的文档不要用同一标准更新:工作台负责管理过程,主稿负责沉淀结论,专题稿负责保留探索。
- 如果是同步组更新,优先按组处理,而不是只改其中一个文件。
版本控制
- 默认先创建版本快照,再做更新。
- 默认维护一个 manifest / changelog,用于记录:
- 版本时间
- 来源摘要
- 更新范围
- 相关文件
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.
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.
- 12d ago First seen · 93 lines · 78 tokens per session scan A 6cfac9b3a48b
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.
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.
loop-engineering
Loop Engineering framework: design autonomous agent feedback cycles instead of hand-prompting each step.
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.…
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.
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.
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.