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 research-orchestrator-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/research-orchestrator-zh)<a href="https://agentmods.dev/skills/gy910210/hermes-research-skills/research-orchestrator-zh"><img src="https://agentmods.dev/badge/skills/gy910210/hermes-research-skills/research-orchestrator-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/research-orchestrator-zh"><img src="https://agentmods.dev/badge/skills/gy910210/hermes-research-skills/research-orchestrator-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.00186 | $0.02542 |
| Opus 5 | $0.00093 | $0.01271 |
| Sonnet 5 | $0.00037 | $0.00508 |
| Haiku 4.5 | $0.00019 | $0.00254 |
Grade A, and why
research-orchestrator-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 — 137 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 工具体系落地。
Research Orchestrator(中文)
这是研究项目的推荐入口 skill。它不替代子技能,而是负责判断当前任务属于哪种研究场景、加载哪些约束、以及每一步应该产出什么中间件。
何时使用
- 用户要从
brief / notes / 现有报告启动一个新研究方向。 - 用户要在已有项目上继续扩展证据、补充空白、探索边界。
- 用户要把多个专题稿合并回成熟主稿,并控制版本与一致性。
- 用户要围绕一个子方向做深挖,但希望结果能回接主稿。
- 用户要把一次性调研扩展成周期性监测与知识库维护闭环。
- 用户要维护
awesome-*.md、repo README 或长列表资源页。 - 用户要按机构路线而不是技术树梳理一个方向。
- 用户要对一个方向做三轮以上批判性迭代。
- 用户要把新概念并回多份文档,统一长期口径。
- 用户要专门抽取 methodology、样本流、prompt/template 和 loss 设计。
默认原则
- 默认中文输出。
- 默认把结果落盘成 Markdown 文件,而不是只停留在对话里。
- 学术问题优先论文、benchmark、dataset page;产业问题优先官方页面与权威技术博客。
- 明确区分
直接证据、邻近证据、综合判断。 - 默认维护项目索引与版本链;非用户要求时不覆盖旧稿。
输入
research_goal: 当前轮研究目标existing_files[]: 已有报告、笔记、PDF、Markdown、表格或索引(可为空)time_window: 年份或时间范围(可选)deliverable_type:"增量稿"|"专题稿"|"方向比较稿"|"双视角稿"|"成熟主稿"|"图示增强"|"awesome_page"|"institution_roadmap"|"critical_iteration_report"|"route_family_comparison"
输出
research_agendaselected_workflowrequired_artifactshandoff_notes
快速分流
新方向启动- 调用链:
brief-ingester-zh -> literature-scout-zh -> paper-reader-zh -> paper-critic-zh -> research-synthesizer-zh -> report-maintainer-zh
- 调用链:
已有报告增量扩展- 调用链:
brief-ingester-zh -> literature-scout-zh -> paper-critic-zh -> research-synthesizer-zh -> report-maintainer-zh
- 调用链:
专题深挖- 调用链:
brief-ingester-zh -> literature-scout-zh -> paper-reader-zh -> paper-critic-zh -> research-synthesizer-zh
- 调用链:
主稿成熟化合并- 调用链:
research-synthesizer-zh -> report-maintainer-zh
- 调用链:
图示增强- 只在主稿结构稳定后调用
doc-diagram-orchestrator-zh
- 只在主稿结构稳定后调用
持续监测与落库- 调用链:
scheduled-research-monitor-zh -> knowledge-base-updater-zh
- 调用链:
概念边界辨析- 调用链:
brief-ingester-zh -> concept-boundary-analyzer-zh -> research-synthesizer-zh -> report-maintainer-zh
- 调用链:
survey -> 技术方案- 调用链:
brief-ingester-zh -> literature-scout-zh -> paper-reader-zh -> paper-critic-zh -> research-synthesizer-zh -> role-review-panel-zh -> report-maintainer-zh
- 调用链:
repo-curation-sync- 调用链:
brief-ingester-zh -> literature-scout-zh -> awesome-repo-maintainer-zh -> research-synthesizer-zh -> report-maintainer-zh
- 调用链:
institution-roadmap
- 调用链:
brief-ingester-zh -> literature-scout-zh -> paper-reader-zh -> paper-critic-zh -> critical-iteration-lab-zh -> research-synthesizer-zh -> report-maintainer-zh
critical-iteration-report
- 调用链:
brief-ingester-zh -> literature-scout-zh -> paper-reader-zh -> paper-critic-zh -> critical-iteration-lab-zh -> research-synthesizer-zh
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.
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 · 137 lines · 186 tokens per session scan A 153982edd287
research-orchestrator-zh is a skill published in the GitHub repository gy910210/hermes-research-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 186 tokens to every session and 2,542 once invoked, about $0.0009 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.