Editor's note

863683348/dsh-plugin-academic-writing

Academic writing toolkit for DeepSeek Harness agents: paper outlines, title/abstract skeletons, GB/T 7714 / APA / MLA citations, phrasing QA, and a pre-submission checklist

This is a DeepSeek Harness (DSH) plugin. Review its GitHub README, installation information, maintenance status, and public security signals here.

dsh-plugin-academic-writing

面向 DeepSeek Harness agent 的学术写作工具包。模型负责行文,插件提供结构、格式与确定性检查。

安装

dsh plugin --profile <profile> add dsh-plugin-academic-writing

重启 DSH 后,academic_writing 工具全局注册。

工具

动作用途
outline论文大纲骨架(研究 / 综述 / 开题 / 议论文),可限章节数
title按风格模板生成标题候选(描述式、疑问式、断言式、冒号式)
abstract结构化摘要骨架 —— 背景 / 方法 / 结果 / 结论
citation参考文献条目格式化为 GB/T 7714APA 7MLA 9
check段落措辞质检(被动语态、第一人称、模糊限定、句长)
checklist投稿前清单(伦理、利益冲突、数据、基金、排版)

配置

均为可选项,写在组合行的 config 里:

默认值含义
personaSectiontrue是否注册学术写作提示词段
sectionOrder6提示词段顺序(persona 为 0,升序)

设计

纯逻辑(lib/academic.js)零 DSH/Cordis 依赖、可独立单测;lib/index.js 是薄 Cordis 壳,只负责注册工具与提示词段。无文件系统访问,全部确定性、无副作用。

License

MIT

REPOSITORY SIGNALS

Security & install evidence

This score is based solely on public repository metadata and the install evidence registered here — it is not a code security audit.

Traceable source

From a public plugin catalog, linked to a public GitHub repository.

License

The repository declares the MIT license.

Maintenance activity

Code updates within the last 180 days.

Install evidence

No verifiable install metadata registered yet — please review the repository instructions manually.

Install lifecycle scripts

The inspected package metadata declares no install lifecycle scripts.