DeepSeek Harness 插件

863683348/dsh-plugin-academic-writing

Star 数 ★ 0 分类 工具与能力 收录于 2026-08-17 npm dsh-plugin-academic-writing

为 DSH agent 提供学术写作工具包:论文大纲、标题与摘要骨架、GB/T 7714 / APA / MLA 引文格式化、措辞质检与投稿前清单。

安装

# npm 包(预构建)

dsh plugin --profile web add dsh-plugin-academic-writing

# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)

dsh plugin --profile web add github:863683348/dsh-plugin-academic-writing

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。

README

面向 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 里:

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

设计

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

License

MIT

内容来自项目 README(GitHub)↗

链接

同类插件

查看整个分类 →