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 읽기 ↗
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.