HomeBrowseUpload
← Back to registry
// Skill profile

Equity

name: equity

by bytesagain1 · published 2026-03-22

日历管理数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain1/bytesagain1-equity
View on GitHub
// Full documentation

---

name: equity

version: "2.0.0"

author: BytesAgain

license: MIT-0

tags: [equity, tool, utility]

description: "Equity - command-line tool for everyday use"

---

# 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 <item>` | Add item |

| `equity export <fmt>` | 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

  • Feedback: https://bytesagain.com/feedback/
  • Website: https://bytesagain.com
  • Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band