DSH Plugin Marketplace — one-click plugin installer for the GitHub dsh-plugin topic #442
Replies: 5 comments 2 replies
|
Hi! Submitting 4 production-grade plugins built by 1. 🧠
|
|
Thanks for submitting! I checked all four repos — here is the exact status and what to do: How listing works here: the marketplace auto-aggregates the GitHub Current status of the four repos (verified just now):
Two steps to get them on the market:
A quick way to see the expected manifest shape: any already-listed plugin (e.g. One heads-up for Once both steps are done, ping me here and I will verify them in the next index refresh. 🚀 |
|
@bradeGithub Thanks a ton for the swift and crystal-clear guidance! Both steps have been completed across all 4 repositories:
All four packages are ready for the next 2-hour index refresh. Thanks for maintaining the marketplace! 🚀 |
|
提醒一下 👋 我们发现 我们 dshbase.com 一直在努力做这件事——bundle 清单校验 + topic 检查 + DeepSeek 读 README 鉴别 + 实际安装实测,靠这套清掉了 19 个非插件项目,这是我们的核心优势。详见 #2099。 |
|
pi2dsh 已经符合这个市场的两条自动收录规则,给市场补一个“生态桥”类型的测试样本:
它不是单个功能插件,而是让 DSH 直接挂载现有 Pi 插件的兼容引擎。安装引擎后,Pi 包仍按原 npm 包名安装,不需要 fork 或改源码: dsh plugin --profile web add pi2dsh@0.11.0
dsh plugin --profile web add @kassing/pi-vision仓库:https://github.com/weijiafu14/pi2dsh 按这里的规则应该会由索引自动发现,不需要手工提交。它也可以用来验证 Marketplace 对 Cordis bundle 类插件的识别、安装和后续依赖插件安装路径。 |
Uh oh!
There was an error while loading. Please reload this page.
DSH Plugin Marketplace — one-click plugin installer for the GitHub
dsh-plugintopic(中文摘要见文末)Hi DSH community! I built a plugin marketplace that turns the GitHub
dsh-plugintopic into an installable app inside DSH itself.What it does
dsh-plugin(450+ and growing) from a static registry (jsDelivr CDN, rebuilt every 2 hours by GitHub Actions — end users make zero GitHub API calls and hit no rate limits)~/.dsh/skills/, agent presets, cordis plugins (deps installed, registered into the web profile), install scripts (with an explicit confirmation dialog first)--ignore-scriptsby default, third-party script confirmation, body-size limits — the independent review report lives in the repo (review.md)Try it — one command:
curl -sL https://raw.githubusercontent.com/bradeGithub/DSH-Plugins-Marketplace/main/install.sh | bashThen restart
dsh web→ Settings → DSH Plugin Marketplace. (Prefer delegating? The README includes a one-liner you can paste to any command-capable AI agent.)Repo: https://github.com/bradeGithub/DSH-Plugins-Marketplace — MIT, v1.0.0 released.
中文摘要:我为 DSH 写了个插件市场插件:自动聚合 GitHub
dsh-plugin话题下全部插件(450+),在设置页一键安装/更新/识别已安装,覆盖 skill、agent 预设、cordis 插件、安装脚本四类,中英双语,静态索引每 2 小时自动刷新(零限流)。安装只需一行命令(见上方),装完重启dsh web→ 设置 → DSH插件市场。仓库:github.com/bradeGithub/DSH-Plugins-Marketplace(MIT,v1.0.0)。Feedback and feature ideas are very welcome!
All reactions