返回目錄

minara-skills

編輯精選維護狀態: 活躍

minara-ai/minara-skills

交易類技能集,讓你的智慧體幫你賺錢。

前往 GitHub
$ npm install -g minara@latest

338

星數

35

Fork

Shell

語言

2026-02-02

建立於

2026-08-04

最近推送

MIT(見 README)交易技能包——透過 Minara CLI 用自然語言完成股票/加密貨幣交易、錢包管理與行情查詢;README 僅提供 Claude Code / OpenClaw / Hermes 安裝方式,未收錄 DSH 專屬路徑。

DSH 整合

相容

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

作者未說明

01它能幫你完成什麼?

  • 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

02如何將外掛接入 DeepSeek Harness?

先決條件

  • 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")

安裝步驟

  1. 01

    Install the Minara CLI: `npm install -g minara@latest`

    $ npm install -g minara@latest

  2. 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

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

  4. 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

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合相容

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 instructionbuys, sells, swaps, converts and transfers executed across supported chains

    Executes real financial transactions and moves real funds on-chain
  • Perpetual futures & limit orders

    natural-language position, leverage and price instructionsopened/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 possible
  • Wallet, funds & fiat on-ramp

    natural-language funding and payment instructionsbalances, 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 credits
  • Real-time market & AI insights

    natural-language market questionsreal-time on-chain data, token fundamentals, whale flows, trending tokens/stocks, equity research, commodities and forex

    Queries remote market-data services over the network

04適合誰?何時不該用?

適合

  • 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

不適合

  • 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.

05相容性、維護與安全提醒

  • 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.
2026-02-022026-08-04v3.0.4

MIT (per README) · actively maintained (latest release v3.0.4, 2026-08-04)

06常見問題

Minara Skills 官方支援 DeepSeek Harness 嗎?

README 僅提供 Claude Code、OpenClaw 和 Hermes 的安裝方式——都是把 `minara` 技能複製到 Agent 的 skills 目錄並安裝 Minara CLI。README 全文未提及 DeepSeek Harness,儘管倉庫帶有 `dsh-plugin` 主題標籤;DSH 支援屬於未文件化,需自行套用手動安裝步驟。

安裝前需要準備什麼?

Node.js 與 npm(用於執行 `npm install -g minara@latest`)、git(複製技能倉庫),以及一個 Minara 帳號——安裝過程會啟動 CLI 官方登入流程(「依提示開啟登入連結」)。

實際會安裝什麼?

從 npm 安裝的 Minara CLI,加上複製到 Agent skills 目錄的技能檔案。倉庫本身只包含文件和安裝腳本,沒有二進位檔案或常駐服務。

會動用真實資金嗎?憑證存放在哪裡?

會——它能執行真實交易、鏈上轉帳、提領和 MoonPay 信用卡入金,包括 Hyperliquid 上帶槓桿的永續合約。憑證由 CLI 官方登入流程處理,倉庫本身不蒐集或儲存任何金鑰。

08資料與來源

  • 作者聲明github.comb93aba102982…

    This installs the Minara CLI, copies skill files to `~/.claude/skills/minara` and starts the login flow.

  • 作者聲明github.comb93aba102982…

    This installs the CLI, copies skill files to `~/.openclaw/skills/minara`, registers the skill in `openclaw.json`, starts…

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。