원클릭으로
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.