MIT (per README) trading skill pack — plain-language stock / crypto trading, wallets and market data via the Minara CLI; README documents installs for Claude Code / OpenClaw / Hermes only, no DSH-specific path.
DSH integration
Compatible
Author-claimed
Safety audit
Unaudited
Last verified
2026-08-21
License
Not specified by the author
01What can it help you accomplish?
Trade US and Korean stocks, futures, indices, commodities, forex and crypto in plain language from an agent session
Executed trades, swaps, transfers and on-chain transactions via the Minara CLI across EVM chains, Solana and Hyperliquid
Traders and developers who want an AI coding agent to execute financial operations from natural-language prompts
Manage wallets, deposits, withdrawals and fiat on-ramp without leaving the agent
Deposit addresses, balances and portfolio views, funding, withdrawals, transfers, credit card on-ramp via MoonPay, and x402 API payments
Crypto users managing funds across multiple chains who want funding operations inside the agent conversation
Get real-time market intelligence and perps automation alongside execution
Real-time on-chain data, token fundamentals, whale flows, trending tokens/stocks, plus AI autopilot on perps and AI backtesting via Strategy Studio
Active traders who want AI analysis, autopilot and backtesting on top of plain order execution
02How to install into DeepSeek Harness
Prerequisites
- Node.js with npm — the manual install runs `npm install -g minara@latest`
- git — the skills repository is cloned with `git clone https://github.com/Minara-AI/skills.git`
- A Minara account — setup starts the CLI's official login flow ("Follow the login URL when prompted")
Installation steps
- 01
Install the Minara CLI: `npm install -g minara@latest`
$ npm install -g minara@latest
- 02
Clone the skills repository: `git clone https://github.com/Minara-AI/skills.git /tmp/minara-skills`
$ git clone https://github.com/Minara-AI/skills.git /tmp/minara-skills
- 03
Copy the skill into your agent's skills directory, e.g. `cp -r /tmp/minara-skills/skills/minara ~/.claude/skills/minara` (Claude Code); the README documents Claude Code / OpenClaw / Hermes targets — a DeepSeek Harness path is not documented
- 04
Or use the one-click setup script for your agent (e.g. `scripts/claudecode-minara-skill-setup.sh`), which installs the Minara CLI, copies the skill files and starts the login flow
Verify the integration
Not specified by the author
03DSH integration and capability boundaries
Agent skill pack + Minara CLI copied into a coding agent's skills directory. The README documents install paths for Claude Code / OpenClaw / Hermes only — DeepSeek Harness is not mentioned in the README, although the repository carries the `dsh-plugin` topic; DSH users must adapt the manual skill-directory steps themselves.
Plain-language spot trading
a ticker, token name or contract address plus a natural-language instruction→buys, sells, swaps, converts and transfers executed across supported chains
Executes real financial transactions and moves real funds on-chainPerpetual futures & limit orders
natural-language position, leverage and price instructions→opened/closed perps positions with leverage and AI autopilot on Hyperliquid; create/list/cancel spot and perps limit orders
Opens and closes real leveraged positions; financial loss is possibleWallet, funds & fiat on-ramp
natural-language funding and payment instructions→balances, portfolio, deposit addresses, spot/perps funding, withdrawals, transfers, credit card on-ramp via MoonPay, and x402 HTTP API payments
Moves real funds between wallets, chains and exchangesCredit card purchases via MoonPay; paid premium plans and creditsReal-time market & AI insights
natural-language market questions→real-time on-chain data, token fundamentals, whale flows, trending tokens/stocks, equity research, commodities and forex
Queries remote market-data services over the network
04Who is it for? When not to use it?
Good for
- Traders and developers who want an AI coding agent to execute financial operations from natural-language prompts
- Crypto users managing funds across multiple chains who want funding operations inside the agent conversation
- Active traders who want AI analysis, autopilot and backtesting on top of plain order execution
Not for
- The README documents installation only for Claude Code, OpenClaw and Hermes agents; no DeepSeek Harness (dsh) install path is documented, so DSH users must adapt the manual steps (copy `skills/minara` into the agent's skills directory and install the Minara CLI) themselves.
- The skills execute real financial operations — spot trades, leveraged perpetual futures, withdrawals and on-chain transactions — so agent mistakes or market moves can cause real monetary loss; the README documents no trading safeguards beyond the CLI login flow.
- Requires network access and a Minara account: setup starts the CLI's official login flow, and trading / market features call Minara's remote services; the repository itself does not collect or store secrets.
05Compatibility, maintenance and safety notes
- The README documents installation only for Claude Code, OpenClaw and Hermes agents; no DeepSeek Harness (dsh) install path is documented, so DSH users must adapt the manual steps (copy `skills/minara` into the agent's skills directory and install the Minara CLI) themselves.
- The skills execute real financial operations — spot trades, leveraged perpetual futures, withdrawals and on-chain transactions — so agent mistakes or market moves can cause real monetary loss; the README documents no trading safeguards beyond the CLI login flow.
- Requires network access and a Minara account: setup starts the CLI's official login flow, and trading / market features call Minara's remote services; the repository itself does not collect or store secrets.
MIT (per README) · actively maintained (latest release v3.0.4, 2026-08-04)
06Frequently asked questions
Does Minara Skills officially support DeepSeek Harness?
The README documents installation for Claude Code, OpenClaw and Hermes only — each copies the `minara` skill into the agent's skills directory and installs the Minara CLI. DeepSeek Harness is not mentioned in the README, although the repository carries the `dsh-plugin` topic; treat DSH support as undocumented and adapt the manual steps yourself.
What do I need before installing?
Node.js with npm (`npm install -g minara@latest`), git to clone the skills repository, and a Minara account — setup starts the CLI's official login flow ("Follow the login URL when prompted").
What actually gets installed?
The Minara CLI from npm plus the skill files copied into your agent's skills directory. The repository itself contains documentation and setup scripts only — no binaries or long-running services.
Does it move real money, and where do credentials go?
Yes — it executes real trades, on-chain transactions, withdrawals and credit-card on-ramp via MoonPay, including leveraged perps on Hyperliquid. Credentials are handled by the CLI's official login flow; the repository does not collect or store secrets.
07Related DSH workflows
distilly
by titanwings
Meta-skill turning source material into a versioned Person Profile skill with incremental merge, correction layer, rollback, per-host install.
dsh-market
by dsh-market
插件市场 (plugin marketplace): 打开 Settings → Plugin Market 浏览/搜索/一键安装社区插件;安装源限制为 curated awesome-dsh-plugin 注册表(其余拒绝),默认禁用构建脚本(pnpm>=10 需显式开启)。
ai_animation
by unclecheng-li
Generate standalone animated HTML diagrams, presentations, notes, protocol visualizations, and UI demos from prompts.
aegis
by ganyuanran
Make AI coding agents architecture-aware: baseline-first, evidence-verified, drift-checked, and safe across long tasks.
08Data and sources
This installs the Minara CLI, copies skill files to `~/.claude/skills/minara` and starts the login flow.
This installs the CLI, copies skill files to `~/.openclaw/skills/minara`, registers the skill in `openclaw.json`, starts…
This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-08-21. Found an error? Submit a correction.
Best DeepSeek Harness Plugins
Twelve plugins worth installing first — picked from the whole catalog, across every category.
