vcxmug/dsh-enhance--packages-dsh-native-web ↗★ 1
@vcxmug/dsh-native-web
为 DSH 代理提供原生本地网页搜索与抓取工具,直接对接本地 Firecrawl 实例,无需 MCP 或云端服务。
AI 分析
核心用途是提供低成本、无云端依赖的本地网页搜索与抓取。适合希望节省 Token 成本、避免 MCP 桥接开销,且本地运行有 Firecrawl 实例的用户。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Install (local, no npm publishing)
npm pack ./packages/dsh-native-web
npm install -g ./vcxmug-dsh-native-web-0.1.0.tgz
Add a pure mount-point row to your agent preset
($DSH_HOME/.agent-presets//agent.cordis.yml, or edit the preset in the
Web UI: Settings → Agent presets):
- id: native-web
name: '@vcxmug/dsh-native-web'
Configure in the Web UI: Settings → Plugins → dsh-native-web (baseUrl — empty auto-probes 3002 —, apiKey, apiVersion, timeouts). Changes apply on the next tool call — no session restart.
Start a NEW session with that preset. The model sees native_search and
native_scrape and prefers them for fresh, local, token-cheap web access.