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 Analysis

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

Package
dsh-plugin-browser-memory
Version
0.1.0
License
MIT
Last updated
Aug 26, 2026

Install

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

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