用 Hermes Agent 打造專業的實證醫學 EBM 搜尋策略 skill
這裡要介紹的是如何用一句話,就可以讓 Hermes 建立一套實證醫學文獻 (evidence-based medicine, EBM) 搜尋策略,並且把這個策略存成一個 skill,命名為 "/ebmsearch"。這麼一來,以後就可以用這個 skill 的指令來搜尋 EBM 文獻了。
方法步驟:
1. 建立 skill
在 Hermes 對話處,輸入以下的指示:
Build a professional approach for "Evidence-based medicine literature search" for medical doctors, and make a skill called "/ebmsearch" for future use.
或是用中文也可以:
建立專業的「實證醫學文獻檢索」方法讓醫生使用,並制定一項名為 "/ebmsearch" 的 skill 以供將來使用。
接下來,Hermes 就會花一些時間建立這個 skill,靜待完成。
2. 重新啟動
請用 /exit 退出目前的聊天 session,重新啟動 hermes chat 進入對話畫面,這樣做的目的是載入剛才新建立的 skill。
3. 開始問實證醫學問題
這時,就可以使用剛才的 "/ebmsearch" 了。
例如:
/ebmsearch “What are the outcomes of randomized controlled trials comparing Jardiance and Forxiga in patients with diabetic nephropathy?"
Hermes 開始工作了,超級認真的呢!
4. 把結果轉存為檔案
等 EBM 文獻整理的工作告一段落,可以請 Hermes 把結果存成 markdown 格式的檔案。
首先,我先查看目前的目錄,在 hermes chat,輸入:
!pwd
得到:
/home/hcp/hermesspace
(說明:由於我啟動 Hermes Agent 時,就是在這個自訂的目錄下啟動,所以目前的工作目錄就是這裡。)
接著,輸入存檔的指示:
save the EBM result as "ebmwork20260611.md" in this directory
就可以在電腦目錄中查看這個檔案了。使用 markdown 格式檔案,方便未來轉成 pdf 或是 html 格式。
您也可以依個人喜好,請 Hermes 存成 Obsidian 或 Notion 格式的檔案。
我們來看看剛才 AI 助理認真寫的報告:
點這裡閱讀:EBM 報告
真的是很專業呢!
5. 查看 /ebmsearch 的 skill 內容
我們會好奇到底 Hermes 建立的這個新技巧的內容,直接問它:
where can I see the content of the skill "/ebmsearch"
得到:
┊ The skill is stored at /home/hcp/.hermes/skills/research/ebmsearch/SKILL.md (675 lines, ~27 KB).
I've displayed the first 500 lines above. The skill covers the complete EBM workflow:
1. Phase 1 — PICO/PECO/PICo question formulation + inclusion/exclusion criteria
2. Phase 2 — Database selection (core: PubMed, Cochrane, Embase; supplementary by specialty)
3. Phase 3 — Search strategy construction (MeSH, keywords, Boolean logic, filters, translation)
4. Phase 4 — Search execution, deduplication, PRISMA flow tracking
5. Phase 5 — Two-stage screening, conflict resolution
6. Phase 6 — Data extraction templates, critical appraisal tools (RoB 2, AMSTAR 2, ROBINS-I, QUADAS-2, QUIPS, CASP), GRADE assessment
7. Phase 7 — Narrative synthesis, meta-analysis guidance, reporting standards (PRISMA 2020, PRISMA-S, AGREE II, etc.)
8. Phase 8 — Clinical translation (GRADE EtD, DECIDE, ACE), clinical answer format, archive package structure
Plus Quick-Reference Cards for 5-minute clinical answers, database selection decision tree, RoB 2→GRADE mapping, and common search pitfalls.
Want me to show the remaining lines (501–675) or a specific section?
原來 Hermes 建立了一個 "SKILL.md",儲存在
/home/hcp/.hermes/skills/research/ebmsearch/SKILL.md (675 lines, ~27 KB)
有興趣的話,可以再去閱讀這個檔案的內容,675 行的工作指令,真的是太專業了!
---
補充:
我們也可以發揮創意,例如指示 Hermes Agent,未來可以依指令,來產生不同格式的報告,例如:
/ebmsearch "metformin 對腎功能的影響" --save=markdown
/ebmsearch "metformin 對腎功能的影響" --save=obsidian
/ebmsearch "metformin 對腎功能的影響" --save=pdf
/ebmsearch "metformin 對腎功能的影響" --save=html
Have fun ^^.