Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计提醒

officecli-academic-paperOfficecli 学术论文

Agent Skill

officecli-academic-paper 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,480

周安装

145

GitHub Stars

公开资料未说明

下载量

1,160
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:officecli-academic-paper(Officecli 学术论文)
来源仓库:https://github.com/iceyliu/officecli-academic-paper
安装命令:
openclaw skills install officecli-academic-paper
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install officecli-academic-paper

简介

协助起草学术论文、技术报告与政策白皮书。

  • 遵循学术写作规范构建章节结构与引用格式。
  • 支持多轮迭代修改直至满足特定期刊要求。officecli-academic-paper 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 所有观点必须标注为推测性质而非确定事实。
  • 禁止生成涉及未公开数据或实验结果的虚假内容。

SKILL.md

name
officecli-academic-paper
description
Use this skill when the user wants to create an academic paper, research paper, white paper, technical report, policy brief, or any formally structured document with TOC, equations, footnotes, endnotes, or scholarly formatting. Trigger on: 'academic paper', 'research paper', 'white paper', 'technical report', 'policy brief', 'journal paper', 'scholarly document', 'paper with equations', 'paper with footnotes', 'paper with TOC', 'manuscript', 'conference paper'. Output is always a single .docx file.

Academic Paper Skill

Create formally structured Word documents with Table of Contents, equations (LaTeX to OMML), footnotes/endnotes, bibliography, and scholarly formatting. Output is a single .docx file. This skill supersedes the docx creating.md Academic Paper recipe -- use THIS skill for any document requiring TOC + equations + footnotes + formal structure.


BEFORE YOU START (CRITICAL)

Every time before using officecli, run this check:

if ! command -v officecli &> /dev/null; then
    echo "Installing officecli..."
    curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh -o /tmp/officecli_install.sh && bash /tmp/officecli_install.sh && rm -f /tmp/officecli_install.sh
    # Windows: irm https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.ps1 -OutFile "$env:TEMP\officecli_install.ps1"; & "$env:TEMP\officecli_install.ps1"
