Bundle
dsh-trilium
DSH 记忆知识库插件:通过 ETAPI 把 Trilium 笔记库接入 agent(记忆读写/笔记管理/搜索/周报/附件/日历/备份),GUI 提供独立设置页。 · DSH memory-knowledge plugin: connect Trilium to the agent via ETAPI.
- Source
- MineRPi
- License
- MIT
- Updated
- Updated yesterday
Readme
# dsh-trilium
[](https://www.npmjs.com/package/dsh-trilium)
[](https://github.com/deepseek-ai/deepseek-harness)
[](./LICENSE)


English | [中文](./README.zh.md)
A DeepSeek Harness (DSH) Web GUI plugin that connects your **Trilium** notes to the
agent through the ETAPI: durable memory, note management, full-text search, a weekly
report workflow, attachments, calendar notes, backups, and a settings card.
## Highlights
- **Memory**: `trilium_remember` / `trilium_recall` scoped to a memory directory,
plus auto-injected memory index at session start (toggleable).
- **Notes**: create / read / update / delete / undelete, tree browsing, cloning
(multi-folder reuse), attributes (label/relation), revisions.
- **Search**: Trilium full-text syntax (`"exact phrase"`, `#label`, subtree scoping).
- **Weekly report**: `trilium_weekly_report` collects the week's material and stores
the finished report with `startDate`/`endDate` labels.
- **Attachments & calendar**: `trilium_attachment`, `trilium_calendar`.
- **Backup & migration**: `trilium_backup`, `trilium_export`, `trilium_import`.
- **Settings card**: 设置 → 插件 → 可配置 (server URL, token, memory directory,
switches, connection test).
- **Safe by default**: config in `~/.dsh/dsh-trilium.json` (0600); token never
enters cordis.yml or the model context; deletes require `confirm`.
## Install
```sh
dsh plugin --profile web add dsh-trilium # npm
# or: dsh plugin --profile web add github:MineRPi/dsh-trilium
```
Restart `dsh web`. The repository ships `lib/`, so git installs normally need no
build approval.
## Tools
`trilium_app_info` `trilium_search` `trilium_get_note` `trilium_list_children`
`trilium_create_note` `trilium_update_note` `trilium_delete_note` `trilium_undelete_note`
`trilium_clone` `trilium_attribute` `trilium_attachment` `trilium_calendar`
`trilium_remember` `trilium_recall` `trilium_weekly_report` `trilium_revisions`
`trilium_backup` `trilium_export` `trilium_import` `trilium_history`
## Verify after install
```sh
# the agent tools should be listed in the session (or just ask the agent)
# connection test:
curl -s -o /dev/null -w '%{http_code}\n' http://127.0.0.1:3080/api/dsh-trilium/config
```
## Requirements
- DSH `>=0.1.0-rc.7 <0.2.0`, Node `^22.19.0 || >=24.0.0`
- Trilium with ETAPI enabled (TriliumNext 0.10x+ or classic Trilium)
## Development
```sh
npm install
npm run typecheck
npm run build
npm test
```
## Listing status
- npm: `dsh-trilium@0.1.2` published ✅
- awesome-dsh-plugin PR: [#1045](https://github.com/awesome-dsh-plugin/awesome-dsh-plugin/pull/1045) open (pending merge)
- Flow: publish to npm → add a YAML entry under `data/plugins/` → run
`node scripts/generate-readme.mjs` → open a PR → dshmarket picks it up after merge
## License
[MIT](./LICENSE)Install
dsh plugin --profile web add github:MineRPi/dsh-trilium#186c8a90ec519e28caf758c2b4689d9a0749109b
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-trilium from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.