ソース情報
- リポジトリ
- krakenfx/kraken-cli
- ソースの最終更新活動
- 2026年8月6日 08:02
- 検出された SKILL.md の言語
- 英語
- スター
- 698
- フォーク
- 98
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/krakenfx/kraken-cli --skill kraken-earn-stakingコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Price alerts, threshold monitoring, and notification triggers for agents.
Progress from manual trading to full agent autonomy with controlled risk at each level.
Capture the spot-futures price spread with delta-neutral basis trades.
SOC 職業分類に基づく
SKILL.md を表示中
| name | kraken-earn-staking |
| version | 1.0.0 |
| description | Discover staking strategies, allocate funds, and track earn positions. |
| metadata | {"openclaw":{"category":"finance"},"requires":{"bins":["kraken"]}} |
Use this skill for:
When communicating to client, use the front-end terminology rather than API terminology (so bonded, flexible and auto-earn).
can_allocate and can_deallocate on flex strategy are always false even if user is eligible for the flex strategyList all strategies for an asset:
kraken earn strategies --asset ETH -o json 2>/dev/null
Filter by lock type:
kraken earn strategies --asset ETH --lock-type instant -o json 2>/dev/null
kraken earn strategies --asset DOT --lock-type bonded -o json 2>/dev/null
Paginate results:
kraken earn strategies --limit 10 --cursor <CURSOR> --ascending -o json 2>/dev/null
Key fields in each strategy: id, asset, apr_estimate, lock_type, min_amount, can_allocate, can_deallocate, yield_source.
id.kraken earn allocate <STRATEGY_ID> 1.5 -o json 2>/dev/null
kraken earn allocate-status <STRATEGY_ID> -o json 2>/dev/null
kraken earn deallocate <STRATEGY_ID> 1.0 -o json 2>/dev/null
kraken earn deallocate-status <STRATEGY_ID> -o json 2>/dev/null
Bonded strategies may have unbonding periods. The status response indicates whether funds are pending or available.
kraken earn allocations -o json 2>/dev/null
Filter out zero balances:
kraken earn allocations --hide-zero-allocations -o json 2>/dev/null
Convert to a reference currency for comparison:
kraken earn allocations --converted-asset USD --hide-zero-allocations -o json 2>/dev/null
When helping a user choose a strategy:
apr_estimate, lock_type, and min_amount.can_allocate and can_deallocate fields before attempting operations.kraken feedback.