crayonlu/dsh-web-search-firecrawl ↗★ 1
@crayonlu/dsh-web-search-firecrawl
Firecrawl-backed web search provider for the DeepSeek Harness web capability seam (ctx.web)
AI 分析
核心用途是为 DSH 提供基于 Firecrawl 的联网搜索能力。适合需要智能体进行实时网页检索的任务。必要条件是需配置 Firecrawl API 密钥。
インストール
検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗
ドキュメント
README 全文を読む ↗Configuration
Every field is optional:
| Field | Default | Meaning |
|---|---|---|
apiKey | — | Literal Firecrawl key (write it here instead of apiKeyEnv only if you must; it lands in a config file). |
apiKeyEnv | FIRECRAWL_API_KEY | Credential reference resolved per search through ctx.credentials (inherited env > $DSH_HOME/.credentials.yaml > project/user .env). |
baseURL | https://api.firecrawl.dev/v2 | Firecrawl v2 endpoint base; /search is appended. |
maxResults | 5 | Default result count when a request carries no maxResults. |
The key resolves once per search, so an empty FIRECRAWL_API_KEY fails the request with WEB_MISSING_CREDENTIAL rather than falling through to an unrelated credential.