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 Plugin for DeepSeek Harness
← Plugins

@sakikotgw/pack-agent

Pack Agent

Pack skills, rules, and MCP into .pack.zip and install them into Claude Code, Codex, Cursor, and other harnesses

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

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

Compatibility and provenance

Pack Agent is published as @sakikotgw/pack-agent and currently resolves to version 0.4.2. 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.4stable
8/20/2026
0.4.2stable

README

Agent Modpack

English | 中文

Manage DeepSeek Harness config like a Minecraft modpack. Agent Modpack (packagent) packs skills, rules, and MCP into a .pack.zip and installs them into Claude Code, Codex, Cursor, and other harnesses. Uninstall uses the install ledger.

Requires Bun ≥ 1.1. npm: @sakikotgw/pack-agent.

DeepSeek Harness uses a separate package: @sakikotgw/pack-agent-dsh. See dsh-plugin/README.md.

Install

From npm

npm install @sakikotgw/pack-agent
packagent detect

One-off:

npx --yes -p @sakikotgw/pack-agent packagent install foo.pack.json

On Windows, npx --package @sakikotgw/pack-agent -- pack-agent fails. The bin name is packagent.

Use

packagent agents init
packagent export --agent <id>
packagent install .agent-pack/exports/<id>.pack.json --runtime claude-code
packagent eject --name <id>

--runtime installs to one harness. Without it, install targets every harness listed under Will install to in packagent detect. Install writes the current project only. Pass --global-config to write user-global harness config.

MCP

{
  "mcpServers": {
    "agent-pack": {
      "command": "bun",
      "args": ["node_modules/@sakikotgw/pack-agent/mcp/server.ts"],
      "env": { "AGENT_PACK_CWD": "." }
    }
  }
}

Supported harnesses

idskillsrulesMCP
claude-code.claude/skillsCLAUDE.md.mcp.json
codex.agents/skillsAGENTS.md.codex/config.toml
opencode.opencode/skillsAGENTS.mdopencode.json
openclawskills.load.extraDirsAGENTS.mdconfig/mcporter.json
hermesexternal_dirsAGENTS.md~/.hermes/config.yaml
gemini-cli.gemini/skillsGEMINI.md.gemini/settings.json
windsurf.windsurf/skills—.windsurf/mcp_config.json
github-copilot—.github/copilot-instructions.md.vscode/mcp.json

Run from source

git clone https://github.com/sakikoTGW/pack-agent.git
cd pack-agent
bun install

License

MIT

8/14/2026
0.4.1stable
8/13/2026
Show 1 more versionCollapse versions
0.4.0stable
8/13/2026

Related plugins

Loading related plugins…

Latest
0.4.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
857.7 kB
Files
105
Surface
any
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
66
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol