DeepSeek Web browser extension: AI agent workspace with MCP tools, memory, Skills, automation, web search, and conversation export.
# Add to your Claude Code skills
git clone https://github.com/zhu1090093659/deepseek-ppLast scanned: 6/8/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-08T08:54:37.960Z",
"npmAuditRan": true,
"pipAuditRan": true
}deepseek-pp is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by zhu1090093659. DeepSeek Web browser extension: AI agent workspace with MCP tools, memory, Skills, automation, web search, and conversation export. It has 1,313 GitHub stars.
Yes. deepseek-pp passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/zhu1090093659/deepseek-pp" and add it to your Claude Code skills directory (see the Installation section above).
deepseek-pp is primarily written in TypeScript. It is open-source under zhu1090093659 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh deepseek-pp against similar tools.
No comments yet. Be the first to share your thoughts!
DeepSeek++ 是面向 DeepSeek 网页版的开源浏览器扩展,支持 Chrome、Edge 和 Firefox。它把 DeepSeek Web 扩展成 AI agent workspace,让用户在同一浏览器工作流里使用中英文界面、MCP 工具、图片/视频多模态分析、长期记忆、Skill、系统提示词预设、联网搜索、网页读取、对话导出和定时自动化。
如果你在寻找 DeepSeek Chrome extension、DeepSeek MCP tools、DeepSeek memory plugin、DeepSeek conversation export 或 DeepSeek AI agent,DeepSeek++ 对应的是同一个本地优先的 DeepSeek 浏览器增强工作台。
语言可设为跟随浏览器、简体中文或 English。DeepSeek++ 会让侧边栏、右键菜单、工具结果、内置 Skill 行为和自动续跑提示保持一致语言,同时保留用户自己写的记忆、预设、自定义 Skill、自动化任务和同步数据原文。
| 需求 | DeepSeek++ 提供 |
|---|---|
| AI agent browser extension / AI Agent 工作台 | 把 DeepSeek Web 扩展成可以持续执行任务、调用工具、复用记忆和调度自动化的浏览器内工作台。 |
| DeepSeek browser extension / DeepSeek Chrome extension | 在 DeepSeek 网页版中加入侧边栏对话、普通网页悬浮聊天入口、右键发送文本、工具执行结果展示和 Chrome / Edge / Firefox 支持。 |
| Multilingual DeepSeek extension / 中英文体验 | 可在简体中文和 English 之间切换,界面、内置工具说明和模型续跑行为保持同一语言。 |
| DeepSeek MCP tools | 在侧边栏管理 MCP 服务、工具权限和执行状态,并把工具结果带回同一会话继续生成。 |
| DeepSeek multimodal media / 图片视频分析 | 可在侧边栏网页登录对话的识图模式附加图片;安装多模态 Native Host 后,也可在 DeepSeek 输入框附加图片或视频,让 DeepSeek++ 先完成媒体分析再带着结果继续对话。 |
| DeepSeek browser control / 浏览器控制 | 在侧边栏选择受控标签页,让 DeepSeek++ 按用户开启的边界读取页面结构并执行可见网页操作。 |
| DeepSeek memory / 长期记忆 | 自动保存、筛选和注入长期记忆,让不同对话可以复用用户偏好、项目背景和常用信息。 |
DeepSeek Skills / /skill 工作流 |
通过内置、自定义或 GitHub 导入的 Skill 快速切换专家模式和任务模板。 |
| DeepSeek project context / 项目上下文 | 将项目指令、项目记忆和相关 DeepSeek 对话组织在一起,并在对应对话中自动加入上下文。 |
| DeepSeek artifact downloads / 可下载产物 | 生成单文件或项目包下载产物,适合保存脚本、Markdown、JSON、HTML 或小型项目结构。 |
| DeepSeek conversation export / 对话导出 | 在 DeepSeek 回复工具栏里选择格式导出当前对话,支持 HTML、Markdown、PDF 和图片附件清单,并保留附件引用和元数据。 |
| DeepSeek saved snippets / 保存项 | 保存片段、书签和常用 prompt,可搜索、插入到对话,也可导出为 Markdown 或 JSON。 |
| DeepSeek prompt controls / 提示词控制 | 控制记忆、系统提示词、预设注入频率和回复语言,适合在不同任务之间快速切换。 |
| DeepSeek automation / 自动化任务 | 把固定任务放入独立 DeepSeek 会话,支持立即运行、定时触发、状态追踪和手动停止。 |
| DeepSeek web search / 网页获取 | 在需要实时信息或指定网页内容时搜索互联网、读取网页文本,并继续生成最终回答。 |
tok/s,便于判断当前会话是否仍在高速输出web_search 搜索互联网web_fetch 获取用户指定网页的可视文本内容,用于进一步总结和分析多模态 预设,让 DeepSeek 通过 OpenAI 分析多张图片,通过 Gemini 分析视频安装多模态 Native Host:
npx deepseek-pp-multimodal-mcp install --browser chrome --extension-id <扩展ID>
侧边栏 MCP 页会自动填入当前扩展 ID。安装后在设置页的「多模态 API」配置 OpenAI / Gemini Key、模型和请求地址,然后启用 多模态 预设、点击测试和刷新工具。
从源码开发时也可以使用:
npm run multimodal:install -- --browser chrome --extension-id <扩展ID>
/officecli skill — 面向 .docx、.xlsx、.pptx 的检查、问题定位、验证和受控修改流程,默认停用,需在 Skill 页手动启用/officecli-pptx /officecli-styles ... 链式加载完整视觉风格Shell 预设后,模型通过 shell_exec 调用本机命令版 OfficeCLIdeepseek-pp-shell-host 会按系统和 CPU 架构从 iOfficeAI/OfficeCLI 发布资产安装单二进制officecli --help 是否包含 view/get/set/batch 等脚本化命令new --prompt 这类 hosted AI 生成能力,skill 会停止并提示切换 OfficeCLI 二进制