一键导入
word-export
Word 匯出技能 - 將草稿匯出為符合期刊格式的 Word 文件。 LOAD THIS SKILL WHEN: 匯出 Word、export、template、word count、轉成 docx
菜单
Word 匯出技能 - 將草稿匯出為符合期刊格式的 Word 文件。 LOAD THIS SKILL WHEN: 匯出 Word、export、template、word count、轉成 docx
全自動論文撰寫 + 閉環自我改進系統。 LOAD THIS SKILL WHEN: 全自動寫論文、auto write、自動撰寫、幫我寫完整篇、autopilot、從頭到尾、一鍵寫論文 CAPABILITIES: 編排所有研究 Skills + 3 層 Audit Hooks + Meta-Learning 自我改進
論文草稿的撰寫、讀取、引用管理。 LOAD THIS SKILL WHEN: 寫草稿、draft、撰寫、Introduction、Methods、Results、Discussion、引用、citation、字數、patch、編輯草稿 CAPABILITIES: draft_action(action="write"|"section"|"read"|"list"|"insert_citation"|"sync_references"|"count_words"|"available_citations"|"patch")
系統性文獻搜尋、篩選、下載、整理。觸發:文獻回顧、找論文、搜尋文獻、systematic review、literature search、PubMed、找文章、搜paper、review、reference、citation、引用、參考文獻、背景調查、background。
發展研究概念並驗證創新性。觸發:concept、發展概念、研究概念、novelty、創新點、補充概念、幫我補充、擴展概念、加強、驗證失敗、novelty不夠、怎麼改。
提交前編排器 + Paper-Aware Pre-Commit Hooks。 LOAD THIS SKILL WHEN: commit、提交、推送、做完了、收工 CAPABILITIES: 記憶同步、文檔更新、Paper 品質把關、Git 操作
研究專案的建立、切換、設定管理。 LOAD THIS SKILL WHEN: 新專案、切換專案、專案設定、paper type、start exploration、convert exploration CAPABILITIES: project_action, workspace_state_action
| 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 格式問題