DSH Marketplace

dsh-stock-watch

Awu12277/dsh-stock-watch

A-share watchlist real-time market monitoring plugin: a collapsible popup in the top-right corner of the DeepSeek Harness (DSH) web interface for real-time quote monitoring, group switching, intraday and candlestick (K-line) charts, and buy/sell target price settings.

444JavaScriptMITSource

Install

Add dsh-stock-watch 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

Installed cleanly when we ran it

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 3d ago.

Due diligence

Before you install dsh-stock-watch

  • Source of record: Awu12277/dsh-stock-watch — 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 — DeepSeek Harness web interface shows a collapsible popup in the top-right corner for real-time A-share watchlist monitoring.

Who it is for — If you need to monitor A-share watchlist real-time quotes, switch groups, and view intraday K-line charts in DeepSeek Harness using an agent for investment analysis research, this plugin suits you. If you do not want the plugin to execute shell commands, you can skip this plugin.

Watch out — Sandbox test passed: installed in a new profile and registered by Harness. No obvious pit found.

The verdict — I would install it because it runs charts in the browser and automatically injects DSH skills, but only if you accept the prompt that it will execute shell commands.

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 dsh-stock-watch does

Abstract diagram of browser, Node, filesystem and market-data flows converging into a chart lattice.

dsh-stock-watch is a DeepSeek Harness plugin that adds a collapsible A-share watchlist panel to the web interface, with live quotes, group switching, intraday charts, candlestick charts and editable buy or sell target prices. DeepSeek Harness loads a browser module through the shell.overlay slot and a Node host component that registers five same-origin routes: /config, /stocks, /quotes, /kline and /minute.

The browser stores watchlist groups, stock codes and target prices under localStorage key stocking.config.v1. On first use, it can migrate settings from ~/.stocking/settings.json. The host uses Node’s native fetch to request quote and chart data from Tencent Finance endpoints, while the panel refreshes the quote list every 10 seconds. The plugin can also open new DeepSeek Harness conversations for research, market analysis, daily review and limit-up analysis, and may copy its bundled investment-research and frontend-design skills into ~/.agents/skills/.

dsh-stock-watch is intended for developers who monitor Chinese A-shares from a DeepSeek Harness web profile. It is a poor fit for markets outside A-shares, offline use, or environments that do not permit outbound requests to Tencent Finance. The terminal-surface risk comes from the host-side Node component and its access to the profile’s filesystem paths; it writes injected skill files and reads the existing ~/.stocking/settings.json, rather than operating only inside the browser.

dsh-stock-watch documentation

How dsh-stock-watch is loaded

DeepSeek Harness installs dsh-stock-watch into the web profile. Its package declares a dsh.bundle host module and a dsh.client browser module; cordis.patch.yml adds the host module to the profile layer. DeepSeek Harness must be restarted with dsh web after installation before the panel appears. The browser module mounts its overlay through shell.overlay.

Configuring dsh-stock-watch

The browser is the ongoing source of watchlist configuration:

Item Storage
Groups, stock codes and buy/sell targets localStorage key stocking.config.v1
Initial migration source ~/.stocking/settings.json
Reset action localStorage.removeItem('stocking.config.v1'), then refresh

Migration from ~/.stocking/settings.json happens once when the panel first opens. If migration fails, the plugin uses a default group; later changes remain in localStorage.

dsh-stock-watch data and skills

The host reads an included data/a_stocks.json pool for stock search and requests market data from Tencent Finance. Quote and minute data use https://web.ifzq.gtimg.cn/appstock/app/minute/query; daily, weekly and monthly adjusted K-line data use https://web.ifzq.gtimg.cn/appstock/app/fqkline/get. Node’s native fetch performs these requests.

On first startup, the plugin copies investment-research and frontend-design into ~/.agents/skills/ when those skills are absent. Set DSH_STOCK_WATCH_NO_SKILLS=1 to disable injection, or set DSH_STOCK_WATCH_SKILLS_DIR to change the destination. Existing skill files are not overwritten.

Commands and behaviour

Use dsh plugin --profile web remove dsh-stock-watch to remove the plugin. The panel refreshes quotes every 10 seconds, supports draggable and edge-snapped placement, and provides intraday, day, week and month K-line views. K-line charts use TradingView Lightweight Charts from a CDN and fall back to SVG if loading fails. Research and analysis actions create new DeepSeek Harness conversations, so those actions send requests into an agent session.

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 dsh-stock-watch

dsh-ads

Nagi-ovo

481

