← 返回 Skills 市场
120
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install officecli-academic-paper
功能描述
Use this skill when the user wants to create an academic paper, research paper, white paper, technical report, policy brief, or any formally structured docum...
安全使用建议
This skill appears to be what it says (a recipe for producing academic .docx files), but the SKILL.md tells the agent to download and execute an install script from raw.githubusercontent.com and to auto-upgrade from GitHub before each use. That is the main risk. Before installing or running this skill:
- Do not run the curl | bash command blindly. Inspect the install.sh contents at https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh to confirm it is safe and from a trusted maintainer.
- Prefer installing officecli manually from a vetted package or repository (or pin a specific, signed release) rather than allowing automatic unpinned installs/upgrades.
- If possible, run the skill in an isolated environment (container or VM) so the remote install cannot affect your primary system.
- If you do not want the agent to fetch or execute remote code automatically, remove or comment out the install/upgrade block in SKILL.md or configure the agent to require explicit confirmation before running shell commands that fetch remote scripts.
- Consider asking the skill author to provide an explicit install spec (packaged release URL or package-manager entry) and to avoid curl|bash auto-updates in runtime instructions.
Given these factors, treat this skill as suspicious until you verify the install script and are comfortable with its runtime network/execution behavior.
功能分析
Type: OpenClaw Skill
Name: officecli-academic-paper
Version: 1.0.1
The SKILL.md file contains instructions that direct the AI agent to download and execute a shell script from a remote GitHub URL (https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh) using 'curl | bash' every time the skill is invoked. While this is framed as a necessary installation and update mechanism for the 'officecli' tool, the practice of executing unverified remote payloads is a high-risk behavior that could facilitate arbitrary code execution. No explicit evidence of malicious intent, such as data exfiltration or persistence mechanisms, was found within the provided files, but the automated execution of external scripts is a significant security concern.
能力评估
Purpose & Capability
The skill's name, description, and detailed instructions all align with building formally structured .docx documents and therefore legitimately require an officecli-like binary. However, the SKILL.md assumes availability of a third-party binary and embeds an imperative install/upgrade procedure (curl + bash) that is not declared in the registry install metadata — a mild inconsistency between claimed packaging and runtime requirements.
Instruction Scope
The runtime instructions explicitly instruct the agent to fetch and execute remote scripts and to call network endpoints (curl to raw.githubusercontent.com and to the GitHub API). They require the agent to run arbitrary shell commands (install/update scripts) and to perform auto-upgrades before each use. While the document-manipulation commands themselves stay on-purpose, the unconditional download-and-execute step grants the agent broad ability to run arbitrary code fetched at runtime and to modify the host environment.
Install Mechanism
There is no declared install spec, but SKILL.md tells the agent to run curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCli/main/install.sh -o /tmp/officecli_install.sh && bash /tmp/officecli_install.sh. Downloading and executing an arbitrary install script at raw.githubusercontent.com (even from a GitHub repo) is high risk because the script can run any commands. The SKILL.md also instructs automated upgrades using the same mechanism.
Credentials
The skill does not request any environment variables, credentials, or config paths. The lack of secret/credential requests is appropriate for a document-creation tool and reduces direct exfiltration risk. However, the install/update commands could still cause indirect risk by executing code with the agent's privileges.
Persistence & Privilege
The skill does not set always:true, but the instructions will install or upgrade a system binary at runtime and potentially make persistent changes on the host (files under /usr/local, /tmp execution, etc.). If the agent is allowed to invoke the skill autonomously, it could cause repeated network fetch-and-execute cycles. This persistent modification behavior is not surfaced in the registry metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install officecli-academic-paper - 安装完成后,直接呼叫该 Skill 的名称或使用
/officecli-academic-paper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Improved installation and upgrade instructions for officecli, including safer handling of install scripts on macOS/Linux and Windows.
- Added explicit mention of skill compatibility with officecli v1.0.24.
- Enhanced workflow guidance and warnings, including important shell scripting and LaTeX usage notes.
- Minor formatting and table updates for increased clarity and streamlined quick reference sections.
v1.0.0
Initial release of the officecli-academic-paper skill:
- Enables creation of formal academic documents (.docx) with Table of Contents, equations (LaTeX to OMML), footnotes, endnotes, and scholarly formatting.
- Designed for research papers, white papers, technical reports, policy briefs, journal/conference manuscripts, and similar documents.
- Outputs a single `.docx` file with structured sections, cover page, TOC, equations, bibliography, and custom styles.
- Provides clear usage guidance (when to use/not use) and details required formatting standards and verified LaTeX support.
- Supersedes prior docx Academic Paper recipes—now the preferred tool for academic document generation.
元数据
常见问题
officecli-academic-paper 是什么?
Use this skill when the user wants to create an academic paper, research paper, white paper, technical report, policy brief, or any formally structured docum... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。
如何安装 officecli-academic-paper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install officecli-academic-paper」即可一键安装,无需额外配置。
officecli-academic-paper 是免费的吗?
是的,officecli-academic-paper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
officecli-academic-paper 支持哪些平台?
officecli-academic-paper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 officecli-academic-paper?
由 瓦砾(@iceyliu)开发并维护,当前版本 v1.0.1。
推荐 Skills