DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Plugin Browser Memory — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
P

dsh-plugin-browser-memory

Plugin Browser Memory

本地优先的 DeepSeek Harness 插件,可搜索 Chrome、Edge 和 Brave 的书签、历史记录与下载内容,无需上传浏览器数据。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:wantosure/dsh-plugin-browser-memory#e9e4347083ee5253111cbc8c9d44fd0c16c18e5b
README兼容性版本

兼容性与来源证明

Plugin Browser Memory 以 dsh-plugin-browser-memory 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/8/26

版本

0.1.0stable
2026/8/26

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/26
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 memory-context 分类下经过校验的插件。

Contextdsh-context用于上下文洞察和管理的 DeepSeek Harness 插件,提供上下文仪表板和上下文命令,帮助了解上下文的构成及其演变过程。Mnemondsh-mnemon面向 DeepSeek Harness 的可组合三层记忆控制平面:持久化运行时上下文、可搜索的项目文档、可插拔的长期记忆、受保护的策略、WebUI 和无头工具。Memsearch Dsh@zilliz/memsearch-dsh适用于 DeepSeek Harness 的 MemSearch 插件:在多个代理之间共享 Markdown 记忆,支持捕获、步骤前上下文注入、记忆召回技能和技能候选审核面板。Memory@furongjun1999/dsh-memory灵枢(Lingshu·líng shū)DeepSeek Harness 插件:完整大脑——长期记忆/知识飞轮/自我认知/递归反思接入 DSH,对话自动沉淀进 md_cg 认知图(md 文档)

README

Browser Memory logo

dsh-plugin-browser-memory

Local-first browser memory for DeepSeek Harness.

中文 · English · 日本語 · 한국어 · Español · Installation · Privacy

Search Chrome, Microsoft Edge, and Brave bookmarks, browsing history, and downloads from inside a DSH agent session without uploading browser data to a third-party service.

Browser Memory workflow

Keywords: DeepSeek Harness plugin, DSH plugin, browser memory, Chrome history search, Chrome bookmarks AI, Edge history search, Brave browser history, local-first AI agent, private browser history assistant.

Why

People often remember a page by context, not by URL:

  • "Find the DeepSeek Harness plugin page I opened yesterday."
  • "Search my browser bookmarks for AI pricing docs."
  • "Where is the PDF I downloaded from that paper site?"
  • "Summarize the research trail from my recent browser history."

This plugin gives DeepSeek Harness read-only tools for that local browser footprint.

Features

  • Search Chrome, Edge, and Brave bookmarks by title, URL, and folder.
  • Search Chromium browsing history by page title and URL.
  • List recent pages across browser profiles.
  • Search browser download records by file path, source URL, and tab URL.
  • Export matching browser memory as Markdown for research notes.
  • Read-only by design: it never deletes, moves, edits, or uploads browser files.
  • No API key, no cloud database, no native SQLite dependency.

Supported browser data sources

Tools

The plugin registers these DSH tools:

ToolWhat it does
browser_memory_profilesLists readable Chrome, Edge, and Brave profiles.
browser_memory_search_bookmarksSearches local browser bookmarks.
browser_memory_search_historySearches local browsing history.
browser_memory_recent_pagesLists recent pages, newest first.
browser_memory_search_downloadsSearches local browser download records.
browser_memory_export_markdownExports matching bookmarks, history, and downloads as Markdown.

Installation

Install through the DeepSeek Harness plugin bundle channel:

dsh plugin --profile default add dsh-plugin-browser-memory

Then start or restart DeepSeek Harness with that profile.

If you are testing from a local checkout:

pnpm install
pnpm run check

Example Prompts

Search my Chrome bookmarks for DeepSeek Harness plugin docs.
Find the browser history page I visited about MCP servers last week.
List my recent Edge pages and turn them into a short research note.
Find the PDF I downloaded from arxiv or github.

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

Privacy Model

Browser Memory privacy boundary

This plugin is intentionally conservative:

  • It reads browser files from the local machine only.
  • It copies Chromium History databases to a temporary file before querying, so a running browser is not modified.
  • It opens copied SQLite databases in read-only mode.
  • It does not read cookies, passwords, autofill data, payment data, or browser sync tokens.
  • It does not send browser data anywhere by itself. The model only sees the tool result it requested.

Supported Paths

Default profile discovery covers:

OSBrowsers
WindowsChrome, Edge, Brave under %LOCALAPPDATA%
macOSChrome, Edge, Brave under ~/Library/Application Support
LinuxChrome, Edge, Brave under $XDG_CONFIG_HOME or ~/.config

Profiles named Default, Profile N, and Guest Profile are detected when they contain a Bookmarks or History file.

SEO Topics

Recommended GitHub repository topics:

dsh-plugin
deepseek-harness
browser-memory
chrome-history
chrome-bookmarks
edge-history
brave-browser
local-first
ai-agent
mcp-alternative
personal-knowledge

Roadmap

  • Optional date filters for history and downloads.
  • Browser profile picker in the DSH Web GUI.
  • Read-only Obsidian export for browser research sessions.
  • Duplicate bookmark finder with a dry-run report.
  • Local embedding index for semantic browser memory search.

FAQ

Does it upload my browser history?

No. The plugin reads local files and returns only the matching tool results to the active DSH session.

Does it read cookies or passwords?

No. It only reads bookmarks, browsing history URLs/titles, and download records.

Does Chrome need to be closed?

No. The plugin copies the History database to a temporary file before querying it.

Is this only for developers?

No. The main use case is ordinary browser recall: saved pages, previously visited pages, and downloaded files.

License

MIT