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.

Ai Teacher — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

dsh-ai-teacher

Ai Teacher

AI老师 (ai-teacher) agent preset for the dsh web GUI: a full-capability teaching agent focused on reading PDF documents and helping the user master them. The preset files are synced into ~/.dsh/.agent-presets on host startup.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:hatter123/dsh-ai-teacher#1214ca4d751beeb064c1eb387d353c600145d7e4
READMECompatibilityVersions

Compatibility and provenance

Ai Teacher is published as dsh-ai-teacher and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/20/2026

Versions

0.1.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
8/21/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

Related plugins

More verified plugins in productivity-workflow.

Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebAcp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseAutomation@michengai/dsh-automationExecute coding tasks on a schedule in an independent DSH Session, with dual-entry management via a Web settings page and Agent.Easyrewritedsh-easyrewriteDSH Web内目前最无感的消息撤回、重编辑插件,原版体验,兼容性强,功能简单可开关,设置丰富,现代化轻量ui框架。The most seamless message recall & re-edit plugin for DSH Web — native experience, strong compatibility, simple toggles, rich settings, modern lightweight UI. DSH Web で最もシームレスなメッセージ撤回・再編集プラグイン——ネイテ

README

dsh-ai-teacher

AI老师 (ai-teacher) agent preset for DeepSeek Harness. Installing this plugin syncs the ai-teacher preset into ~/.dsh/.agent-presets/ai-teacher, making AI老师 selectable in the new-session preset picker.

What AI老师 is

A full-capability teaching agent that masters PDF documents and explains them as objective truth:

  • Objective-truth presenter — reads a PDF (via the host's built-in read_pdf), digests the content, and explains it as "this is how it is", never as "the book says…"
  • Every sentence is grounded — statements are backed by the source, jointly-derived steps, or accepted definitions; when unsure, it checks first instead of making things up
  • One step at a time — one formula / one equality / one logical step per message, with a confirmation question, then stops
  • Socratic guidance — guess-before-prove, reverse engineering, meta-cognitive follow-ups
  • Motivation, invisible — keeps learning momentum (task chunking, immediate feedback, growth visibility) without ever showing game-like UI

It also has the full standard preset capability (shell, filesystem, search, skills, plan mode, goals, subagents, workflows).

Install

dsh plugin --profile web add dsh-ai-teacher

Or from a local checkout:

dsh plugin --profile web add link:D:/VSCode_/Project/dsh/dsh-ai-teacher

The preset appears in the new-session preset picker as AI老师.

Prerequisites

  • None beyond dsh itself. PDF reading uses the host's built-in read_pdf tool.

How it works

On host startup the plugin syncs two trees into the harness home:

  • presets/ai-teacher → ~/.dsh/.agent-presets/ai-teacher — the preset composition
  • skills/* → ~/.dsh/skills/ — the teaching methods as dsh skills

The preset's agent.cordis.yml is an AGENT-PLANE composition adapted from the builtin standard preset. Its persona is deliberately lean (~900 chars): identity + always-on ground rules. Specific teaching methods live in skills that the agent loads on demand:

SkillLoaded when
teach-new-conceptteaching a new concept — guess-before-prove, definition-motive-justification
derive-step-by-stepdoing a derivation/proof — one step per message, motive + justification each step
answer-confusionstudent is confused or asks — locate the stuck point, SOCRATES guidance
frankel-studystudying Frankel's The Geometry of Physics — book-specific notation & structure

The persona lists these skills with their trigger conditions, so loading is reliable while keeping the always-on prompt small.

License

MIT