설치
npx -y @deepseek-ai/dsh plugin --profile web add github:umicorn07/dsh-web-search-qwen이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
README
유지 관리자가 작성한 문서 스냅샷입니다.
dsh-web-search-qwen
English | 中文
dsh-web-search-qwen is an open-source web search provider plugin for DeepSeek Harness (dsh).
It connects the web_search capability of DeepSeek Harness to Alibaba Cloud / Qwen Token Plan (DashScope), allowing your Agent to perform real-time internet searches directly using your Token Plan Credits, eliminating unexpected pay-as-you-go billing from DeepSeek's official messages search endpoint.
✨ Features
- 🚀 Native DSH Integration: Registers directly as a
WebSearchProvider(id: qwen-token-plan), seamlessly compatible with standard DSH UI cards andweb_searchtools. - 💰 Cost Effective: Uses your prepaid Qwen Token Plan credits instead of auxiliary DeepSeek official per-token fees.
- ⚡ Fast & Accurate: Powered by
qwen3.6-flash(orqwen3.7-plus) withenable_search: truefor swift retrieval and rich structured markdown summaries. - 🔒 Secure Credential Management: Resolves keys through DSH credential store (
~/.dsh/.credentials.yaml) and ambient environment variables.
📦 Installation & Setup
Option 1: Via DSH Plugin Command
In your DSH profile directory:
dsh plugin add dsh-web-search-qwen
Option 2: Via cordis.patch.yml
In ~/.dsh/profiles/web/cordis.patch.yml:
# 1. Disable default DeepSeek official pay-as-you-go search
- id: web-search-deepseek
disabled: true
# 2. Insert Qwen Token Plan search provider
- insert:
- id: web-search-qwen
name: 'dsh-web-search-qwen'
config:
apiKeyEnv: QWEN_TOKEN_PLAN_CN_API_KEY
model: qwen3.6-flash
⚙️ Configuration
| Field | Default | Description |
|---|---|---|
apiKeyEnv | QWEN_TOKEN_PLAN_CN_API_KEY | Credential reference resolved from DSH credentials or environment |
apiKey | (omitted) | Optional literal API Key |
baseURL | https://token-plan.cn-beijing.maas.aliyuncs.com/compatible-mode/v1 | Token Plan endpoint |
model | qwen3.6-flash | Model used for search execution and summarization |
systemPrompt | (default) | Custom search prompt |
📄 License
저장소 정보
- 언어
- TypeScript
- 라이선스
- MIT
- 마지막 업데이트
- 2026. 8. 17. AM 9:13
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.