crayonlu/dsh-web-search-firecrawl1

@crayonlu/dsh-web-search-firecrawl

Firecrawl-backed web search provider for the DeepSeek Harness web capability seam (ctx.web)

AI 분석

核心用途是为 DSH 提供基于 Firecrawl 的联网搜索能力。适合需要智能体进行实时网页检索的任务。必要条件是需配置 Firecrawl API 密钥。

패키지
@crayonlu/dsh-web-search-firecrawl
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 13.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Configuration

Every field is optional:

FieldDefaultMeaning
apiKeyLiteral Firecrawl key (write it here instead of apiKeyEnv only if you must; it lands in a config file).
apiKeyEnvFIRECRAWL_API_KEYCredential reference resolved per search through ctx.credentials (inherited env > $DSH_HOME/.credentials.yaml > project/user .env).
baseURLhttps://api.firecrawl.dev/v2Firecrawl v2 endpoint base; /search is appended.
maxResults5Default 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.