一键导入
academic-ref-inserter
Insert, format, and cross-reference academic citations in Word (.docx) documents. Supports GB/T 7714-2015, IEEE, APA 7th.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Insert, format, and cross-reference academic citations in Word (.docx) documents. Supports GB/T 7714-2015, IEEE, APA 7th.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Inserts, formats, and cross-references academic citations in docx. Invoke when user needs to insert references, fix citation order, add cross-reference hyperlinks, or reformat bibliography to Chinese (GB/T 7714) or international (IEEE/APA) standards.
Insert, format, and number math formulas in Word and LaTeX academic papers. Supports Chinese core journals and international journal formats. Invoke when user needs to insert LaTeX formulas into Word (OMML), validate formula formats per journal standards, or auto-number equations.
Insert, format, and cross-reference academic citations in Word (.docx) documents. Supports GB/T 7714-2015 (Chinese), IEEE, and APA 7th.
基于 SOC 职业分类
| name | academic-ref-inserter |
| description | Insert, format, and cross-reference academic citations in Word (.docx) documents. Supports GB/T 7714-2015, IEEE, APA 7th. |
Insert, format, and cross-reference academic citations in Word documents.
Use this skill when the user asks about:
All commands accept --json for structured output.
python scripts/insert_refs.py analyze --input paper.docx --json
python scripts/insert_refs.py fix --input paper.docx --format gbt7714
python scripts/insert_refs.py reformat --input paper.docx --format ieee
python scripts/insert_refs.py validate --input paper.docx --format apa7 --json
python scripts/insert_refs.py reorder --input paper.docx
python scripts/insert_refs.py hyperlink --input paper.docx
| Flag | Style | Ordering |
|---|---|---|
gbt7714 | GB/T 7714-2015 (Chinese) | Sequential [1] |
ieee | IEEE (Engineering/CS) | Sequential [1] |
apa7 | APA 7th (Social Sciences) | Author-Year alphabetical |
pip install python-docx
Python 3.8+ required. See .trae/skills/academic-ref-inserter/SKILL.md for full documentation.