← 返回 Skills 市场
Beta Cap Table
作者
1477009639zw-blip
· GitHub ↗
· v1.0.0
· MIT-0
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install betacaptable
功能描述
Cap table management and modeling for startups. Tracks equity分配, option pools, investor ownership, and dilution scenarios. Essential for fundraising.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install betacaptable - 安装完成后,直接呼叫该 Skill 的名称或使用
/betacaptable触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Expanded
元数据
常见问题
Beta Cap Table 是什么?
Cap table management and modeling for startups. Tracks equity分配, option pools, investor ownership, and dilution scenarios. Essential for fundraising. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Beta Cap Table?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install betacaptable」即可一键安装,无需额外配置。
Beta Cap Table 是免费的吗?
是的,Beta Cap Table 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Beta Cap Table 支持哪些平台?
Beta Cap Table 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Beta Cap Table?
由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。
推荐 Skills