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.

Crypto Portfolio — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-crypto-portfolio

Crypto Portfolio

Crypto portfolio tracker (BTC/EVM/Solana/Hyperliquid/CEX) as a DSH plugin. All private keys/wallets live in user-local JSON configs, never in this package.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:0xRabit/dsh-crypto-portfolio#ae2a95117af579e7425a5f00f30c93e3ba1ba9a5
READMECompatibilityVersions
Crypto Portfolio Tracker — every chain, every wallet, one self-hosted dashboard

Compatibility and provenance

Crypto Portfolio is published as dsh-crypto-portfolio and currently resolves to version 0.1.0. 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/22/2026

Versions

0.1.0stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 2
Weekly downloads
0
Last push
9/20/2026
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 security-access.

Doctor@linxin666/dsh-doctorTransactional rescue mode for DSH profiles with a supervised launcher, isolated recovery capsule, deterministic repairs, health monitoring, and a local Web recovery consoleMobiledsh-mobileDeepSeek Harness mobile adaptation and secure access plugin, supporting LAN, remote connections, Android App, and mobile browsers.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Auto Reviewdsh-auto-reviewSecond-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent decides allow/deny on the approval answerer chain, with fail-closed fallback and full session-log audit.

README

dsh-crypto-portfolio

English | 中文

Crypto portfolio tracker as a DeepSeek Harness (DSH) plugin.

Tracks wallets across BTC / EVM / Solana / Hyperliquid L1 / CEX (Binance · Bybit · Backpack) with multi-provider API failover, per-day snapshots and trend charts — a self-contained web dashboard launched from a Cordis plugin.

Dashboard

Features

  • Wallets: BTC (P2SH/P2TR), EVM (DeBank, all chains), Solana (public RPC: SOL + SPL + native staked SOL), Hyperliquid L1 (official API: staked HYPE + spot), CEX accounts (read-only keys, named <exchange>_read).
  • Configurable sources: all API URLs/keys live in per-profile JSON configs (profiles/<name>/). Each source supports multiple providers with automatic failover (the last working provider is remembered).
  • Multi-profile: each named profile has its own sources, wallets, blacklist and snapshot history. The default profile ships with public example wallets (vitalik.eth, genesis BTC, public SOL) and empty keys.
  • Dashboard: global filters (category BTC/EVM/Solana/CEX, wallet, chain), wallet-share pie chart, per-day trend chart, chain distribution, token table with one-click blacklist, i18n (EN/中文, default EN).
  • Snapshots: every refresh saves the last result of the day (SQLite); history builds trend charts.

Privacy

This package contains no private wallets, API keys or balances. Private configs are user-local (profiles/<name>/, git-ignored) and never part of this repository. The plugin seeds profiles/default from templates/ (public addresses, empty keys) on first run.

Install

Requirements: Python 3.9+ (requests; pynacl is bundled in vendor/).

# from a DSH source checkout
dsh plugin --profile demo add /path/to/dsh-crypto-portfolio
dsh --profile demo
# dashboard at http://127.0.0.1:8080 (PORTFOLIO_PORT to override)

Or run standalone (no DSH):

python3 run.py --init-template --port 8080   # seeds profiles/default from public templates

Layout

profiles/default/   sources.json + wallets.json (public template, auto-seeded)
templates/          public example configs (no secrets)
tracker/            backend fetchers (debank/btc/solana/hyperliquid/cex/prices)
static/             web dashboard (vanilla JS, no external deps)
run.py / fetch.py   web server / CLI snapshot

License

MIT — see LICENSE.