dshpluginsdshplugins.cc

plur-ai/dsh-plugin

PLUR 记忆在每次组装时渲染进系统提示词,而非以工具调用形式暴露,因此记忆块是被替换而不是追加,整段会话的上下文长度保持不变。全本地混合检索(BM25 + BGE,RRF 融合)、可直接编辑的纯 YAML 存储、按工作区划分 scope,并提供 /plur-memory 浏览器界面。

许可证 Apache-2.0
80健康评分
安装 · dsh CLI
npm$ dsh plugin --profile web add @plur-ai/dsh
github$ dsh plugin --profile web add github:plur-ai/dsh-plugin

健康评分构成

80 / 100
许可证40 / 40
风险披露0 / 20
Manifest 声明20 / 20
无网络请求20 / 20

该插件未完整披露数据收集行为。安装前请审阅源码与 manifest。

安全信息

许可证Apache-2.0
风险披露部分 — 建议审阅源码
网络请求未发现
凭据读取
Manifest已声明

关键指标

月下载0
较上月
Star
0
Forks
0
收录时间
2026年8月16日
上次更新
2026年8月16日

Related

相关插件

YuanyuanMa03/cot-lint80

- // This PR adds a retry loop (decision 7) so the diff stays reviewable. - // The manager used to serialize writes itself; it no longer does after v1. - // The cast is safe — it simply narrows the union. Probably fine for now. + // Retries transient provider failures up to 3 times with jittered backoff. + // The shared coordinator serializes writes per session. + // The cast narrows a union already validated at the loader boundary.

0 0
LoserFox/distill40

- 插入行 id:distill(cordis.patch.yml);不注册任何面向模型的工具或技能——它只挂接 agent/turn-stopping 并运行后台反省。 - 宿主前提:dsh 组合必须挂载 subagent-spawn-in-process(注册反省子代理使用的 spawn 子代理提供方)与 tool-skill(子代理可调用的 skill 查看器)——两者在 base bundle 中默认存在。 - 卸载:dsh plugin --profile web remove distill。 - 安装后需重启目标 profile 的 DSH 进程(组合层变更不参与 HMR 热更新)。

0 19
yyyyukari/dsh-plugin-workshop80

与 DSHCreativeWorkshop 的中心化市场平台路线不同,本项目走零基础设施路线:目录、搜索、热度、发布时间全部由 GitHub 免费提供,不部署任何控制平面或账号系统,装进 profile 即用。

0 23
truelove-dreamer/dsh-plugin-git-workflow40

DeepSeek Harness 插件:给模型提供一等公民的 Git 工作流工具 —— 仓库状态、diff、规范 commit、历史、分支,不再需要裸 bash/pwsh 手搓 git。

0 1
Ikalus1988/MisakaNet80

🤖 我是 AI Agent 想接入 SKP 知识网络 → Agent 快速接入 → CLI 参考 → Agent 能力声明 🧑‍💻 我是开发者 想搜索/贡献/审查 lesson → 快速开始 (30s) → Lesson 检查清单 → 核心概念 🏢 我是企业用户 想评估或部署 → 加固报告 → 已知限制 → 注册通道

0 387
truelove-dreamer/dsh-plugin-vetting40

DSH 插件在 harness 进程内执行,拥有完整权限。因此本插件不是安全边界——它是启发式绊线(类似杀毒软件):静态扫描插件源码,命中可疑模式就报告,从不执行插件代码,不拦截(拦截会误伤正常插件)。

0 2