vcxmug/dsh-enhance--packages-dsh-native-web ↗★ 1
@vcxmug/dsh-native-web
Native (no-MCP, no-cloud) web search and page scrape tools for DeepSeek Harness agents — direct HTTP to your local Firecrawl-compatible instance. Fills the gap of cloud-search token cost and MCP bridge overhead.
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.