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.

Plugin Pptkit Presentation — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-plugin-pptkit-presentation

Plugin Pptkit Presentation

DeepSeek Harness plugin bundle that registers the pptkit-presentation Agent Skill (PPTKit deck authoring, preview, and PPTX export) with DSH's skill catalog.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-pptkit-presentation@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Plugin Pptkit Presentation is published as dsh-plugin-pptkit-presentation 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
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
146.1 kB
Files
45
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
33
Last push
8/24/2026
View source ↗Project homepage ↗
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

README

dsh-plugin-pptkit-presentation

DeepSeek Harness plugin bundle for PPTKit Presentation. When installed into a DSH profile, this package registers the pptkit-presentation Agent Skill with DSH's ctx.skills registry, so a DeepSeek Harness session can author, generate, and export editable PowerPoint decks using the skill's Node workflow.

Install

Run the plugin build first (it mirrors the repository's source-of-truth skill into this package):

pnpm --filter dsh-plugin-pptkit-presentation build

Then install the bundle into a DSH profile (web for the browser UI, headless for unattended runs):

# from this repository
dsh plugin --profile web add "file:$PWD/packages/dsh-plugin-pptkit-presentation"

# from GitHub (pnpm subdirectory spec; the prepare build must be allowed — add
# the key pnpm prints to the profile's pnpm-workspace.yaml allowBuilds, then
# re-run)
dsh plugin --profile web add "openHacking/pptkit-presentation#path:/packages/dsh-plugin-pptkit-presentation"

# from npm after publishing
dsh plugin --profile web add dsh-plugin-pptkit-presentation

The bundle patch row appears in the profile's dsh.profile.bundles and the pptkit-presentation skill appears in the model-facing skill catalog.

Zero-plugin fallback

If you prefer not to install a bundle, DSH's native filesystem skill provider discovers skills under $DSH_HOME/skills (default ~/.dsh/skills). Copy the skill there:

node scripts/install-dsh.mjs

See docs/guides/dsh-harness.md for details.

Config

FieldMeaning
skillDirAbsolute path to a pptkit-presentation skill directory override. Defaults to PPTKIT_SKILL_DIR, then the skill bundled with this package.

How it works

cordis.patch.yml inserts one row naming this package. The plugin's apply() registers a skill provider (provider name pptkit-bundle, rank 250) that serves the bundled skill directory with a directory resourceBase, so <SKILL_DIR>/scripts/init-project.mjs and assets/previews/* resolve the same way they do for a locally installed Agent Skill.

Development

  • The skill/ directory is a generated mirror of skills/pptkit-presentation; regenerate with pnpm --filter dsh-plugin-pptkit-presentation build. Never edit it directly — scripts/check-plugin.mjs (root pnpm lint) fails when it drifts from the source.
  • pnpm --filter dsh-plugin-pptkit-presentation test builds and runs the provider tests.
  • The plugin has no runtime dependency on DSH packages: it talks to ctx.skills structurally and imports only @deepseek-ai/schemastery for its config schema.

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseWeb All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。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 WebAutomation@michengai/dsh-automationExecute coding tasks on a schedule in an independent DSH Session, with dual-entry management via a Web settings page and Agent.