← Back to Skills Marketplace
Beta Cap Table
by
1477009639zw-blip
· GitHub ↗
· v1.0.0
· MIT-0
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install betacaptable
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
This skill's description promises a full-featured cap table manager but the included code is tiny, contains calculation bugs (unused variables, odd investor percentage math), and doesn't support the commands shown in the README (different filename and --action flags). The source and homepage are unknown. Do not rely on this for real fundraising or cap table decisions. If you want to use it: (1) run it locally in a safe environment and inspect/repair the code (rename or update usage to cap.py/captable.py), (2) fix the argument parsing and calculation logic, and (3) add tests or compare outputs with a trusted cap table tool. If you don't want to modify code yourself, avoid installing or granting it autonomous use — the mismatch between docs and code is a red flag for sloppy or incomplete implementation.
Capability Analysis
Type: OpenClaw Skill
Name: betacaptable
Version: 1.0.0
The skill is a simple cap table modeling tool. The Python script cap.py performs basic arithmetic to calculate equity percentages and contains no network, file, or system-level operations. While the documentation in SKILL.md refers to a filename captable.py instead of the provided cap.py, this is a minor inconsistency and no malicious intent or high-risk behaviors are present.
Capability Assessment
Purpose & Capability
The SKILL.md describes comprehensive cap table modeling (dilution scenarios, vesting, reports, liquidation prefs). The included Python script is a tiny, single‑purpose calculator that only prints a simple summary based on --founders, --employees, and --investors flags; it does not implement actions, reports, or scenarios. The scope of claimed features is disproportionate to the actual code.
Instruction Scope
Runtime instructions show example commands using a file named captable.py and --action arguments (summary, dilute, pool) that do not exist in the provided cap.py. The SKILL.md instructs running features the code doesn't support, creating a high risk of user confusion and incorrect outputs if followed.
Install Mechanism
There is no install spec (instruction-only install), so nothing is downloaded or executed beyond the included Python script. This is low risk from an install mechanism standpoint.
Credentials
The skill requests only python3 as a required binary and declares no environment variables, secrets, or config paths. There are no requests for unrelated credentials or system access.
Persistence & Privilege
always is false and there is no indication the skill requests persistent/systemwide privileges. It does not modify other skills or system configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install betacaptable - After installation, invoke the skill by name or use
/betacaptable - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Expanded
Metadata
Frequently Asked Questions
What is Beta 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 102 downloads so far.
How do I install Beta Cap Table?
Run "/install betacaptable" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Beta Cap Table free?
Yes, Beta Cap Table is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Beta Cap Table support?
Beta Cap Table is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Beta Cap Table?
It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.
More Skills