stelmakhdigital/dsh-web-automation ↗★ 0
dsh-web-automation
本地优先的 Web 自动化工具栈,提供免密钥多引擎搜索、SQLite 缓存网页抓取及浏览器驱动工具。
AI 分析
核心用途是为 AI 提供无需付费 API 的网页检索与抓取能力。适合需要进行网络调研、网页数据提取且注重本地缓存的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:stelmakhdigital/dsh-web-automation说明文档
阅读完整 README ↗Usage
Once installed and configured, the model can:
- Search the web —
web_search "query"(multi-engine, enriched snippets). - Fetch a page —
web_fetch(cached; repeats within the TTL make no network request). - Search a platform —
web_platform_search { platform: "github", query: "..." }. - Review history / stats —
web_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.