← Back to Skills Marketplace
xueyetianya

Valuation

by bytesagain4 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
314
Downloads
0
Stars
2
Active Installs
5
Versions
Install in OpenClaw
/install valuation
Description
Build DCF models and run comparable analysis for company valuation. Use when modeling cash flows, benchmarking peers, projecting growth, or pitching.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install valuation
  3. After installation, invoke the skill by name or use /valuation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug valuation
Version 2.0.2
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 5
Frequently Asked Questions

What is Valuation?

Build DCF models and run comparable analysis for company valuation. Use when modeling cash flows, benchmarking peers, projecting growth, or pitching. It is an AI Agent Skill for Claude Code / OpenClaw, with 314 downloads so far.

How do I install Valuation?

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

Is Valuation free?

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

Which platforms does Valuation support?

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

Who created Valuation?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.2.

💬 Comments