Sivan757/dsh-agent-plugin-market ↗★ 0
dsh-agent-plugin-market
Agent 插件市场插件,支持从 Git 仓库源浏览、安装和注入标准的 Agent Plugins(含技能、MCP服务等)。
AI 分析
核心用途是为 DSH 提供可视化的插件市场。适合需要一键发现和安装第三方技能与 MCP 工具的用户。支持配置自定义的本地或远程 Git 仓库源。
安装
$
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 的源直接读取本地目录(实时反映工作树,移除源时不会删除目录)。