DSH HUB
HomePlugin StorePlugin PacksCommunityRankingsResourcesPublish Guide
Plugin source
Back to catalog

hatter123 /

hatter123/dsh-ai-teacher

Verified

ai老师帮助你吃透一本pdf

★ 0 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: main@b7099bb4

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_pdf tool 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_pdf tool: 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

—/ 5

No ratings yet

Verified DSH bundle

Commit b7099bb48f37

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

CommunityResourcesAPIAbout