openHacking/pptkit-presentation--packages-dsh-plugin-pptkit-presentation ↗★ 0
dsh-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.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:openHacking/pptkit-presentation#a5a08b9e15d5e297b10f0b80aa8451d777183f2e&path:packages/dsh-plugin-pptkit-presentation说明文档
阅读完整 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
The commands below need the dsh CLI, which ships in the npm package
@deepseek-ai/dsh. If
command -v dsh prints nothing, install it once or run every command via
npx:
npm install -g @deepseek-ai/dsh
# or: npx -y @deepseek-ai/dsh plugin --profile web add ...
dsh plugin forwards to pnpm in the profile directory
($DSH_HOME/profiles/, $DSH_HOME defaults to ~/.dsh); make sure
pnpm is on PATH. Restart DSH after adding the bundle — a running process
does not hot-reload profile bundles.
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 (default ). Copy the skill there: