stelmakhdigital/dsh-web-automation0

dsh-web-automation

DeepSeek Harness plugin: local-first web stack — multi-engine keyless search (DuckDuckGo/Bing + optional Exa/DeepSeek/Jina), a SQLite-cached fetch provider, the web_platform_search tool, and history/stats/cache tools. No paid search API or third-party data broker required for the keyless engines.

包名
dsh-web-automation
版本
0.3.0
许可证
MIT
最近更新
2026年9月6日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:stelmakhdigital/dsh-web-automation

Usage

Once installed and configured, the model can:

  • Search the webweb_search "query" (multi-engine, enriched snippets).
  • Fetch a pageweb_fetch (cached; repeats within the TTL make no network request).
  • Search a platformweb_platform_search { platform: "github", query: "..." }.
  • Review history / statsweb_history, web_search_stats, web_cache_clear.
  • Drive a browser (with dsh-web-browser) — browser_open, browser_navigate, browser_snapshot, browser_click, browser_type, browser_screenshot.