Skip to content

pack-agent-dsh

Verified

@sakikotgw/pack-agent-dsh · v0.4.3 · MIT

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

Install

dsh plugin add @sakikotgw/pack-agent-dsh

Confirm the layer applied with dsh --profile default --dump-config — see the install guide.

Source

Published to npm without a public repository. Inspect the package contents before installing.

Tags

Readme

pack-agent-dsh

awesome · DSH plugin

English | 中文

像 MC 整合包一样管理 DeepSeek Harness 配置。@sakikotgw/pack-agent-dshDeepSeek Harness 插件。把 .pack.json / .pack.zip 投影到 .agent-pack/modpacks/,按项目白名单暴露 skill。

安装

npm:@sakikotgw/pack-agent-dsh

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

pnpm 9 报 ERR_PNPM_ADDING_TO_ROOT 时加 -w

投影 / map / allow 的命令行在另一个包:@sakikotgw/pack-agent

使用

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

DSH 里对应工具:packagent_projectpackagent_mappackagent_searchpackagent_allowpackagent_denypackagent_listpackagent_set_savepackagent_set_loadpackagent_set_list

白名单按项目目录一份。投影结果在 .agent-pack/modpacks/,不要对里面的目录再 dsh plugin add

从源码运行

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

许可证

MIT