Writing & Content docx-generationacademic-writingcitation-styleslatex-equationsword-automationbibliographycross-references

OfficeCLI Academic Paper Skill

Generate academic .docx papers with formal citation styles, equations, cross-references, and journal layout directly from AI agents.

FollowSkills review · FSRS-2.0
Not recommended
51/ 100 5-point scale 2.6 / 5
1 2 3 4 5 6
1Trust12 / 25 · 2.4/5

Evidence: Skill requires executing installation scripts (curl | bash or irm | iex), involving remote code execution without explicit confirmation or integrity checks; lacks data-flow transparency and sensitive-data handling; no explicit least privilege or user confirmation mechanisms. License is Apache-2.0, but publisher identity is unverified. Main risks visible but no red-line issues. Deductions: supply-chain risk of install scripts, missing user confirmation and least privilege, and unverified publisher.

2Reliability8 / 20 · 2.0/5

Evidence: Skill provides structured command sequences and QA steps, but referenced docx v2 documentation not in provided files, key-path reproducibility unverifiable. No tests or example outputs to validate, and depends on external services for installation. Static cannot execute validation. Deductions: incomplete documentation, unverified commands and external installation, and lack of tests.

3Adaptability10 / 15 · 3.3/5

Evidence: Skill clearly defines target scenario (academic papers) and triggers (citation styles, equations, etc.), with clear inputs, outputs, and non-fit boundaries. Chinese-language support present, but installation relies on external services (d.officecli.ai, github.com) potentially unreachable from mainland China, and skill does not explicitly address this. Deductions: not addressing network reachability in mainland China.

4Convention10 / 15 · 3.3/5

Evidence: Skill is well-structured with setup instructions, examples, and troubleshooting hints. License clearly Apache-2.0, but versioning and changelog not mentioned in skill file; references other files not provided. Maintenance responsibility not explicit. Deductions: incomplete versioning, changelog, and maintenance responsibility.

5Effectiveness7 / 15 · 2.3/5

Evidence: Skill claims to generate academic papers, but no actual output validation. Example commands provided, but lack evidence of result quality and marginal value. Static cannot verify output. Deductions: missing output validation and marginal value evidence.

6Verifiability4 / 10 · 2.0/5

Evidence: No third-party execution evidence, only skill self-claims. CI workflows and tests not provided at skill level, and static review cannot execute. Deductions: lack of reproducible execution evidence and cross-corroboration.

Evidence confidence:Low Reviewed Aug 07, 2026 Reviewed revision 459b1a473faf
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Installation script (curl | bash) poses supply-chain risk; users should review script content and verify integrity.
  • Skill depends on external services (d.officecli.ai, github.com) which may be unreachable from mainland China; consider alternative installation methods or proxies.
  • Skill does not provide versioning or changelog; follow official releases for updates.
  • Skill references other files (docx v2) not available during assessment; ensure they exist when using.
Review evidence [1][2][3][4][5][6]
See the full review method →

What does this skill do, and when should you use it?

This is a scene-specific skill bundled in the OfficeCLI repository for building academic-style .docx output. It supports APA, Chicago, IEEE, MLA citation styles, numbered equations, figure/table cross-references, footnotes/endnotes, hanging-indent bibliographies, and multi-column journal layouts. It inherits rules from the base docx skill and depends on the OfficeCLI command-line tool.

Reads venue specifications, plans sections, sets up styles, builds documents paragraph by paragraph via officecli commands, adds equations, SEQ/PAGEREF fields, footnotes, endnotes, multi-column sections, and runs delivery gate checks for validation.

  1. A graduate student writing a thesis with APA formatting and a reference list.
  2. An engineer preparing an IEEE conference paper with two-column layout and Roman-numeral section headings.
  3. A humanities scholar needing Chicago notes-bibliography footnotes and bibliography.
  4. A literature researcher requiring MLA Works Cited format.
  5. A researcher generating manuscripts with cross-references and numbered equations.

What are this skill's strengths and limitations?

Pros
  • Zero-dependency binary, no Office installation needed to generate formatted docx.
  • Detailed style-specific guides for APA/Chicago/IEEE/MLA, including paragraph indents, citation formats, and more.
  • Automatic numbering for equations and SEQ/PAGEREF cross-references, ensuring accurate references.
  • Built-in delivery gate checks for citation round-trip, SEQ presence, and visual QA.
Limitations
  • Requires learning the officecli CLI syntax, with a learning curve.
  • Skill documentation is long and may be overwhelming.
  • Some features like IEEE table Roman numerals need manual patching.
  • Only outputs docx; no PDF export or other formats.

How do you install this skill?

Install the officecli binary first: macOS/Linux: curl -fsSL https://d.officecli.ai/install.sh | bash, Windows PowerShell: irm https://d.officecli.ai/install.ps1 | iex. Then obtain the skill file via curl -fsSL https://officecli.ai/SKILL.md or from the repo's skills/officecli-academic-paper/SKILL.md.

How do you use this skill?

Follow the workflow in SKILL.md: read venue spec, plan sections, set styles, add headings/paragraphs/equations/figures/tables/references with officecli add commands, then run officecli validate and delivery gate checks. Example: officecli create paper.docx; officecli add paper.docx /body --type paragraph --prop text="Abstract".

FAQ

Do I need Microsoft Office installed?
No, officecli is a self-contained binary; Office is not required.
Can I use this skill for non-academic documents?
Yes, but the skill is specialized for academic papers; use the base skill for other documents.
Which citation styles are supported?
APA 7, Chicago 17, IEEE, and MLA 9, each with detailed guidelines.
How do I validate the generated document?
The skill outlines delivery gate checks including schema validation, citation round-trip, and visual review.

More skills from this repository

All from iOfficeAI/OfficeCLI

Related skills