skills/recipe-subaccount-capital-rotation/SKILL.md
Rotate capital between subaccounts based on strategy performance.
npx skillsauth add krakenfx/kraken-cli recipe-subaccount-capital-rotationInstall 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-subaccount-ops,kraken-portfolio-intel
Evaluate strategy performance per subaccount and reallocate capital to winning strategies.
CAUTION: Transfers move real funds. Always confirm IIBANs and amounts.
kraken balance -o json 2>/dev/nullABCD 1234 EFGH 5678)kraken subaccount transfer USD 2000 --from $SUB_IIBAN --to $MAIN_IIBAN -o json 2>/dev/nullkraken subaccount transfer USD 2000 --from $MAIN_IIBAN --to $SUB_IIBAN -o json 2>/dev/nullkraken balance -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.