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