From kraken-cli
Rotates capital between Kraken subaccounts based on strategy P&L and risk-adjusted returns using CLI commands for balance checks and transfers. For portfolio rebalancing.
npx claudepluginhub krakenfx/kraken-cliThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `kraken-subaccount-ops`, `kraken-portfolio-intel`
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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/null