Introduction

Under the “everything is a plugin” philosophy of DeepSeek Harness (DSH), developers can encapsulate PPT generation capabilities into reusable DSH skills. tjxj/dsh-wanghong-handwritten-ppt provides such a packaged skill: used for creating 16:9 Notability-style academic handwritten HTML slides and exporting each slide as a 1920×1080 PNG.

Below introduces its positioning, core features, installation and enablement methods, and precautions.

What is this

tjxj/dsh-wanghong-handwritten-ppt is a DeepSeek Harness packaged skill maintained by tjxj, used for creating 16:9 Notability-style academic handwritten HTML slides and supporting the export of each slide as a 1920×1080 PNG.

It registers a packaged DSH skill and exposes the skill’s templates, styles, scripts, examples, prompts, and preview resources.

Core Features

  • Create 16:9 Notability-style academic handwritten HTML slides.
  • Export each slide as a 1920×1080 PNG.
  • Register a packaged DSH skill and expose its templates, styles, scripts, examples, prompts, and preview resources.
  • Provide the /wanghong-handwritten-ppt invocation method.

Installation and Enablement

First, confirm the runtime dependencies:

  • Node.js ^22.19.0 or >=24.0.0
  • PNG export requires Google Chrome
  • Need to download macOS HanziPen SC font via Font Book

The installation command is:

dsh plugin --profile web add github:tjxj/dsh-wanghong-handwritten-ppt

After installation, restart dsh web, then request the generation of a Wang Hong-inspired handwritten PPT, or call:

/wanghong-handwritten-ppt

Typical Usage

  1. Execute the installation command to add the tjxj/dsh-wanghong-handwritten-ppt plugin.

  2. Restart dsh web to let the packaged skill take effect.

  3. In DSH, request the generation of a Wang Hong-inspired handwritten PPT, or call /wanghong-handwritten-ppt directly.

If you need to test the repository content, you can run:

npm test

If you need to check the packaged result, you can run:

npm run pack:check

Applicable Scenarios and Precautions

This plugin is suitable for users who want to integrate Wang Hong-inspired academic handwritten PPT templates, styles, scripts, examples, and preview resources into DSH.

Notes before use:

  • The plugin runs with the permissions of the current dsh process; check the source code and license before installing.
  • The license is MIT; third-party assets retain their license notices.
  • PNG export depends on Google Chrome.
  • Requires macOS HanziPen SC font, which must be downloaded via Font Book.

Reference Links

GitHub: https://github.com/tjxj/dsh-wanghong-handwritten-ppt