report-maintainer-zh

report-maintainer-zh is a skill for Claude Code, Codex from gy910210/hermes-research-skills. It costs 71 tokens per session (928 once invoked), scanned A, original, MIT.

A Chinese document-maintenance workflow for versioned Markdown research reports, indexes, links, and related project pages. Markdown is a plain-text format commonly used for technical documentation.

In plain words
What is it for?
Use it to create dated report versions, merge专题 or incremental research into a main report, update indexes, add notices to older drafts, and audit related documentation.
Why use it?
It keeps new work from overwriting older versions and checks for broken links, inconsistent terminology, numbering errors, and missing benchmark or dataset details.

Skill for Claude CodeCodex

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

Good fit Use it to create dated report versions, merge专题 or incremental research into a main report, update indexes, add notices to older drafts, and audit related documentation.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/gy910210/hermes-research-skills/report-maintainer-zh"><img src="https://agentmods.dev/badge/skills/gy910210/hermes-research-skills/report-maintainer-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 928 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.00071 $0.00928
Opus 5 $0.00036 $0.00464
Sonnet 5 $0.00014 $0.00186
Haiku 4.5 $0.00007 $0.00093

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

Security

Grade A, and why

report-maintainer-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 5 executable files (scripts/append_index_entry.py, scripts/find_benchmark_metadata_gaps.py, scripts/insert_legacy_note.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/report-maintainer-zh/SKILL.md · 68 lines

What it actually says

Hermes 适配说明

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

Report Maintainer(中文)

这个 skill 负责把“研究结果”变成“维护良好的文档项目”。

何时使用

  • 要生成带日期的新报告文件。
  • 要把专题稿或增量稿并回成熟主稿。
  • 要更新项目索引、旧版提示或图示版入口。
  • 要检查链接、章节编号、版本口径、benchmark 元数据缺口。
  • 要扫描 curated repo 页面与支持文档之间的条目遗漏。
  • 要统一标题、source、publish date、链接样式。
  • 要检查增强版资源页、深度分析稿、机构路线图这类成对文档的一致性。

输入

  • index_file
  • base_report
  • new_contentsynthesis_packet
  • version_strategy:默认新建文件,不覆盖旧稿
  • related_docs[]

输出

  • maintenance_packet
  • 新文件路径建议
  • 一致性检查结果

工作流

  1. 优先运行 scripts/next_report_name.py 生成新文件名。
  2. 默认创建新文件;只有用户明确要求时才覆盖已有文档。
  3. 需要更新索引时,优先运行 scripts/append_index_entry.py 生成或插入新入口。
  4. 需要给旧版加提示时,优先运行 scripts/insert_legacy_note.py
  5. 运行 scripts/scan_cross_doc_consistency.py 检查:
    • 断链
    • 旧版口径冲突
    • 章节编号错位
    • 主稿与专题稿结论冲突线索
  6. 若文档含 benchmark / dataset 章节,再运行 scripts/find_benchmark_metadata_gaps.py 扫描是否缺失 release time / source / open-private status 等列或字段。
  7. 如果是 curated repo 或阅读地图类文档,额外执行三类维护动作:
    • catalog_diff_scan
    • link_and_title_normalization
    • paired_doc_consistency_check
  8. 如果这轮更新涉及概念口径变化,额外执行:
    • concept_consistency_scan
    • 检查 preferred term / deprecated term / maturity tag 是否在主稿、专题稿、资源页间一致。

守护

  • 文档维护默认是保守变更;不大面积重写用户未要求改动的老稿。
  • 旧版文件不删除,只加更新提示。
  • 扫描脚本的结果是“线索”,人工复核后再写回主稿。
  • 对 repo 页面和资源页,优先做差分同步,不做大段风格重写。

资源

  • 新文件名建议:scripts/next_report_name.py
  • 索引入口追加:scripts/append_index_entry.py
  • 旧版更新提示:scripts/insert_legacy_note.py
  • 跨文档一致性扫描:scripts/scan_cross_doc_consistency.py
  • benchmark 元数据缺口扫描:scripts/find_benchmark_metadata_gaps.py
Files

What ships with it

5 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 · 68 lines · 71 tokens per session scan A 4abea87a0e62

Subscribe to this mod's changes

report-maintainer-zh is a skill published in the GitHub repository gy910210/hermes-research-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 71 tokens to every session and 928 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