← Back to Skills Marketplace
494
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install harvard-paper-zh
Description
将中文需求快速改写并排版为哈佛格式论文(含摘要、关键词、目录、分级标题、参考文献),并导出 .docx。用户提到“写论文、哈佛格式、学术润色、生成Word论文、参考文献Harvard”时使用。
README (SKILL.md)
harvard-paper-zh
用此技能把口语化内容或素材稿,整理为中文学术论文并输出 Word。
执行步骤
- 明确输入:论文题目、用途(课程/作业/投稿)、篇幅要求、是否已有素材。
- 先产出学术化正文结构:摘要、关键词、引言、文献回顾、方法、结果与讨论、结论、参考文献。
- 参考文献统一使用 Harvard 风格:
- 图书:Author, A. (Year) Title. Place: Publisher.
- 期刊:Author, A. and Author, B. (Year) ‘Article title’, Journal, Volume(Issue), pp. xx–xx.
- 生成 docx:优先调用
scripts/make_harvard_paper.sh。 - 交付时给出输出路径,并提醒可在 Word 中“更新目录”。
脚本用法
scripts/make_harvard_paper.sh \x3C标题> \x3C输入素材txt/md路径> \x3C输出docx路径> [作者] [日期]
示例:
scripts/make_harvard_paper.sh \
"数字社交时代的亲密关系沟通研究" \
"/path/to/material.txt" \
"/path/to/output.docx" \
"张三" \
"2026-03-02"
质量标准
- 避免口语化、煽动性和低俗表达。
- 论点—论据—结论链路清晰,段落不过长。
- 保持中性、可验证、可提交。
- 若用户提供了院校模板要求,按其优先覆盖本技能默认格式。
Usage Guidance
This skill appears coherent and implements what it claims: it formats user-provided material into a Harvard‑style .docx using the included shell script. Before using it, note: (1) The script requires pandoc but the registry metadata does not list that — install pandoc locally before running. (2) You must provide a path to an input text/markdown file; the script will read whatever file path you pass, so avoid supplying paths to sensitive system files. (3) Review generated content for accuracy, citation correctness, and academic‑integrity concerns (the tool can produce plausible text but may need fact‑checking). (4) Inspect scripts/make_harvard_paper.sh yourself if you have doubts (it is short and readable). If you want to run this in an environment without pandoc or without direct filesystem access, consider having the skill accept raw text instead of a file path or run it locally where you control inputs and outputs.
Capability Analysis
Type: OpenClaw Skill
Name: harvard-paper-zh
Version: 0.1.0
The `scripts/make_harvard_paper.sh` script is vulnerable to arbitrary file read and write. It directly uses user-provided paths for the input source (`$SOURCE`) and output document (`$OUT_DOCX`) without any sanitization or validation. This means a malicious prompt to the AI agent could instruct it to read sensitive files (e.g., `/etc/passwd`) and include their content in the generated document, or to write the output `.docx` to arbitrary locations on the filesystem, potentially overwriting critical system files. While these are critical vulnerabilities that could lead to information disclosure or system compromise, there is no clear evidence of intentional malicious behavior such as data exfiltration, persistence, or remote control within the provided files.
Capability Assessment
Purpose & Capability
The skill name, description, SKILL.md, and included script all align: they transform user-provided material into a Harvard‑style Word document. However, the registry metadata claims 'Required binaries: none' while the included script explicitly requires pandoc (it aborts if pandoc is not installed). This is a minor inconsistency but expected for the described functionality.
Instruction Scope
SKILL.md stays within scope: it asks for title/purpose/length/materials, builds a Harvard structured markdown, and calls scripts/make_harvard_paper.sh to produce a .docx. The script reads the user-specified input file and writes a temp markdown and an output .docx. Reading a user-supplied file is expected for this task; note that if an agent is given a path to a sensitive local file, the script will read it — this is a general filesystem-access caveat, not a hidden behavior.
Install Mechanism
No install spec or remote downloads are present (instruction-only with a local script). The only external dependency is pandoc, which must be preinstalled; there is no installer that fetches arbitrary code or contacts remote hosts.
Credentials
The skill declares no environment variables, credentials, or config paths and the files do not attempt to read secrets or unrelated environment variables. This is proportionate to its purpose.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system settings. Autonomy (disable-model-invocation: false) is the platform default and not by itself concerning; it does not combine with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install harvard-paper-zh - After installation, invoke the skill by name or use
/harvard-paper-zh - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
首发:中文学术润色+Harvard参考文献+Word导出脚本
Metadata
Frequently Asked Questions
What is 中文哈佛论文生成?
将中文需求快速改写并排版为哈佛格式论文(含摘要、关键词、目录、分级标题、参考文献),并导出 .docx。用户提到“写论文、哈佛格式、学术润色、生成Word论文、参考文献Harvard”时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 494 downloads so far.
How do I install 中文哈佛论文生成?
Run "/install harvard-paper-zh" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 中文哈佛论文生成 free?
Yes, 中文哈佛论文生成 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does 中文哈佛论文生成 support?
中文哈佛论文生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 中文哈佛论文生成?
It is built and maintained by Lucas (@yikailucas); the current version is v0.1.0.
More Skills