else
    CURRENT=$(officecli --version 2>&1 | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | head -1)
    LATEST=$(curl -fsSL https://api.github.com/repos/iOfficeAI/OfficeCLI/releases/latest | grep '"tag_name"' | sed -E 's/.*"v?([0-9.]+)".*/\1/')
    if [ "$CURRENT" != "$LATEST" ]; then
        echo "Upgrading officecli $CURRENT -> $LATEST..."
        curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh -o /tmp/officecli_install.sh && bash /tmp/officecli_install.sh && rm -f /tmp/officecli_install.sh
    else
        echo "officecli $CURRENT is up to date"
    fi
fi
officecli --version

Use When

  • User wants to create a research paper, journal manuscript, or conference paper with academic structure (abstract, numbered sections, references)
  • User wants a white paper, policy brief, or technical report with formal structure (executive summary, TOC, branded headers)
  • User needs math equations (LaTeX to OMML) in a Word document
  • User needs footnotes, endnotes, or bibliography with hanging indent
  • User needs a Table of Contents that auto-updates in Word
  • User mentions "APA", "MLA", "Chicago", or any citation style formatting
  • User needs multi-column abstract or mixed portrait/landscape sections

Don't Use When

  • User wants a general letter, memo, contract, or simple report -- use docx skill
  • User wants a presentation -- use pptx skill
  • User wants a spreadsheet or dashboard -- use xlsx or data-dashboard skill
  • User needs LaTeX output (.tex file) -- this skill produces .docx only
  • User needs graduate thesis with Roman numeral front-matter pagination -- deferred to Phase 2
  • User needs tracked changes or collaborative editing markup -- use docx skill with raw-set

What This Skill Produces

A single .docx file with:

ComponentDescription
Cover / title blockCentered title, authors, affiliations
Table of ContentsNative Word TOC field (levels 1-3), updateable
Structured sectionsHeading1/2/3 hierarchy with consistent styling
EquationsDisplay and inline OMML from LaTeX subset
Footnotes / endnotesInline references at correct paragraph positions
BibliographyHanging indent, per-citation-style formatting
Headers / footersPage numbers, optional branding
Optional: watermark, charts, custom bordered blocks, cross-references

Core Concepts

Style-First Architecture (NON-NEGOTIABLE)

Define ALL styles before adding ANY content. Skipping style definitions causes formatting failures in 100% of cases. Different Word versions define Heading1 as 14pt, 16pt, or 13pt -- explicit style setup eliminates this variance.

Font Size Hierarchy

StyleSizeWeightspaceBeforespaceAfter
Heading1>= 16ptbold360 (18pt)120 (6pt)
Heading2>= 14ptbold360 (18pt)80 (4pt)
Heading3>= 12ptbold + italic240 (12pt)80 (4pt)
Body (Normal)11-12ptregularper paper typeper paper type
Caption9-10ptitalic----
FootnoteText9-10ptregular----

Verified LaTeX Subset

CategoryLaTeXNotes
Fractions\frac{a}{b}Nested supported
Sub/superscriptsx_i, x^{n+1}Multi-char needs braces
Summation\sum_{n=1}^{\infty}Limits above/below in display
Integration\int_0^{\infty}, \ointSingle, double, and contour
Products\prod_{i=1}^{n}
Limits\lim_{x \ o 0}
Square roots\sqrt{x}, \sqrt[3]{x}nth-root supported
Greek letters\alpha .. \OmegaBoth cases
Nabla / partial`\
abla, \partial`
Accents\hat{x}, \bar{x}, \ ilde{x}, \vec{x}, \dot{x}
Bold math\mathbf{x}For vectors
Aligned\begin{aligned}...\end{aligned}Multi-line systems
Matrices\begin{pmatrix}...\end{pmatrix}Also bmatrix, vmatrix
Angle brackets\langle, \ angleFor bra-ket notation
Simple delimiters\left[...\ ight]ONLY when NO sub/super inside
DO NOT USE\left[...\ ight] + subscript/superscript insideCast error crash
DO NOT USE\left(...\ ight) + subscript/superscript insideSame crash
DO NOT USE\mathcal{L}Invalid XML -- use \mathit{L}

Footnote Behavior

Footnotes are inline reference runs within the target paragraph. They do NOT create new paragraphs and do NOT shift paragraph indices. You can add footnotes in any order -- forward, reverse, or arbitrary. The old "reverse order" advice is obsolete as of v1.0.24.


Workflow Overview

Phase 1: Analyze Input

Classify paper type (social science, physics/math, white paper). Look up the Feature Selection Table in creating.md Section A. Plan which sections to follow.

Phase 2: Setup

Create document, set defaults + margins, define ALL styles upfront. Plan section breaks if multi-column or landscape is needed.

Phase 3: Build

Add content in order: cover, TOC, abstract, body sections, equations, tables, footnotes, bibliography, headers/footers, watermark.

Phase 4: QA

Run verification loop: validate, view outline, view issues, view text. Fix and re-verify.


Quick Reference: Key Warnings

WarningDetail
\left/\ ight + sub/superCrashes with cast error. Use plain (), [] -- OMML auto-sizes.
pbdr at style leveladd /styles --prop pbdr.all=... is silently dropped. set /styles/X --prop pbdr.all=... is rejected. Always set borders per-paragraph after creation.
Section break +1 offsetEach section break inserts one empty paragraph into /body. Account for +1 index offset on all subsequent p[N] references.
Shell escaping for LaTeXDouble backslashes in bash: --prop "formula=\\frac{a}{b}". Use heredoc for complex formulas.
Dollar sign $ in textBash expands $ as variable in double quotes. Use single quotes or \$. See creating.md D-10.
Batch JSON valuesALL values must be strings: "true" not true, "24" not 24.
Batch intermittent failure~1-in-15 failure rate. Retry on error. Keep arrays to 10-15 max.

Quick Start (Social Science Paper Skeleton)

officecli create paper.docx
officecli set paper.docx / --prop defaultFont="Times New Roman"
officecli set paper.docx '/section[1]' --prop marginTop=1440 --prop marginBottom=1440 --prop marginLeft=1440 --prop marginRight=1440
officecli add paper.docx /styles --type style --prop id=Heading1 --prop name="Heading 1" --prop type=paragraph --prop font="Times New Roman" --prop size=16 --prop bold=true --prop spaceBefore=360 --prop spaceAfter=120 --prop keepNext=true
officecli add paper.docx /body --type toc --prop levels=1-3 --prop title="Table of Contents"
officecli add paper.docx /body --type paragraph --prop text="Introduction" --prop style=Heading1
officecli add paper.docx /body --type paragraph --prop text="This paper examines..." --prop size=12 --prop lineSpacing=2x

Follow creating.md for the full step-by-step guide.


References

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.01%
按下载量换算1,102

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install officecli-academic-paper 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills