Skills cap-table

Cap table management and modeling for startups. Tracks equity分配, option pools, investor ownership, and dilution scenarios. Essential for fundraising.

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/1477009639zw-blip/cap-table" ~/.claude/skills/openclaw-skills-cap-table-d62445 && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/1477009639zw-blip/cap-table" ~/.openclaw/skills/openclaw-skills-cap-table-d62445 && rm -rf "$T"
manifest: skills/1477009639zw-blip/cap-table/SKILL.md
source content

Cap Table Manager

Comprehensive cap table modeling tool for startup founders and investors.

Features

Ownership Tracking

  • Founders, employees, investors ownership %
  • Option pool allocation
  • Vesting schedules
  • Transfer restrictions

Modeling Scenarios

  • New funding round dilution
  • Option pool shuffle (increase)
  • M&A acquisition scenarios
  • Liquidation preferences

Reports

  • Ownership breakdown by stakeholder
  • Dilution impact by round
  • Option pool utilization
  • 409A valuation support

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

StakeholderSharesOwnership
Founders4,000,00040%
Employee Pool1,000,00010%
Seed Investors2,500,00025%
Series A2,500,00025%

liquidation preference Examples

  • 1x non-participating
  • 1x participating
  • 2x liquidation preference + participation

Built by Beta