Deepseek Harness
Published
Extended Search Capabilities
In addition to DeepSeek Harness's native `web_search`, `@anysearch/anysearch-dsh` provides three extended search tools:
- 1
- 2
- 3
- anysearch_capabilities: Lists the currently available search domains, tags, and parameter definitions
- anysearch_search: Performs vertical or parameterized searches
- anysearch_batch_search: Runs 1–5 independent searches concurrently in a single request
With these tools, DeepSeek Harness can perform not only general web searches but also specialized searches tailored to different types of tasks.
AI Agent Integration
- 1
- 2
# Retrieve the complete installation guide, read it in full, and then follow the steps exactly:
curl -fsSL https://raw.githubusercontent.com/anysearch-team/anysearch-dsh/refs/heads/main/docs/agent-installation.md
Human Integration
Install the plugin into the `web` profile:
- 1
npx -y @deepseek-ai/dsh plugin --profile web add @anysearch/anysearch-dsh
Start DeepSeek Harness:
- 1
npx -y @deepseek-ai/dsh web
No API key is required for a quick trial. If no API key is configured, requests will use AnySearch's anonymous quota.