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.

AI 분석

核心用途是为 AI 提供无需付费 API 的网页检索与抓取能力。适合需要进行网络调研、网页数据提取且注重本地缓存的用户。

패키지
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.