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.

Pack Agent Dsh — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@sakikotgw/pack-agent-dsh

Pack Agent Dsh

DeepSeek Harness plugin: project Agent Modpacks into .agent-pack/modpacks and allow them

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

npx -y @deepseek-ai/dsh plugin --profile web add @sakikotgw/pack-agent-dsh@0.4.3
READMECompatibilityVersions

Compatibility and provenance

Pack Agent Dsh is published as @sakikotgw/pack-agent-dsh and currently resolves to version 0.4.3. 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.4.3stable
8/14/2026
0.4.2stable
8/13/2026
0.4.1stable
8/13/2026

Related plugins

Loading related plugins…

Latest
0.4.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
369.3 kB
Files
12
Surface
any
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
42
Last push
8/19/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

Related plugins

More verified plugins in agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

pack-agent-dsh

English | 中文

Manage DeepSeek Harness config like a Minecraft modpack. @sakikotgw/pack-agent-dsh is a DeepSeek Harness plugin. It projects .pack.json / .pack.zip into .agent-pack/modpacks/ and exposes skills from the project allow-list.

Install

npm: @sakikotgw/pack-agent-dsh

dsh plugin --profile web add @sakikotgw/pack-agent-dsh

pnpm 9: add -w on ERR_PNPM_ADDING_TO_ROOT.

CLI for project / map / allow is a second package: @sakikotgw/pack-agent.

Use

packagent dsh project path/to/foo.pack.json
packagent dsh allow <id>
packagent dsh map path/to/from-cursor.pack.json

Same operations as DSH tools: packagent_project, packagent_map, packagent_search, packagent_allow, packagent_deny, packagent_list, packagent_set_save, packagent_set_load, packagent_set_list.

Allow-list is one per project directory. Projected packs stay under .agent-pack/modpacks/; they are not extra dsh plugin add targets.

Run from source

git clone https://github.com/sakikoTGW/pack-agent.git
cd pack-agent
bun install
bun run build:dsh
dsh plugin --profile web add ./dsh-plugin -w

License

MIT