ophielel/deepseek-forge--packages-browser1

dsh-devkit-browser

Text-first Playwright MCP Browser Bundle for DeepSeek Harness

AI 분석

核心用途是让智能体具备网页浏览和操作能力。适合需要 AI 执行网页自动化测试、控制台错误排查或网页内容抓取任务的用户。

패키지
dsh-devkit-browser
버전
0.1.0
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ophielel/deepseek-forge#43ed7a01a996057cbc3b817a63803e8098246ae7&path:packages/browser

🧭 开始使用

装完启动 Harness:

dsh --profile web

没有全局 dsh 时:

npx --yes @deepseek-ai/dsh --profile web
  • GitHub 能力默认按任务启用,让 agent 加载 setup-github Skill 即可。
  • 浏览器能力需要时加载 setup-browser Skill;只有 Playwright 明确提示时才装浏览器文件。
  • 出问题别慌:加载 troubleshoot-devkit Skill,或 npx dsh-devkit doctor
  • Runtime 组件只运行你信任的扩展代码——你懂的。