high0/dsh-brave-search

Desktop ⭐ 0 MIT tools

dsh-brave-search 是一个可安装的 DeepSeek Harness 原生 bundle,注册统一的 bravesearch 工具,调用 Brave Search API 的 Web、News、Image、Video 和 LLM Context 五类 GET 服务。

catalog description:DeepSeek Harness bundle providing Brave Search API access and a unified brave_search tool

Install

umask 077; read -rs "BRAVE_SEARCH_API_KEY?Brave API key: "; printf '\n'; if [ -e ~/.env ] && [ ! -f ~/.env ]; then printf '%s\n' '~/.env exists but is not a regular file; rename or remove that directory first.' >&2; unset BRAVE_SEARCH_API_KEY; else touch ~/.env && sed -i '' '/^BRAVE_SEARCH_API_KEY=/d' ~/.env && printf 'BRAVE_SEARCH_API_KEY=%s\n' "$BRAVE_SEARCH_API_KEY" >> ~/.env && unset BRAVE_SEARCH_API_KEY && (dsh plugin --profile web remove dsh-brave-search >/dev/null 2>&1 || true) && dsh plugin --profile web add github:high0/dsh-brave-search && npx @deepseek-ai/dsh web; fi

Add high0/dsh-brave-search to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.