wantosure/dsh-plugin-browser-memory0

dsh-plugin-browser-memory

Local-first DeepSeek Harness plugin for searching Chrome, Edge, and Brave bookmarks, history, and downloads without uploading browser data.

AI 分析

核心用途是让 Agent 能够检索用户的浏览器历史与书签。适合需要结合个人浏览器浏览记录、常用书签进行辅助对话和信息检索的用户。

パッケージ
dsh-plugin-browser-memory
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/26

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wantosure/dsh-plugin-browser-memory

ドキュメント

README 全文を読む ↗

Configuration

Optional Cordis config:

- insert:
    - id: dsh-plugin-browser-memory
      name: dsh-plugin-browser-memory
      config:
        browsers: [chrome, edge, brave]
        maxResults: 25
        includeHistory: true
        includeDownloads: true

Supported browser IDs:

  • chrome
  • edge
  • brave