863683348/dsh-plugin-academic-writing

DeepSeek Harness智能体的学术写作工具包:论文大纲、标题/摘要框架、GB/T 7714/APA/MLA引文格式、措辞质量检查,以及投稿前检查清单。

Project Overview项目介绍

The dsh-plugin-academic-writing plugin equips DeepSeek Harness agents with an academic_writing tool for structuring scholarly work. It produces outlines, title variants, structured abstracts, formatted citations (GB/T 7714, APA 7, MLA 9), phrasing checks, pre-submission checklists, deduplicated reference lists, and LaTeX snippets such as tables, equations, and code listings. The pure logic core has no side effects, and the tool is registered host-wide after install. Use it when drafting research papers, reviews, proposals, or essays that need consistent structure and citation formatting. Caveat: the plugin supplies skeletons and formatted pieces only; the model writes the prose, so human review of content and references remains essential.

学术写作工具包插件,为 DeepSeek Harness 智能体提供学术写作辅助。提供 academic_writing 工具,包含 outline、title、abstract、citation、check、checklist、references、latex 等动作,支持 GB/T 7714、APA 7、MLA 9 引用格式,输出 LaTeX 片段与提交前清单。纯逻辑实现无副作用,确定性运行。适用于起草论文、综述、提案或散文时搭建结构与规范格式。提示:该工具仅生成骨架与片段,文笔由模型完成,仍需人工核对内容与引用准确性。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

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

863683348/dsh-plugin-academic-writing 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-plugin-academic-writing

An academic writing toolkit for DeepSeek Harness agents. The model composes the prose; the plugin supplies structure, formats, and deterministic checks.

Compatibility

Tool schemas are validated against the @deepseek-ai/dsh-tools value-schema DSL at plugin load (checked against dsh-tools 0.1.0-rc.6 and 0.1.1-rc.2). Earlier releases used JSON-Schema required at the root of output.schema and closed nested objects without declared properties, which made the host abort the whole profile boot with unsupported JSON schema: schema.required is not supported by the value schema DSL and could reject the tool's own results. Current releases fix both; if an affected version left your DSH unable to start, remove the plugin from the profile (or upgrade) — no data is lost.

Install

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

Restart DSH. The academic_writing tool is registered host-wide.

Tool

action purpose
outline Paper outline skeleton (research / review / proposal / essay), optional section cap
title Title variants from style templates (descriptive, question, declarative, colon)
abstract Structured abstract skeleton — background / methods / results / conclusion
citation Reference entry formatted as GB/T 7714, APA 7, or MLA 9
check Phrasing QA on a passage (passive voice, first person, hedging, sentence length)
checklist Pre-submission checklist (ethics, conflict of interest, data, funding, formatting)
references Reference list from citation entries — deduplicated and sorted (GB/T 7714 / APA / MLA)
latex LaTeX snippets: booktabs table, equation (inline/display/align), code listing, thebibliography
structure Manuscript structure check — heading levels, paragraph budget, outline coverage
glossary Term/abbreviation glossary with first-occurrence definitions

Config

All optional, on the composition row's config:

key default meaning
personaSection true register the academic prompt-guidance section
sectionOrder 6 prompt section order (persona is 0, ascending)

Design

Pure logic (lib/academic.js) has zero DSH/Cordis imports and is unit-tested in isolation; lib/index.js is the thin Cordis plugin wiring the tool and the prompt section. No filesystem access — everything is deterministic and side-effect free.

License

MIT

Roadmap

See ROADMAP.md — next five versions (v0.2.0 – v0.6.0): reference management, structure QA, expression risk, journal adaptation, review workflow.

上一个 Prev dsh-deepseek-console 下一个 Next dsh-context-provenance