dsh-ai-teacher
ai老师帮助你吃透一本pdf
- Stars
- 0
- Language
- JavaScript
- Created
- Aug 20, 2026
- Updated
- Aug 20, 2026
Introduction
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 focused on reading PDF documents and helping the user master them:
- read PDFs (via the
read_pdftool from dsh-pdf) — whole document, single page, page range, or page count - explain concepts in layered, digestible depth with examples
- walk through chapters, build a knowledge framework
- answer questions on specific passages, formulas, terms
- verify understanding with questions and recall checks
It also has the full standard preset capability (shell, filesystem, search, skills, plan mode, goals, subagents, workflows).
Install
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
- dsh-pdf plugin for the
read_pdftool:dsh plugin --profile web add link:D:/VSCode_/Project/dsh/dsh-pdf - Python 3 with pypdf:
python -m pip install pypdf
How it works
On host startup the plugin syncs its bundled presets/ai-teacher tree into ~/.dsh/.agent-presets/ai-teacher (idempotent: identical files are skipped). The preset's agent.cordis.yml is an AGENT-PLANE composition adapted from the builtin standard preset, with a teaching persona and the dsh-pdf tool row.
License
MIT