用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/u9401066/med-paper-assistant --skill word-export命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Run multiple complementary literature searches and merge results for broad coverage. Triggers include parallel search, 並行搜尋, 廣泛搜尋.
Cross-agent workflow for evidence-grounded manuscripts, proposals, reports, student papers, and preprints with auditable gates.
Cross-agent workflow for evidence-grounded manuscripts, proposals, reports, student papers, and preprints with auditable gates.
正在显示 SKILL.md
基于 SOC 职业分类
| name | word-export |
| description | Word 匯出技能 - 將草稿匯出為符合期刊格式的 Word 文件。 LOAD THIS SKILL WHEN: 匯出 Word、export、template、word count、轉成 docx |
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")
| Facade Call | 用途 | 關鍵參數 |
|---|---|---|
inspect_export(action="list_templates") | 列出可用模板 | 無 |
inspect_export(action="read_template") | 讀取模板結構(必先呼叫) | template_name |
export_document(action="session_start") | 開啟編輯 session | template_name, session_id |
export_document(action="session_insert") | 插入章節內容(自動修復 wikilink) | session_id, section_name, content, mode |
inspect_export(action="verify_document") | 驗證文件狀態與字數限制 | session_id, limits_json |
export_document(action="session_save") | 儲存並關閉 session | session_id, output_filename |
export_document(action="docx", draft_filename="manuscript.md", output_filename="paper.docx") / export_document(action="pdf", draft_filename="manuscript.md", output_filename="paper.pdf") | 直接產出 DOCX / PDF | draft_filename, output_filename, project |
Legacy export verbs
list_templates,read_template,start_document_session,insert_section,verify_document,save_document,export_docx,export_pdf保留相容性;first-party orchestration 一律優先走inspect_export/export_document。
| 章節 | 上限 |
|---|---|
| Abstract | 250 |
| Introduction | 800 |
| Methods | 1500 |
| Results | 1500 |
| Discussion | 1500 |
| Conclusions | 300 |
export_document(action="session_insert", mode="replace") 重新插入修改後內容export_document(action="session_save")export_document(action="session_insert") 自動修復 wikilink 格式問題