vcxmug/dsh-enhance--packages-dsh-native-web1

@vcxmug/dsh-native-web

为 DSH 代理提供原生本地网页搜索与抓取工具,直接对接本地 Firecrawl 实例,无需 MCP 或云端服务。

AI 分析

核心用途是提供低成本、无云端依赖的本地网页搜索与抓取。适合希望节省 Token 成本、避免 MCP 桥接开销,且本地运行有 Firecrawl 实例的用户。

套件
@vcxmug/dsh-native-web
版本
0.1.0
授權
MIT
最近更新
2026年8月13日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 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.