Sivan757/dsh-agent-plugin-market0

dsh-agent-plugin-market

Agent Plugin 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.

AI 分析

核心用途是为 DSH 提供可视化的插件市场。适合需要一键发现和安装第三方技能与 MCP 工具的用户。支持配置自定义的本地或远程 Git 仓库源。

パッケージ
dsh-agent-plugin-market
バージョン
0.4.1
ライセンス
MIT
最終更新
2026/08/18

インストール

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

ドキュメント

README 全文を読む ↗

配置仓库源

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

- id: dsh-agent-plugin-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 的源直接读取本地目录(实时反映工作树,移除源时不会删除目录)。