skills/recipe-funding-rate-scan/SKILL.md
Scan perpetual contracts for attractive funding rate carry opportunities.
npx skillsauth add krakenfx/kraken-cli recipe-funding-rate-scanInstall 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-funding-carry,kraken-futures-risk
Scan available perpetual contracts, identify those with high funding rates, and evaluate carry potential.
kraken futures instruments -o json 2>/dev/nullkraken futures tickers -o json 2>/dev/nullkraken futures historical-funding-rates PF_XBTUSD -o json 2>/dev/nullkraken futures historical-funding-rates PF_ETHUSD -o json 2>/dev/nullkraken futures historical-funding-rates PF_SOLUSD -o json 2>/dev/nullkraken ticker BTCUSD ETHUSD SOLUSD -o json 2>/dev/nullkraken futures accounts -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.