stelmakhdigital/dsh-web-automation ↗★ 0
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.
安装
$
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.