← 返回 Skills 市场
Valuation
作者
bytesagain4
· GitHub ↗
· v2.0.2
· MIT-0
314
总下载
0
收藏
2
当前安装
5
版本数
在 OpenClaw 中安装
/install valuation
功能描述
Build DCF models and run comparable analysis for company valuation. Use when modeling cash flows, benchmarking peers, projecting growth, or pitching.
安全使用建议
This skill appears to be a simple, local logging utility for valuation workflows and does not request credentials or network access, but review the following before installing:
- Data location and privacy: the tool writes logs to ~/.local/share/valuation (script hardcodes this path). Do not store secrets or sensitive financial documents as free-text entries because they will be persisted locally.
- Docs vs. implementation mismatch: SKILL.md suggests you can override VALUATION_DIR via an environment variable, but the script ignores that variable. If you need a custom data location, update the script or move the directory after install.
- Export sanitization: the export implementation writes raw entry values into JSON/CSV/TXT without escaping. Entries containing quotes, newlines, or CSV-special characters may produce malformed JSON/CSV or present CSV injection risks when opened in spreadsheet software. Avoid entering content that looks like formulas or contains untrusted data if you plan to open exports in other tools.
- Minor bugs: exported JSON uses an echo with a literal "\n]" which may insert a literal backslash-n; exported JSON may therefore be malformed in some cases. Consider reviewing and testing exports before integrating with downstream tools.
- Best practice: inspect the included script before use, consider changing the data directory or file permissions if you want to restrict access, and avoid logging secrets. If you need the VALUATION_DIR feature, either patch the script to read the environment variable or ask the maintainer for a corrected release.
功能分析
Type: OpenClaw Skill
Name: valuation
Version: 2.0.2
The valuation skill is a straightforward logging and tracking utility for financial modeling tasks. It records user-provided inputs into timestamped log files located in ~/.local/share/valuation/ and provides basic management features like search, statistics, and multi-format export (JSON, CSV, TXT). The script (scripts/script.sh) uses standard Unix tools, lacks any network or sensitive file access, and contains no evidence of malicious intent or obfuscation.
能力评估
Purpose & Capability
The script implements a local append-only logging/utility tool for valuation workflows (matches the name and description). Minor mismatch: SKILL.md says you can set VALUATION_DIR to override the default data directory, but the included script ignores VALUATION_DIR and hardcodes DATA_DIR to ${HOME}/.local/share/valuation. Version string in SKILL.md and script is 2.0.0 while registry metadata lists 2.0.2 — a benign but notable inconsistency.
Instruction Scope
Runtime instructions and the script stay within the stated scope: they read/write logs under a dedicated data directory, provide search/export/status/stats functions, and only use local standard Unix tools. The instructions do not request unrelated system files, credentials, or network endpoints.
Install Mechanism
No install spec is present and the skill is instruction+script only. Nothing is downloaded or written to system directories beyond creating its own data directory under the user's home.
Credentials
No environment variables or credentials are required (registry metadata lists none). SKILL.md documents an optional VALUATION_DIR override, but the script does not read that variable — a documentation/implementation mismatch. Otherwise the tool requests no sensitive environment access.
Persistence & Privilege
The skill creates and maintains files only in ~/.local/share/valuation (user home). always:false and no special privileges are requested. It does not modify other skills or global system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install valuation - 安装完成后,直接呼叫该 Skill 的名称或使用
/valuation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
update
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
v1.0.0
Initial release
元数据
常见问题
Valuation 是什么?
Build DCF models and run comparable analysis for company valuation. Use when modeling cash flows, benchmarking peers, projecting growth, or pitching. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 314 次。
如何安装 Valuation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install valuation」即可一键安装,无需额外配置。
Valuation 是免费的吗?
是的,Valuation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Valuation 支持哪些平台?
Valuation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Valuation?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.2。
推荐 Skills