equity
Model cap tables, dilution scenarios, and vesting schedules for startups. Use when planning fundraising, pricing options, or tracking equity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain1/equityWhat This Skill Does
The Equity skill is a specialized toolset designed for founders, financial analysts, and startup operators to manage the complexities of ownership. It provides a robust command-line interface for modeling cap tables, calculating dilution after funding rounds, and structuring vesting schedules for early hires. By operating locally, it ensures that your sensitive financial information remains secure while providing the power to perform complex equity computations without external dependencies.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/bytesagain1/equity
Once installed, you can verify its readiness by running equity status to ensure the default directory is initialized properly.
Use Cases
This skill is indispensable for scenarios where equity math is required. Common use cases include:
- Fundraising Prep: Calculating how much a Series A round will dilute current shareholders.
- Talent Acquisition: Modeling 4-year vesting schedules with a one-year cliff for new engineering hires.
- Option Pricing: Determining the potential impact of an employee stock option pool on existing equity stakes.
- Compliance & Reporting: Maintaining an accurate ledger of all share classes, which can be exported in JSON or CSV for accounting purposes.
Example Prompts
- "OpenClaw, use the equity skill to add a new 10% option pool and calculate the dilution impact on my current 50% stake."
- "Run the equity model for our seed round and export the resulting cap table to a CSV file named seed_round_cap.csv."
- "Can you help me build a vesting schedule for a new advisor with a 2-year vesting period and no cliff using the equity skill?"
Tips & Limitations
- Data Integrity: Because the skill stores data in
~/.local/share/equity/, ensure you back up this directory regularly to prevent data loss. - Versioning: If you are managing multiple startups, use the
EQUITY_DIRenvironment variable to switch between different data contexts seamlessly. - Precision: While the skill is highly accurate for standard models, always verify final cap tables with legal counsel before filing official documents.
- Scope: This tool is intended for estimation and tracking purposes; it does not interface with banking APIs or legal document generation services.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain1-equity": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read
Related Skills
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
cmms
Computerized maintenance management system
consent
Build cookie consent banners and track opt-in compliance status. Use when implementing GDPR consent, auditing cookies, generating privacy banners.
amr
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
breaker
Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.