File contents Portfolio Rebalancer
Automated portfolio rebalancing with multiple strategies.
Rebalancing Methods
1. Calendar Rebalancing
Daily, Weekly, Monthly, Quarterly
Configurable day/time
2. Threshold Rebalancing
Trigger when allocation drifts X% from target
Per-asset or portfolio-wide thresholds
3. Tactical Rebalancing
AI-driven based on market conditions
Momentum-adjusted allocations
Risk-parity weighting
4. Tax-Loss Harvesting
Sell losers to offset gains
30-day wash sale rule compliance
Substitute asset selection
Features
Multi-Exchange Support - Binance, Coinbase, Kraken, etc.
Gas Optimization - Batch transactions, optimal timing
Drift Visualization - See how far from targets
What-If Analysis - Preview rebalance before execution
Transaction Logs - Full audit trail
Commands
kit rebalance status
kit rebalance preview --method threshold
kit rebalance execute --dry-run
kit rebalance configure --method calendar --frequency weekly
kit rebalance tax-harvest --threshold 500
Target Allocation Example
{
"BTC": 40,
"ETH": 30,
"SOL": 15,
"USDC": 15
}
1 --- 2 name: portfolio-rebalancer 3 description: Portfolio Rebalancer 4 --- 5 # Portfolio Rebalancer 6 7 Automated portfolio rebalancing with multiple strategies. 8 9 ## Rebalancing Methods 10 11 ### 1. Calendar Rebalancing 12 - Daily, Weekly, Monthly, Quarterly 13 - Configurable day/time 14 15 ### 2. Threshold Rebalancing 16 - Trigger when allocation drifts X% from target 17 - Per-asset or portfolio-wide thresholds 18 19 ### 3. Tactical Rebalancing 20 - AI-driven based on market conditions 21 - Momentum-adjusted allocations 22 - Risk-parity weighting 23 24 ### 4. Tax-Loss Harvesting 25 - Sell losers to offset gains 26 - 30-day wash sale rule compliance 27 - Substitute asset selection 28 29 ## Features 30 31 - **Multi-Exchange Support** - Binance, Coinbase, Kraken, etc. 32 - **Gas Optimization** - Batch transactions, optimal timing 33 - **Drift Visualization** - See how far from targets 34 - **What-If Analysis** - Preview rebalance before execution 35 - **Transaction Logs** - Full audit trail 36 37 ## Commands 38 39 ``` 40 kit rebalance status 41 kit rebalance preview --method threshold 42 kit rebalance execute --dry-run 43 kit rebalance configure --method calendar --frequency weekly 44 kit rebalance tax-harvest --threshold 500 45 ``` 46 47 ## Target Allocation Example 48 49 ```json 50 { 51 "BTC": 40, 52 "ETH": 30, 53 "SOL": 15, 54 "USDC": 15 55 } 56 ```
Signal-Execution-Labs/forex-trading-ai-agent/tree/main/skills/portfolio-rebalancer commit f7fdfa9cb0
Frequently asked questions How do I install the Portfolio Rebalancer skill? Run npx skillmds@latest add signal-execution-labs/portfolio-rebalancer in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Portfolio Rebalancer skill do? Portfolio Rebalancer It is listed under Coding & Dev Tools on SkillMD.
Is Portfolio Rebalancer safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Portfolio Rebalancer? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Portfolio Rebalancer free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Portfolio Rebalancer? Signal-Execution-Labs (@signal-execution-labs) published this skill. Their other Agent Skills are listed on their SkillMD profile.