← Back to Skills Marketplace
Cap Table
by
1477009639zw-blip
· GitHub ↗
· v1.0.0
· MIT-0
116
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install cap-table
Description
Cap table management and modeling for startups. Tracks equity分配, option pools, investor ownership, and dilution scenarios. Essential for fundraising.
README (SKILL.md)
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
| 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
- 1x non-participating
- 1x participating
- 2x liquidation preference + participation
Built by Beta
Usage Guidance
Do not trust this skill as a full cap‑table manager in its current form. The README (SKILL.md) and usage examples reference a different CLI and many features that the included cap.py does not implement. If you need this functionality, ask the author for: (1) corrected SKILL.md that matches the shipped files, (2) the actual implementation of the advertised actions, and (3) a clear changelog or source repo. Because the code is small and local it poses low direct risk (no network calls or secret access), but running mismatched/unknown scripts can still produce incorrect financial results — review and test in a sandbox before relying on outputs.
Capability Analysis
Type: OpenClaw Skill
Name: cap-table
Version: 1.0.0
The skill bundle provides a basic cap table calculation tool. The Python script cap.py performs simple arithmetic to estimate ownership percentages and lacks any network, file system, or sensitive data access. The documentation in SKILL.md is consistent with the tool's purpose, and no malicious indicators or prompt injection attempts were found.
Capability Assessment
Purpose & Capability
The skill claims comprehensive cap table modeling (vesting, dilution, reports, multiple actions) but the bundle only contains a small Python script (cap.py) that prints a simple three-line summary. The required binary (python3) is coherent, but the actual code does not implement the advertised capabilities.
Instruction Scope
SKILL.md instructs using a different CLI (captable.py) and several --action flags (summary, dilute, pool, etc.). cap.py does not accept those options; it only accepts --founders, --employees, --investors. This mismatch means the runtime instructions and the shipped code are out of sync. There are no instructions that attempt to read unrelated files or env vars.
Install Mechanism
No install spec and only a single small Python file are included. Nothing is downloaded or extracted, which reduces installation risk.
Credentials
The skill declares no required environment variables, secrets, or config paths. The code does not access env vars or external services.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent or elevated platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cap-table - After installation, invoke the skill by name or use
/cap-table - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Cap Table Manager for startups and investors
- Track equity allocation, option pools, investor ownership, and dilution across funding rounds
- Model new funding, option pool increases, M&A, and liquidation preference scenarios
- Generate reports: ownership breakdown, dilution impacts, option pool use, and 409A valuation support
- Command-line interface for scenario analysis and summary views
Metadata
Frequently Asked Questions
What is Cap Table?
Cap table management and modeling for startups. Tracks equity分配, option pools, investor ownership, and dilution scenarios. Essential for fundraising. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install Cap Table?
Run "/install cap-table" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Cap Table free?
Yes, Cap Table is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Cap Table support?
Cap Table is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Cap Table?
It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.
More Skills