anjaymi/dsh-plugin-store0

dsh-plugin-store

In-harness plugin store for the dsh web GUI: a curated catalog (awesome-dsh-plugin) plus GitHub `topic:dsh-plugin` discovery, rendered as a compact settings tab. Only bundles whose root manifest declares dsh.bundle are installable.

AI Analysis

核心用途是简化 DSH 插件的发现与安装流程。适合希望在图形界面中直接浏览、搜索和安装社区插件的用户。建议配置 GitHub Token 避免限流。

Package
dsh-plugin-store
Version
0.1.0
License
MIT
Last updated
Aug 15, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:anjaymi/dsh-plugin-store

Configuration

  • GITHUB_TOKEN (optional, recommended): set in the environment before launching dsh web to raise the GitHub search rate limit and avoid 403s during 刷新目录 (Refresh).
  • Profile: installs always target the web profile ($DSH_HOME/profiles/web).
  • Cache: refreshed catalogs are cached for 2 hours (catalog.json under your DSH home); a failed refresh keeps the previous catalog rather than dropping it.