DSH Marketplace

argo

taxueseek/argo

Search built for agents: multilingual coverage across web, academic, code, shopping, finance, news, and encyclopedias.

985PythonMITSource

Install

Add argo to DeepSeek Harness

via npm

Resolves a published tarball rather than cloning the repository, and installs without any extra setup. Swap `web` for your profile name if you run another one.

via GitHub · npm package

Installing from GitHub runs the project's build script, which pnpm blocks until you allowlist it — run the command once and pnpm prints the exact key to add under `allowBuilds` in ~/.dsh/profiles/web/pnpm-workspace.yaml.

What happened when we ran it

Installs, but not as a profile layer

The command works. The package declares no dsh.bundle, so the harness takes it as an ordinary dependency rather than a layer over your profile — use it the way its README describes. If a later version adds one, it activates on its own.

Every command here is run in a throwaway container against a clean profile, and the result is whatever the harness recorded — not a guess from the source. Last run yesterday.

Due diligence

Before you install argo

  • Source of record: taxueseek/argo — present in the community registry that DSH's own plugin market installs from.
  • Licensed under MIT.
  • Detected: terminal surface. Read the source before granting these.
  • A listing here is not a security review. Plugins run with your agent's permissions.

The AI take

What it is — Argo is a multilingual search infrastructure for AI agents, delivering structured evidence candidates with credibility decomposition.

Who it is for — If you are developing AI agents using DeepSeek Harness to query topics like finance, sports, or movies requiring structured evidence support, it fits. If you seek only human-readable search summaries or link lists, you do not need it.

Watch out — Successfully installed via command, but treated as ordinary dependency without dsh.bundle so no profile layer added. No obvious issues found in sandbox testing.

The verdict — I would install it because it offers structured evidence for agents to reduce context bloat and costs, but as an ordinary dependency it will not add a profile layer and must be used as per its documentation.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.

What argo does

Multilingual query streams route through search engines, converge, and condense into a cached evidence block.

argo is a DeepSeek Harness plugin that provides multilingual search and evidence-oriented results for web, academic, code, shopping, finance, news and encyclopaedia queries. It is intended for agents that need compact, sortable material rather than a long generated answer or an unstructured list of links.

The plugin exposes Argo through MCP, providing 10 mcp__argo__* tools. A query can pass through language detection, domain routing, multiple search engines, RRF result fusion and a fast evidence review. The returned JSON includes fields such as selection, absorption, freshness, credibility_fast, evidence_flags, engine_outcomes and recovery. Argo also supports search.py for command-line use, mcp_server.py as a local Python MCP entry point, and local file search. It uses an in-memory and SQLite cache; configuration is read with PyYAML.

This plugin is for research, fact checking and domain-specific retrieval where language and source choice matter. It is a poor fit when only a simple search command is needed, or when browser rendering, screenshots or PDF extraction are required without their optional dependencies. Python 3.10+ is required, and API keys are optional rather than guaranteed for every source. With the listed terminal-surface risk, the plugin reaches the agent’s terminal to run its Python scripts, MCP server and optional local search tools; that access supports command-line and local-file search, but should be considered when granting it to an agent.

argo documentation

How it behaves

Argo routes each query using language detection, domain rules, TF-IDF, budget and cached hot paths. It can query several engines in parallel, combine results with RRF, optionally rerank them, and perform a fast evidence review. Empty results can trigger staged recovery: widening the query, switching to a related or general engine, and then trying another language. Results are returned as compact JSON, with engine_outcomes and recovery included when applicable.

The evidence fields are intended for agent-side sorting. selection reflects source authority, absorption reflects evidence density, and freshness reflects publication timing. The README recommends search followed by fetch for high-consequence questions, and advises treating search-result pages, redirect chains and social posts cautiously.

Commands and entry points

Entry point Purpose
scripts/search.py "query" --json Run a JSON search from the command line
scripts/search.py --list-engines List available engines
scripts/mcp_server.py Start the local Python MCP server
npx -y github:taxueseek/argo Start the GitHub MCP entry point
from search import super_search Call the library from Python

The DSH bundle is under packages/dsh-plugin/. A user-level cordis.patch.yml can override the mcp-argo source.

Configuration

PyYAML reads the configuration files. API keys are optional: without them, Argo uses free engines and local local_* engines, while configured sources can provide additional coverage. The optional environment variable ARGO_PYTHON selects the Python executable for the npx entry point.

Requirements

Python 3.10+ and PyYAML are required. Node.js 18+ is needed for the npx MCP route. curl_cffi, ddgs CLI, realtime-index CLI, Chrome, pdfplumber, PyMuPDF and Playwright are optional. They add browser-TLS handling, local search backends, real-time indexing, rendering or screenshots, and PDF extraction.

Known limits

Without optional dependencies, the related engine or tool is disabled or falls back as documented. In particular, argo_pdf requires a PDF extractor, and screenshot support requires Chrome or Playwright. The README does not name individual API-key configuration keys.

Written from the project's own documentation and kept in sync with it. Where the two disagree, the source is authoritative — read the README on GitHub

