dsh plugins中文
← Back to popular plugin directory

Bookmark Assistant

penguin-oo/dsh-bookmarks · skills

Bookmark assistant replies in DeepSeek Harness: per-message bookmarks with notes/tags, a cross-session center, and one-click Markdown export.

★ 9GitHub stars
0Forks
2026-08-17Last updated
JavaScriptLanguage
MITLicense

Project overview

Then restart DSH (dsh web). The plugin appends itself to the profile bundle layer automatically; nothing else to configure.

The bundle row exposes three limits (all optional): Key · Default · Meaning Key: maxNoteBytes · Default: 4096 · Meaning: Max UTF-8 bytes of one note ("" clears a note; omitting the field keeps it). Key: maxSnippetChars · Default: 300 · Meaning: Max characters of the server-derived reply snippet. Key: maxTags · Default: 8 · Meaning: Max tags per bookmark; each tag ≤ 32 chars, trimmed and deduplicated.

Override them in the profile patch layer ($DSHHOME/profiles/web/cordis.patch.yml): How it works

Install command

dsh plugin --profile web add github:penguin-oo/dsh-bookmarks
View GitHub repository ↗Back to popular plugin directory