high0/dsh-brave-search

桌面端 ⭐ 0 MIT tools

DeepSeek Harness 捆绑包,提供 Brave Search API 访问及统一的 brave_search 工具

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

安装

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

high0/dsh-brave-search 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。