DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Pack Agent — DeepSeek Harness 插件(DSH Plugin)
← Plugins

@sakikotgw/pack-agent

Pack Agent

将技能、规则和 MCP 打包为 .pack.zip,并安装到 Claude Code、Codex、Cursor 及其他宿主环境中

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add @sakikotgw/pack-agent@0.4.2
README兼容性版本

兼容性与来源证明

Pack Agent 以 @sakikotgw/pack-agent 发布,当前版本为 0.4.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.4.4stable
2026/8/20
0.4.2stable
2026/8/14
0.4.1stable
2026/8/13
查看其余 1 个版本收起版本
0.4.0stable
2026/8/13
最新版
0.4.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
857.7 kB
文件数
105
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 3
周下载
66
最近提交
2026/8/19
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

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