stelmakhdigital/dsh-web-automation0

dsh-web-automation

本地优先的 Web 自动化工具栈,提供免密钥多引擎搜索、SQLite 缓存网页抓取及浏览器驱动工具。

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.