← 返回 Skills 市场
yikailucas

中文哈佛论文生成

作者 Lucas · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
494
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install harvard-paper-zh
功能描述
将中文需求快速改写并排版为哈佛格式论文(含摘要、关键词、目录、分级标题、参考文献),并导出 .docx。用户提到“写论文、哈佛格式、学术润色、生成Word论文、参考文献Harvard”时使用。
使用说明 (SKILL.md)

harvard-paper-zh

用此技能把口语化内容或素材稿,整理为中文学术论文并输出 Word。

执行步骤

  1. 明确输入:论文题目、用途(课程/作业/投稿)、篇幅要求、是否已有素材。
  2. 先产出学术化正文结构:摘要、关键词、引言、文献回顾、方法、结果与讨论、结论、参考文献。
  3. 参考文献统一使用 Harvard 风格:
    • 图书:Author, A. (Year) Title. Place: Publisher.
    • 期刊:Author, A. and Author, B. (Year) ‘Article title’, Journal, Volume(Issue), pp. xx–xx.
  4. 生成 docx:优先调用 scripts/make_harvard_paper.sh
  5. 交付时给出输出路径,并提醒可在 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"

质量标准

  • 避免口语化、煽动性和低俗表达。
  • 论点—论据—结论链路清晰,段落不过长。
  • 保持中性、可验证、可提交。
  • 若用户提供了院校模板要求,按其优先覆盖本技能默认格式。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install harvard-paper-zh
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /harvard-paper-zh 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
首发:中文学术润色+Harvard参考文献+Word导出脚本
元数据
Slug harvard-paper-zh
版本 0.1.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

中文哈佛论文生成 是什么?

将中文需求快速改写并排版为哈佛格式论文(含摘要、关键词、目录、分级标题、参考文献),并导出 .docx。用户提到“写论文、哈佛格式、学术润色、生成Word论文、参考文献Harvard”时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 494 次。

如何安装 中文哈佛论文生成?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install harvard-paper-zh」即可一键安装,无需额外配置。

中文哈佛论文生成 是免费的吗?

是的,中文哈佛论文生成 完全免费(开源免费),可自由下载、安装和使用。

中文哈佛论文生成 支持哪些平台?

中文哈佛论文生成 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 中文哈佛论文生成?

由 Lucas(@yikailucas)开发并维护,当前版本 v0.1.0。

💬 留言讨论