officecli-academic-paper

Generates academic .docx papers with citation styles, equations, and cross-references via OfficeCLI.

284|54|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/nomifun/nomifun-desktop --skill officecli-academic-paper-nomifun
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: officecli-academic-paper
Source: https://github.com/nomifun/nomifun-desktop/tree/main/crates/backend/nomifun-app/assets/builtin-skills/officecli-academic-paper
Command: npx skills add https://github.com/nomifun/nomifun-desktop --skill officecli-academic-paper-nomifun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing journal papers, conference submissions, or thesis chapters in Word requires precise formatting — APA/Chicago/IEEE/MLA citation styles, numbered equations, auto-numbered figures and tables, hanging-indent bibliographies, and multi-column layouts — that is tedious and error-prone to produce programmatically. ## Core Features & Use Cases - Four Citation Style Recipes: Implements APA 7, Chicago 17 (Notes-Bibliography), IEEE, and MLA 9 conventions, including in-text citation shapes, reference-list ordering, and per-style heading numbering rules. - Equations and Cross-References: Creates OMML inline and display equations from LaTeX-ish formulas, plus SEQ auto-numbered figure/table captions and PAGEREF cross-references with cached-value patching. - Scholarly Document Structure: Builds abstract/keywords/affiliation blocks, hanging-indent bibliographies, footnotes/endnotes, and IEEE two-column journal layouts, all validated through a Delivery Gate QA process. - Use Case: A researcher needs an IEEE conference paper — the skill produces a two-column .docx with Roman-numeral section headings, bracketed numbered citations, numbered equations, and a reference list in citation order. ## Quick Start Ask the AI to create an APA-style research paper docx with an abstract, keywords, double-spaced body, and a hanging-indent reference list using this skill.

Frequently Asked Questions about officecli-academic-paper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an APA-style research paper in a .docx file?▼

Use the OfficeCLI commands from this skill to build the document: set Times New Roman, double line spacing, centered unnumbered bold headings, and a References section where each entry uses indent=720 with hangingIndent=720 for the hanging indent. In-text citations follow the (Author, Year) format.

How do I add numbered equations to a Word document programmatically?▼

Add a display equation with officecli add --type equation --prop mode=display --prop formula=..., then add a right-aligned paragraph containing the number like (1) immediately after it. Inline math inside prose uses mode=inline appended to the paragraph.

What is the difference between APA, Chicago, IEEE, and MLA citation formatting?▼

APA uses (Author, Year) in-text with alphabetical references and double spacing. Chicago Notes-Bibliography uses superscript footnotes with a bibliography. IEEE uses bracketed numbers [1] in citation order with two-column layout. MLA uses (Author Page) with a Works Cited list.

Why do all my figure captions show Figure 1 in the generated docx?▼

OfficeCLI emits every SEQ field with a cached value of 1, so viewers that do not recompute fields display duplicates. Set w:updateFields=true in settings and patch each cached value with officecli raw-set so captions read Figure 1, 2, 3 correctly.

Does this skill support IEEE two-column journal layout?▼

Yes. It supports a single-column abstract followed by a two-column body, 10pt Times font, ALL CAPS Roman-numeral section headings, and bracketed numbered references ordered by first citation, matching IEEE transaction and conference conventions.

When should I use this skill instead of the base officecli-docx skill?▼

Use this skill only when the document carries at least two academic features: a citation-style bibliography, equations, SEQ/PAGEREF cross-references, multi-column layout, or an abstract plus keywords block. White papers, reports, and business documents belong in the base docx skill.