ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

cap-table

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1477009639zw-blip/cap-table
Or

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

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1477009639zw-blip-cap-table": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.