Parody ads in 2005-Chinese-web style: sidebar banners, in-chat feeds, corner popups, and a close button whose hit area is smaller than it looks. All fictional.

Installed cleanly when we ran it

GitHub sourceTypeScript3d ago

AI review

dsh-ads

What it is — Inserts 2005 Chinese web style fictional ads into DeepSeek Harness.

Who it is for — If you want to add fun 2005 style ads to sidebar and chat in web profile, install it. Users who prioritize inference smoothness don't need to install it.

Watch out — Sandbox test passes when installed to a new profile and registers successfully. No obvious issues found.

The verdict — I would install it because it allows closing individual ad slots in settings, but only if you accept temporary pauses to inference.

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
Details
225

Desktop pet (QQ-pet style): floats in the corner, draggable, feedable, playable.

Installed cleanly when we ran it

GitHub sourceJavaScript4d ago

AI review

whale-girl

What it is — DSH Web GUI right-bottom floating desktop pet, draggable, feedable, playable and accumulates task experience into ranks.

Who it is for — Users doing tasks in DSH Web GUI are suitable to install it to accumulate ranks. Users not wanting to add desktop companions can skip it.

Watch out — No obvious pitfalls found. Sandbox test passed in new profile. Configuration changes like size and walk are hot-reload without restart.

The verdict — I would install it because it accumulates ranks from tasks but only for DSH Web GUI users.

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
Details
109

Desktop-native BigFish companion for DeepSeek Harness — real Agent status, always on top on Windows.

Installed cleanly when we ran it

npm packageJavaScript3d ago

AI review

dsh-dafeiyu

What it is — This is a desktop-native companion plugin for DeepSeek Harness that displays real Agent status always on top in Windows.

Who it is for — If you are using DeepSeek Harness on Windows to handle projects that require observing the Agent's thinking process, this plugin provides real-time status display. Users running DeepSeek Harness on other operating systems do not need to install it because the plugin is optimized for Windows and WSL2 desktop display.

Watch out — It passes sandbox testing in a fresh profile and registers with harness. It executes shell commands but no obvious issues found.

The verdict — I would install it because it surfaces DeepSeek Harness real events in a always-on-top desktop window without requiring extra applications.

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
1Source

dsh-pet

PC2005-cloud

88

Desktop pet for the DSH Web UI with 25 transparent animations, screen wandering, click reactions and drag, plus a reproducible asset-generation pipeline.

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

GitHub sourceJavaScript4d ago

AI review

dsh-pet

What it is — The plugin provides a desktop pet that runs in the DeepSeek Harness Web UI, with transparent animations, screen wandering, click reactions, and drag support.

Who it is for — Users who run the DeepSeek Harness Web interface and want a desktop pet that wanders on screen and reacts to clicks should install this plugin. Those who do not need screen movement or click responses should not install it.

Watch out — No obvious issues were found. Sandbox testing has not been conducted yet. When installing from source code, the build script requires manual approval first.

The verdict — I would install it because it includes a reproducible asset generation pipeline that allows creation of custom animations.

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
Details
29

在你的deepseek-harness上养一只吃白饭的大蓝鲸

Installed cleanly when we ran it

GitHub sourceJavaScript3d ago

AI review

deepseek-pet

What it is — An interactive desktop pet plugin embedded in the DeepSeek Harness webpage, automatically switching expressions and playing animations.

Who it is for — Users performing analysis, answering, coding and network search in DeepSeek Harness are suitable to install this plugin because it switches expressions according to these scenarios and displays the session bar. In the environment of using only a single session without sub-agent in DeepSeek Harness, the parallel session display function of this plugin remains inactive.

Watch out — Sandbox test passed. The plugin was installed in a new profile and registered in the harness profile. No obvious issues found.

The verdict — I would install it because it prompts "eat more" when context occupation reaches 62%, providing interesting reminders during long-running tasks.

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
1Source

dsh-emoji

hellodigua

24

Automatically add emojis to AI replies.

Installed cleanly when we ran it

npm packageTypeScript3d ago

AI review

dsh-emoji

What it is — Add inline emoji support to DeepSeek Harness replies via semantic markers that render as images.

Who it is for — When using DeepSeek Harness models for customer service or creative replies that require tone or emotion, this plugin inserts markers like ::happy::. If you prefer pure text responses in conversations, this plugin is not needed.

Watch out — No obvious issues found. After installation in a fresh profile, it registers with harness. Custom ZIP uploads take effect on the next call.

The verdict — I would install it because it allows switching emoji styles within the same conversation to fit different expression needs.

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
Source