← Back to Skills Marketplace
bytesagain1

Equity

by bytesagain1 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
236
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install equity
Description
Model cap tables, dilution scenarios, and vesting schedules for startups. Use when planning fundraising, pricing options, or tracking equity.
README (SKILL.md)

Equity

Equity calculator — cap table, dilution modeling, vesting schedules, and option pricing.

Commands

Command Description
equity help Show usage info
equity run Run main task
equity status Check state
equity list List items
equity add \x3Citem> Add item
equity export \x3Cfmt> Export data

Usage

equity help
equity run
equity status

Examples

equity help
equity run
equity export json

Output

Results go to stdout. Save with equity run > output.txt.

Configuration

Set EQUITY_DIR to change data directory. Default: ~/.local/share/equity/


Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback

Features

  • Simple command-line interface for quick access
  • Local data storage with JSON/CSV export
  • History tracking and activity logs
  • Search across all entries

Quick Start

# Check status
equity status

# View help
equity help

# Export data
equity export json

How It Works

Equity stores all data locally in ~/.local/share/equity/. Each command logs activity with timestamps for full traceability.

Support

Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears to be a local-only CLI that writes logs and exports data under ~/.local/share/equity and does not contact external services or ask for credentials. Before installing: (1) review the full script (the provided file was truncated in the manifest — confirm the rest contains no network or credential code); (2) be aware all inputs you send to the tool are appended to plaintext log files in your home directory (sensitive data should be avoided); (3) note the docs mention an EQUITY_DIR env var and commands like 'add'/'list' which the script doesn't honor — if you need a custom data directory or those commands, request clarification or update the script; (4) run the script in a sandbox or with limited permissions if you want to verify behavior first.
Capability Analysis
Type: OpenClaw Skill Name: equity Version: 2.0.0 The 'equity' skill is a simple shell-based logging utility that records command inputs to a local directory (~/.local/share/equity). While the script (scripts/script.sh) is poorly implemented with duplicate case branches that prevent certain functions like data export from executing correctly, it lacks any indicators of malicious intent, such as network activity, sensitive file access, or obfuscation.
Capability Assessment
Purpose & Capability
The skill's name/description (cap table, dilution, vesting modeling) aligns with a local CLI that records and exports entries. Required artifacts (no env vars, no binaries) are proportional. However, SKILL.md mentions an EQUITY_DIR environment variable and commands like 'list' and 'add' that the included script does not appear to implement/consume, indicating documentation and implementation drift.
Instruction Scope
Runtime instructions describe local-only operations and exporting to stdout/files. The shipped script follows that pattern (creates ~/.local/share/equity, logs inputs, exports json/csv/txt). The mismatch: SKILL.md suggests you can set EQUITY_DIR and lists certain commands (e.g., 'add', 'list') that are not present/handled in the script; this is scope/documentation inconsistency rather than malicious scope creep. The instructions do not direct data to external endpoints.
Install Mechanism
There is no install spec — the skill is instruction-only with a local shell script. Nothing is downloaded or extracted, which is the lowest install risk.
Credentials
The skill requests no environment variables or credentials. It stores data under the user's home directory by default. The SKILL.md mentions EQUITY_DIR but the script does not read it, so there is no unexpected credential or off-host access.
Persistence & Privilege
The skill writes files under ~/.local/share/equity and maintains history logs — expected for a local CLI that tracks entries. It does not request elevated system privileges, never sets always:true, and does not modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install equity
  3. After installation, invoke the skill by name or use /equity
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v1.0.0
Initial release
Metadata
Slug equity
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Equity?

Model cap tables, dilution scenarios, and vesting schedules for startups. Use when planning fundraising, pricing options, or tracking equity. It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.

How do I install Equity?

Run "/install equity" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Equity free?

Yes, Equity is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Equity support?

Equity is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Equity?

It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.0.

💬 Comments