skills/recipe-morning-market-brief/SKILL.md
Generate a morning market summary with prices, volume, and portfolio state.
npx skillsauth add krakenfx/kraken-cli recipe-morning-market-briefInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
kraken status -o json 2>/dev/nullkraken ticker BTCUSD ETHUSD SOLUSD -o json 2>/dev/nullkraken ohlc BTCUSD --interval 1440 -o json 2>/dev/nullkraken balance -o json 2>/dev/nullkraken open-orders -o json 2>/dev/nullkraken futures positions -o json 2>/dev/nullkraken earn allocations --hide-zero-allocations -o json 2>/dev/nulltools
Connect MCP clients to kraken-cli for native tool calling without subprocess wrappers.
testing
Safely withdraw funds to a pre-approved cold storage address.
testing
Run a weekly portfolio rebalance to maintain target asset allocations.
testing
Ride a trend with a trailing stop that locks in profits on reversal.