ディレクトリに戻る

minara-skills

キュレーション掲載メンテナンス: 活発

minara-ai/minara-skills

エージェントにトレードさせて収益化するためのスキル集

GitHub で見る
$ npm install -g minara@latest

338

スター

35

フォーク

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

02DeepSeek 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` スキルをエージェントの skills ディレクトリにコピーし Minara CLI をインストールする方式です。README に DeepSeek Harness の記述はありません(リポジトリには `dsh-plugin` トピックが付与されています)。DSH 対応は未文書化のため、手動手順を自分で応用する必要があります。

インストール前に何が必要ですか?

Node.js と npm(`npm install -g minara@latest` を実行)、スキルリポジトリをクローンするための git、そして Minara アカウントが必要です。セットアップ中に CLI 公式のログインフローが始まります(「表示されたログイン URL に従う」)。

実際に何がインストールされますか?

npm から Minara CLI がインストールされ、スキルファイルがエージェントの 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。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。