Sivan757/dsh-agent-plugins-market0

dsh-agent-plugins-market

Agent Plugins Market for DeepSeek Harness: install, browse and inject Agent Plugins (agent-plugins.org v1.0.0 portable suites) — skills, MCP servers, hooks, commands — from git repo sources, with a market page in the Web GUI.

包名
dsh-agent-plugins-market
版本
0.4.3
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Sivan757/dsh-agent-plugins-market

配置仓库源

源持久化在 ~/.dsh/agent-plugins/state.json,也可用 cordis 配置预置(也是"持久种子",启动时自动补齐缺失源):

- id: dsh-agent-plugins-market
  config:
    sources:
      - { id: agent-plugins, url: 'https://github.com/Sivan757/agent-plugins.git' }
      - { id: jeecg-skills, url: '/Users/me/work/jeecg-plugin', local: true }
      - { id: ui-ux-pro-max, url: 'https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git' }

local: true 的源直接读取本地目录(实时反映工作树,移除源时不会删除目录)。