DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Tarocub Deepseek Harness Plugin — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

tarocub-deepseek-harness-plugin

Tarocub Deepseek Harness Plugin

Native DeepSeek Harness plugin for source-traceable Brave and Tavily web search, with optional TaroCub integration.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:cloveric/tarocub-deepseek-harness-plugin#a8305b8c00337c6e03711862b485ed24aa447aba
READMECompatibilityVersions

Compatibility and provenance

Tarocub Deepseek Harness Plugin is published as tarocub-deepseek-harness-plugin and currently resolves to version 0.2.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/29/2026

Versions

0.2.3stable
8/29/2026

Related plugins

Loading related plugins…

Latest
0.2.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in search-research.

Weknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek HarnessResearch Reportdsh-research-reportVerifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim 閳?snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a verification verdict and the manifest hash seals the directoryIndustry Researchdsh-industry-researchIndustry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track), company scan cards (company_scan), and auditable resear

README

TaroCub Search MCP for DeepSeek Harness

Source-traceable Brave and Tavily web research, packaged as a native DeepSeek Harness plugin.

简体中文 · TaroCub · Security · Releases

This plugin installs one native Harness bundle into the web profile. It adds:

  • web_search for routed Brave/Tavily live search;
  • web_extract for clean Tavily URL extraction;
  • provider_status for local, secret-safe configuration checks;
  • health_check for explicit live auth/quota/rate-limit/timeout probes;
  • /tarocub for accurate companion setup and verification guidance.

It works in plain DeepSeek Harness. TaroCub is optional.

Why This Plugin

Native model search is useful, but research workflows also need a stable tool contract and an inspectable source trail. This plugin returns provider, domain, rank, access time, source logs, extraction hashes, and visible fallback notices instead of hiding provider routing.

ToolProvider behaviorBest for
web_search quickBrave, then Tavily fallbackCurrent docs, URLs, prices, news, broad discovery
web_search deepTavily, then Brave fallbackResearch and extraction-oriented answers
web_search verifyBrave + Tavily in parallelImportant claims that need cross-checking
web_extractTavily ExtractReading exact URLs supplied by the user
provider_statusNo provider requestChecking whether keys are available
health_checkExplicit live provider requestDiagnosing auth, quota, rate limits, or timeouts

When one provider fails, results include fallbacks and notice. Extracted content includes contentHash. If a user gives an exact URL, read or extract that URL first; use search for discovery or background context.

Architecture

DeepSeek Harness web profile
└── tarocub-deepseek-harness-plugin
    ├── tarocub                 bounded guidance + /tarocub
    └── mcp-cctb-search         @deepseek-ai/dsh-mcp-client
        └── node dist/search-mcp.js
            ├── Brave Search API
            └── Tavily Search + Extract APIs

The committed MCP bundle is self-contained. A Git installation does not need a build step and does not add runtime npm dependencies.

Install

Prerequisites:

  • DeepSeek Harness dsh with the web profile;
  • Node.js 20 or newer;
  • at least one Brave or Tavily key for provider-backed tools.
dsh plugin --profile web add github:cloveric/tarocub-deepseek-harness-plugin

Restart Harness after installation. Installing the plugin does not configure provider credentials, create a Feishu/Lark app, or start TaroCub.

Configure Providers

Set one or both credentials in the environment that starts Harness:

export BRAVE_API_KEY="..."
export TAVILY_API_KEY="..."
dsh web

BRAVE_SEARCH_API_KEY is accepted as an alias for BRAVE_API_KEY. Direct process environment values win. For compatibility with an existing local TaroCub/Codex setup, the MCP may read only these same named values from a Codex MCP environment section when direct values are absent.

The plugin never writes keys into a Harness profile, copies them into a workspace, or returns them from provider_status. It performs no provider request until a provider-backed tool or the explicit health_check tool is called.

Verify

Confirm that the bundle contributes exactly one Search MCP client:

dsh --profile web --dump-config | grep -A18 -B2 mcp-cctb-search

In a Harness session, ask it to call mcp__cctb_search__provider_status. This verifies configuration visibility without consuming provider quota. Use mcp__cctb_search__health_check only when you want a real provider probe.

Expected tools:

mcp__cctb_search__web_search
mcp__cctb_search__web_extract
mcp__cctb_search__provider_status
mcp__cctb_search__health_check

Update Or Remove

dsh plugin --profile web update tarocub-deepseek-harness-plugin
dsh plugin --profile web remove tarocub-deepseek-harness-plugin

Restart Harness after either operation and re-run dsh --profile web --dump-config.

TaroCub Integration

TaroCub is a separate Feishu/Lark-first local agent gateway. Its managed DeepSeek Hosts link the same web profile.

  • With plugin v0.2.0+, TaroCub validates the package capability marker, bundled entrypoint, and Harness patch registration before letting the plugin own mcp-cctb-search.
  • With no plugin, an older companion-only plugin, or a damaged entrypoint/patch, TaroCub retains its private Search MCP fallback.
  • TaroCub sets TAROCUB_SEARCH_MCP_OWNER=plugin or bridge for its private Host so exactly one client is active.
  • Plain Harness does not set this internal ownership flag, so the plugin is enabled by default.

Do not set TAROCUB_SEARCH_MCP_OWNER manually in normal Harness use. Plugin installation and TaroCub service deployment are separate operations.

Migration From The TaroCub Subdirectory

The original source remains compatible:

dsh plugin --profile web add "github:cloveric/tarocub#path:deepseek-harness-plugin"

New installations should use the standalone repository. To migrate, remove the package, add the standalone source, restart Harness, and verify the one-client invariant:

dsh plugin --profile web remove tarocub-deepseek-harness-plugin
dsh plugin --profile web add github:cloveric/tarocub-deepseek-harness-plugin
dsh --profile web --dump-config | grep -c "id: mcp-cctb-search"

The final count must be 1.

Troubleshooting

SymptomCheck
Tools are absentRestart Harness, inspect --dump-config, and confirm the plugin is installed in the web profile.
provider_status says not configuredExport a supported key in the environment that launches dsh, not only in an unrelated shell.
Search returns auth/quota/rate-limit errorsCall health_check explicitly and inspect its redacted status.
Two mcp-cctb-search entries appearRemove manual duplicate profile patches; a normal plugin or TaroCub-managed Host registers only one owner.
TaroCub reports a damaged plugin entrypoint or patchUpdate/reinstall the plugin; TaroCub safely uses its bridge fallback meanwhile.
A provider fallback was usedPreserve the returned notice in the user-facing answer.

Scope And Security

This project is an MCP and DeepSeek Harness plugin. It does not proxy model traffic, manage a Feishu/Lark tenant, persist provider credentials, or replace Harness-native plugins/search. Extract accepts only HTTP(S) URLs; all text returned through the MCP boundary is checked for configured provider credentials and common authorization formats. See SECURITY.md for the credential boundary and reporting process.

Development

npm ci
npm run verify

Canonical development happens in deepseek-harness-plugin/ inside TaroCub, then is published to this repository with git subtree. See CONTRIBUTING.md.

License

MIT. See LICENSE.