mmyhj/dsh-tool-hermes-web0

dsh-tool-hermes-web

Hermes-backed web search/fetch for DeepSeek Harness: DuckDuckGo (ddgs) primary + Tavily fallback search, Firecrawl extraction. Backends and paths configured in the Settings page (hermes-web section).

AI Analysis

核心用途是为 DSH 提供联网搜索与网页内容解析能力。适合需要智能体实时检索互联网信息并提取干净正文的各种调研任务。

Package
dsh-tool-hermes-web
Version
0.4.0
Last updated
Aug 16, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

Configuration

All options live in the Settings → Hermes Web Search section (namespace hermes-web):

OptionMeaningDefault
search_backendddgs (free) or tavilyddgs
extract_backendfirecrawlfirecrawl
proxyHTTP(S) proxy for the ddgs child process; empty = no proxyhttp://127.0.0.1:7897
hermes_envPath to the .env file holding API keysempty → HERMES_ENV env var → D:/Hermes/.env
hermes_pythonPython interpreter with ddgs installedempty → HERMES_PYTHON env var → D:/Hermes/hermes-agent/venv/Scripts/python.exe

Example .env:

TAVILY_API_KEY=tvly-...
FIRECRAWL_API_KEY=fc-...