🦀 ClawHub
Cap Table
by @1477009639zw-blip
Cap table management and modeling for startups. Tracks equity分配, option pools, investor ownership, and dilution scenarios. Essential for fundraising.
TERMINAL
clawhub install cap-table📖 About This Skill
name: cap-table description: Cap table management and modeling for startups. Tracks equity分配, option pools, investor ownership, and dilution scenarios. Essential for fundraising. metadata: openclaw: emoji: "📊" requires: bins: [python3] always: false
Cap Table Manager
Comprehensive cap table modeling tool for startup founders and investors.
Features
Ownership Tracking
Modeling Scenarios
Reports
Usage
python3 captable.py --action summary
python3 captable.py --action dilute --round SeriesA --new_investors 2 --investment 5000000
python3 captable.py --action pool --increase 10
Example Cap Table
| Stakeholder | Shares | Ownership | |-------------|--------|-----------| | Founders | 4,000,000 | 40% | | Employee Pool | 1,000,000 | 10% | | Seed Investors | 2,500,000 | 25% | | Series A | 2,500,000 | 25% |
liquidation preference Examples
*Built by Beta*
💡 Examples
python3 captable.py --action summary
python3 captable.py --action dilute --round SeriesA --new_investors 2 --investment 5000000
python3 captable.py --action pool --increase 10