Same category

Alternatives to argo

treg

superdesigndev

452

Tool catalog for agents: search ~2,600 external endpoints (SEO and SERP, backlinks, social, people and company enrichment, ad libraries, scraping) by the task you want done, read each one's parameters and per-call price, then call it with the credential injected server-side. Ships the skill plus an MCP row that stays disabled until TREG_TOKEN is set.

Installed cleanly when we ran it

GitHub sourcePythonyesterday

AI review

treg

What it is — The treg plugin provides DeepSeek Harness agents with a tool catalog to search and call approximately 2600 external endpoints by task.

Who it is for — When using a DeepSeek Harness agent to perform data collection tasks requiring external tools without managing multiple vendor accounts, this plugin is suitable. Developers who only use local CLIs or self-built skills can from another angle achieve the needed functionality through direct configuration.

Watch out — Sandbox test passed: installed in a fresh profile and registered into the profile by Harness. No obvious pits found. Source installation requires manually allowing the build script.

The verdict — I would install it because it enables a DeepSeek Harness agent to access external tools with one token and server-side credential injection.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details
252

Chrome sidebar extension that lets DSH operate your browser directly, no vision capabilities required.

Installed cleanly when we ran it

GitHub sourceTypeScriptyesterday

AI review

dsh-browser

What it is — A Chrome sidebar extension that lets DSH operate your browser directly without vision capabilities.

Who it is for — When you want the model to operate in your actual browser to fill forms or navigate while preserving login state, you can use this plugin. It registers the DSH bundle in the web profile. If you only run DSH in terminal without browser control needs, you can skip this plugin.

Watch out — Installation requires manual approval of the build script from source. Sandbox testing passed, it registers in a fresh profile.

The verdict — I would install it because it enables model operation in a real browser session with preserved state.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details

notes

zhaoolee

144

Export DSH conversations as Smartisan Notes-style PNGs, or create and update Markdown notes in a configured account-scoped workspace.

Installed cleanly when we ran it

GitHub sourceTypeScriptyesterday

AI review

notes

What it is — Export DSH conversations to Smartisan Notes-style PNGs or create and update Markdown notes in an account-scoped workspace.

Who it is for — Users who want to organize conversation records with DeepSeek Harness and export them as notes for sharing are suitable for installing this plugin. If you mainly handle static documents rather than conversation records, you can skip installing this plugin.

Watch out — Successfully registered in the profile after installation. No obvious issues found.

The verdict — I would install it because it allows direct export of conversations into notes with a simple trigger in the DSH dialogue.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details

modsearch

liustack

133

Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).

Installed cleanly when we ran it

npm packageTypeScriptyesterday

AI review

modsearch

What it is — ModSearch provides web search, X search, and page fetching capabilities for text models in DeepSeek Harness.

Who it is for — When using DeepSeek-V4-Flash for tasks requiring up-to-date information, it supplements web search capabilities. If you use a model with native web access, it is not needed.

Watch out — Installation requires browser login for the default engine or free API keys from alternatives. Sandbox test passed: works in fresh profile and registered. The plugin executes shell commands. No obvious issues found.

The verdict — I would install it because of the free default engine and automatic failover support.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details
70

Undo/redo & rollback system for DSH: every config change is auto-snapshotted; undo/redo/restore to any version from the WebUI or the offline CLI/GUI tools (works even when DSH fails to boot).

Installed cleanly when we ran it

GitHub sourceJavaScriptyesterday

AI review

dsh-undo-plugin

What it is — Provide snapshot and rollback functionality for DeepSeek Harness configuration and plugin code, with one-click reversion to any version via WebUI, CLI or offline GUI.

Who it is for — When frequently adjusting profile settings or plugin code in the DeepSeek Harness WebUI, this is suitable. It is not appropriate for users running simple local scripts only, as the plugin targets DeepSeek Harness configuration management.

Watch out — Tested successfully after installation into a fresh profile with harness registration. Static check indicates shell command execution. No obvious issues found.

The verdict — I would install it, as it handles offline recovery when DeepSeek Harness fails to boot, without requiring additional dependencies.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details

ru-marketplace-mcp

Vladimir-Human

64

Skills and optional MCP rows for ten Russian marketplaces: price comparison across Wildberries, Detsky Mir and Yandex Market, plus per-source search, product cards and reviews. The 13 skills load on install; both MCP rows stay disabled until RU_MARKETPLACE_MCP_DIR points at a local clone, which needs Python 3.12+ and uv.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourcePythonyesterday

AI review

ru-marketplace-mcp

What it is — ru-marketplace-mcp integrates Russian marketplace plugins for DeepSeek Harness.

Who it is for — If you need Russian marketplace product information in DeepSeek Harness, install this plugin. If you prefer plugins that work completely offline, you don't need to install this one.

Watch out — It requires Python 3.12+ and uv. Some features require your logged-in Chrome. No obvious pitfalls found.

The verdict — If I were you, I would install it because the sandbox has not been tested.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details