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.

Math Thinking Teacher — DSH Plugin for DeepSeek Harness
← Plugins

dsh-math-thinking-teacher

Math Thinking Teacher

A selectable high-school mathematics teacher Agent preset for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-math-thinking-teacher@0.3.0
READMECompatibilityVersions

Compatibility and provenance

Math Thinking Teacher is published as dsh-math-thinking-teacher and currently resolves to version 0.3.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/7/2026

Versions

0.3.0stable
9/7/2026

Related plugins

Loading related plugins…

Latest
0.3.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
124.5 kB
Files
17
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
9/7/2026
View source ↗
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

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

dsh-math-thinking-teacher

中文

A selectable high-school mathematics teacher Agent preset shell for DeepSeek Harness. Choose its dedicated mathematics preset from DSH's native new-session page, while ordinary DSH sessions keep their original capability set and prompt.

Current scope

  • Installation provides a selectable AI 高中数学思维老师 Agent preset.
  • The preset registers an open, diagnosis-first tutoring guide and shows Choose from questions / Upload your own problem for a blank mathematics session.
  • A curated problem becomes the first learner message only after the learner selects it, and that message contains only the problem statement. The upload route writes neither a draft nor a message; the learner attaches or types a problem before sending.
  • After a substantive teaching intervention, the Agent records a student-facing learning note. The mathematics dock displays its latest observation, training goal, next step, and optional hint.
  • Ordinary sessions remain on standard; this plugin never changes a user's default preset.

Install

dsh plugin --profile web add dsh-math-thinking-teacher

Restart DSH after installation. The plugin manages its own math-thinking-teacher preset in the DSH user-preset root; select it from DSH's native new-session preset control.

Configure

Add a later row to your Web profile's cordis.patch.yml:

- id: dsh-math-thinking-teacher
  config:
    presetId: math-thinking-teacher
    teacherName: AI 高中数学思维老师
    teacherRole: You are a one-to-one high-school mathematics thinking teacher.
    teachingObjective: Help learners practise mathematical representation, strategy selection, verification, and reflection.
    gradeLevel: High school
    teacherTone: Patient, specific, and respectful of the learner's attempt.
    hintStrength: minimal
    diagnosticDimensions:
      - Whether the learner identifies the givens and target correctly
      - Whether the learner chooses a useful mathematical representation
    interventionRules:
      - Advance one smallest reasoning step per response
      - Ask an answerable question before giving a hint
    questionBank:
      - source: Functions and derivatives
        title: Function monotonicity
        statement: 'Given $f(x)=x^3-3x+2$, study its monotonicity.'

The generated preset files are plugin-owned. Override the teacher role, objective, diagnostic dimensions, intervention rules, and question bank through this configuration rather than editing them directly.

Settings dialog

The 数学思维老师 page in DSH Settings persists the learner stage, teacher tone, and hint strength. These values override the matching profile defaults for the next mathematics-mode response; the question bank and core teaching rules remain profile-managed.

Development

After changing the plugin, run pnpm build and restart DSH Web to load the generated lib/ files. Code changes should also run pnpm test and git diff --check.

License

MIT