recipe-morning-market-brief
Generate a morning market summary with prices, volume, and portfolio state.
Best use case
recipe-morning-market-brief is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Generate a morning market summary with prices, volume, and portfolio state.
Teams using recipe-morning-market-brief should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/kraken-official-recipe-morning-market-brief/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How recipe-morning-market-brief Compares
| Feature / Agent | recipe-morning-market-brief | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Generate a morning market summary with prices, volume, and portfolio state.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Morning Market Brief > **PREREQUISITE:** Load the following skills to execute this recipe: `kraken-market-intel`, `kraken-portfolio-intel` Generate a concise morning summary covering market conditions and portfolio state. ## Steps 1. Check system status: `kraken status -o json 2>/dev/null` 2. Get prices for core watchlist: `kraken ticker BTCUSD ETHUSD SOLUSD -o json 2>/dev/null` 3. Get 24h OHLC for trend context: `kraken ohlc BTCUSD --interval 1440 -o json 2>/dev/null` 4. Check portfolio balances: `kraken balance -o json 2>/dev/null` 5. Check open orders: `kraken open-orders -o json 2>/dev/null` 6. Check futures positions if applicable: `kraken futures positions -o json 2>/dev/null` 7. Check earn allocations: `kraken earn allocations --hide-zero-allocations -o json 2>/dev/null` 8. Present summary: price table, 24h change, portfolio value, open orders count, position P&L
Related Skills
okx-cex-market
This skill should be used when the user asks for 'price of BTC', 'ETH ticker', 'show me the orderbook', 'market depth', 'BTC candles', 'OHLCV chart data', 'funding rate', 'open interest', 'mark price', 'index price', 'recent trades', 'price limit', 'list instruments', 'what instruments are available', or any request to query public market data on OKX CEX. All commands are read-only and do NOT require API credentials. Do NOT use for account balance/positions (use okx-cex-portfolio), placing/cancelling orders (use okx-cex-trade), or grid/DCA bots (use okx-cex-bot).
okx-dex-market
This skill should be used when the user asks about live on-chain market data: token prices, price charts (K-line, OHLC), trade history, or swap activity. Also covers on-chain signals — smart money, whale, and KOL wallet activity, large trades, and signal-supported chains. For meme tokens: scanning new launches (扫链/trenches,golden dog, alpha, pump fun), checking dev wallets, developer reputation, rug pull detection, tokens by same creator, bundle/sniper detection, bonding curves, and meme token safety checks. For token search, market cap, liquidity, trending tokens, or holder distribution, use okx-dex-token instead.
recipe-withdrawal-to-cold-storage
Safely withdraw funds to a pre-approved cold storage address.
recipe-weekly-rebalance
Run a weekly portfolio rebalance to maintain target asset allocations.
recipe-trailing-stop-runner
Ride a trend with a trailing stop that locks in profits on reversal.
recipe-track-orderbook-depth
Monitor order book depth and bid-ask imbalance for liquidity signals.
recipe-subaccount-capital-rotation
Rotate capital between subaccounts based on strategy performance.
recipe-start-dca-bot
Set up and run a dollar cost averaging bot from paper test to live.
recipe-price-level-alerts
Set up price level alerts that notify when key levels are crossed.
recipe-portfolio-snapshot-csv
Export a portfolio snapshot with balances and valuations to CSV.
recipe-paper-strategy-backtest
Backtest a trading strategy using paper trading against live prices.
recipe-multi-pair-breakout-watch
Monitor multiple pairs for price breakouts from defined ranges.