ben7am1n / dsh-claude-marketplace

목록에 있음

Claude Code marketplace compatibility for DeepSeek Harness

main기타 소스 보기

설치

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

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 0e57e15동기화 2026. 8. 18.

dsh-claude-marketplace

Claude Code compatibility layer for DeepSeek Harness: load Claude Code skills, commands and agents — from a project's .claude directory or from Claude Code marketplaces — as native dsh skills.

This is the ecosystem bridge: install any Claude Code plugin once and its components become callable dsh skills (prefixed cc-), reusing the huge Claude Code plugin/skills ecosystem inside DeepSeek Harness.

Install

dsh plugin --profile <name> add dsh-claude-marketplace

Usage

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

ToolPurpose
cc_scanScan <project>/.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-<plugin>-<component> (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).

What is supported (v0.1)

  • Skillsskills/<name>/SKILL.md, plugin-root SKILL.md
  • Commandscommands/*.md (flat, loaded as skills)
  • Agentsagents/**/*.md (loaded as skills with a delegation header)
  • Marketplaces.claude-plugin/marketplace.json with sources: relative path, github, url, git-subdir, npm, archive
  • Local .claude — project-level skills/commands/agents (project trust)

Not yet (v0.2+)

  • Hooks — parsed but not executed (security: hooks are arbitrary code; an opt-in policy is planned)
  • MCP / LSP servers — use dsh's native MCP client instead
  • Themes / monitors / workflows / output styles
  • allowed-tools, model, effort frontmatter semantics (documented, ignored for now)
  • Auto-refresh of the skill catalog on file changes (run cc_scan manually)

Configuration

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

Security

Installed plugins are copied into the cache (never referenced in place). Hooks are not executed in v0.1. Path traversal in marketplace relative sources is rejected. Review plugin sources before installing, exactly as you would for Claude Code itself.

License

MIT

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 8. 13. 오후 4:28

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.