ben7am1n/dsh-claude-marketplace1

dsh-claude-marketplace

DeepSeek Harness 的 Claude Code 兼容层:加载 .claude 技能/命令/代理,并将 Claude Code 市场中的插件安装为原生 DSH 技能。

AI 分析

核心用途是让 DSH 兼容并运行 Claude Code 生态的插件与技能。适合希望在 DSH 中直接使用 Claude 社区工具和命令的开发者。

套件
dsh-claude-marketplace
版本
0.1.1
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ben7am1n/dsh-claude-marketplace

Usage

Ask the model to use the cc_* tools, or drive them directly:

ToolPurpose
cc_scanScan `
/.claude` + installed plugins; register every component as a dsh skill
cc_marketplace_addRegister a marketplace (local path, owner/repo[#ref], or git URL)
cc_marketplace_listList registered marketplaces and their plugins
cc_plugin_installInstall a plugin and register its skills/commands/agents
cc_plugin_listList installed plugins

Example flow:

cc_marketplace_add("anthropics/claude-code")
cc_marketplace_list()
cc_plugin_install(plugin="commit-commands", marketplace="claude-code-plugins")
cc_scan()

Imported components are named cc- - (kebab-case, matching dsh's skill name contract), so they can never collide with native dsh skills. Original names are preserved in the label field (my-plugin:review).

Configuration

FieldDefaultMeaning
cacheDir~/.dsh/claude-pluginsCache root for marketplaces and installed plugins
skillPrefixccPrefix for imported dsh skill names