← 返回 Skills 市场
bytesagain1

Equity

作者 bytesagain1 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
236
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install equity
功能描述
Model cap tables, dilution scenarios, and vesting schedules for startups. Use when planning fundraising, pricing options, or tracking equity.
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install equity
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /equity 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v1.0.0
Initial release
元数据
Slug equity
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Equity 是什么?

Model cap tables, dilution scenarios, and vesting schedules for startups. Use when planning fundraising, pricing options, or tracking equity. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 236 次。

如何安装 Equity?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install equity」即可一键安装,无需额外配置。

Equity 是免费的吗?

是的,Equity 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Equity 支持哪些平台?

Equity 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Equity?

由 bytesagain1(@bytesagain1)开发并维护,当前版本 v2.0.0。

💬 留言讨论