Skip to content
OpenSmartRoute
Skillv1.0.0

equity

Model cap tables, dilution scenarios, and vesting schedules for startups. Use when planning fundraising, pricing options, or tracking equity.

by aaaaqwq(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from aaaaqwq/agi-super-team (skills/equity/SKILL.md). Install upstream with npx skills add aaaaqwq/agi-super-team --skill equity. Copyright stays with the author (MIT-0).

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

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/aaaaqwq-agi-super-team-equity/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

aaaaqwq-agi-super-team-equity.ocm.jsonjson
{
  "ocm": "1",
  "id": "aaaaqwq-agi-super-team-equity",
  "kind": "skill",
  "name": "equity",
  "description": "Model cap tables, dilution scenarios, and vesting schedules for startups. Use when planning fundraising, pricing options, or tracking equity.",
  "publisher": "aaaaqwq",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "equity",
      "tool",
      "utility",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Model cap tables, dilution scenarios, and vesting schedules for startups. Use when planning fundraising, pricing options, or tracking equity."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/aaaaqwq/agi-super-team",
      "path": "skills/equity/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/aaaaqwq/agi-super-team/blob/HEAD/skills/equity/SKILL.md",
      "key": "aaaaqwq/agi-super-team/skills/equity/SKILL.md"
    },
    "license": "MIT-0"
  },
  "instructions": "# Equity\n\nEquity calculator — cap table, dilution modeling, vesting schedules, and option pricing.\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `equity help` | Show usage info |\n| `equity run` | Run main task |\n| `equity status` | Check state |\n| `equity list` | List items |\n| `equity add <item>` | Add item |\n| `equity export <fmt>` | Export data |\n\n## Usage\n\n```bash\nequity help\nequity run\nequity status\n```\n\n## Examples\n\n```bash\nequity help\nequity run\nequity export json\n```\n\n## Output\n\nResults go to stdout. Save with `equity run > output.txt`.\n\n## Configuration\n\nSet `EQU",
  "cost": {
    "context_tokens": 341
  }
}

Fetch it by URL: GET /api/v1/registry/aaaaqwq-agi-super-team-equity/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.