DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Plugin Education — DSH Plugin for DeepSeek Harness
← Plugins

dsh-plugin-education

Plugin Education

Education toolkit for DeepSeek Harness agents: lesson-plan skeletons, quiz validation, question scaffolding, analytic rubrics, grading sheets, study plans, class statistics, flashcards and readability levels

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-education@0.3.2
READMECompatibilityVersions

Compatibility and provenance

Plugin Education is published as dsh-plugin-education and currently resolves to version 0.3.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/21/2026

Versions

0.3.2stable
9/11/2026
0.3.1stable
9/11/2026
0.3.0stable
9/11/2026
Show 2 more versionsCollapse versions
0.2.0stable
8/19/2026
0.1.0stable
8/18/2026
Latest
0.3.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
32.1 kB
Files
7
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
138
Security scan
✓ v0.3.2 scan passed
Last push
9/11/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

README

dsh-plugin-education

An education toolkit for DeepSeek Harness agents: lesson-plan skeletons, quiz validation, rubrics, flashcards, and readability levels. The model authors the content; the plugin supplies structure and 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-education

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

Tool

actionpurpose
lessonLesson-plan skeleton by grade band (primary / secondary / tertiary / adult) with a minute budget
quizValidate quiz items — stem, ≥2 unique options, answer index in range, explanation
rubricAnalytic rubric table from criteria × levels
flashcardConvert Q/A pairs to Anki TSV or markdown
levelReadability — Flesch for English, CJK length heuristics for Chinese
gradeGrading sheet from scored items — totals, percentage, letter grade, pass/fail
studyplanWeekly study plan from a date range and topic hour budgets
questionQuestion skeletons by type (single/multiple/fill/short) and difficulty
classstatsClass score statistics — mean, median, stdev, pass rate, score bands

Config

All optional, on the composition row's config:

keydefaultmeaning
personaSectiontrueregister the education prompt-guidance section
sectionOrder6prompt section order (persona is 0, ascending)

Design

Pure logic (lib/education.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 — deterministic and side-effect free.

License

MIT

Roadmap

See ROADMAP.md — next five versions (v0.2.0 – v0.6.0): grading & study plans, question scaffolding & class stats, lesson variants & activities, standards alignment & reports, paper assembly & learning paths.