u9401066/med-paper-assistant

word-export

Word 匯出技能 - 將草稿匯出為符合期刊格式的 Word 文件。 LOAD THIS SKILL WHEN: 匯出 Word、export、template、word count、轉成 docx

First seen Mar 30, 2026

Installation

$ npx skills add u9401066/med-paper-assistant --skill word-export

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from u9401066/med-paper-assistant · top by installs.

npx skills add u9401066/med-paper-assistant

Browse all from u9401066/med-paper-assistant

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch master
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,262 B
  • docs SUMMARY.md 174 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Word Export

匯出前必須完成

  1. Concept 驗證通過(novelty ≥ 75)
  2. 草稿已完成所有必要章節
  3. 引用文獻格式正確

工作流程(必須按順序)

inspect_export(action="list_templates")
→ inspect_export(action="read_template")
→ read_draft
→ export_document(action="session_start")
→ export_document(action="session_insert") × N
→ inspect_export(action="verify_document")
→ export_document(action="session_save")
→ export_document(action="docx", draft_filename="manuscript.md", output_filename="paper.docx") / export_document(action="pdf", draft_filename="manuscript.md", output_filename="paper.pdf")

MCP Tools

Facade Call 用途 關鍵參數
inspectexport(action="listtemplates") 列出可用模板
inspectexport(action="readtemplate") 讀取模板結構(必先呼叫) template_name
exportdocument(action="sessionstart") 開啟編輯 session templatename, sessionid
exportdocument(action="sessioninsert") 插入章節內容(自動修復 wikilink) sessionid, sectionname, content, mode
inspectexport(action="verifydocument") 驗證文件狀態與字數限制 sessionid, limitsjson
exportdocument(action="sessionsave") 儲存並關閉 session sessionid, outputfilename
exportdocument(action="docx", draftfilename="manuscript.md", outputfilename="paper.docx") / exportdocument(action="pdf", draftfilename="manuscript.md", outputfilename="paper.pdf") 直接產出 DOCX / PDF draftfilename, outputfilename, project

Legacy export verbs listtemplates, readtemplate, startdocumentsession,
insertsection, verifydocument, savedocument, exportdocx, export_pdf
保留相容性;first-party orchestration 一律優先走 inspectexport / exportdocument

預設字數限制

章節 上限
Abstract 250
Introduction 800
Methods 1500
Results 1500
Discussion 1500
Conclusions 300

注意事項

  • 字數超標 → exportdocument(action="sessioninsert", mode="replace") 重新插入修改後內容
  • Session 存在記憶體中,MCP 重啟會遺失 → 分批 exportdocument(action="sessionsave")
  • exportdocument(action="sessioninsert") 自動修復 wikilink 格式問題