← Back to Skills Marketplace
Valu Ai
by
gaoxiang603
· GitHub ↗
· v2.1.3
· MIT-0
144
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install valu-ai
Description
ValU AI 智能估值分析器 — 基于 DCF 自由现金流折现模型的专业股票估值工具,支持所有A股(沪深主板/科创板/创业板)和港股上市公司。自动抓取 86 项财务指标,构建 WACC 敏感性分析,生成三阶段 DCF 估值报告(熊市/基准/牛市),并通过 PE/PB/PS 等相对估值法交叉验证。支持批量对比 2...
Usage Guidance
This skill appears coherent with its stated purpose, but review these before installing: 1) It expects to call DeepSeek (https://api.deepseek.com) for AI text — supply an API key only if you trust that provider. 2) The package has Python dependencies (akshare, baostock, pandas, requests) but no install script; install them in a controlled environment (virtualenv/container) before running. 3) The skill will create and write files (config.yaml, reports/, user_data/users.json, logs) in its directory — if you care about sensitive workspace data, run it in an isolated folder. 4) If you require stronger assurance, inspect the included Python files locally (they are readable) and/or run the code in a sandboxed environment. There are no signs of credential exfiltration or unrelated network endpoints, but always guard any API keys you provide.
Capability Analysis
Type: OpenClaw Skill
Name: valu-ai
Version: 2.1.3
The 'valu-ai' skill bundle is a professional stock valuation tool that implements a Three-Stage Discounted Cash Flow (DCF) model. It utilizes legitimate financial libraries (AKShare and Baostock) to fetch market data and the DeepSeek API for generating analysis reports. The code includes a structured quota management system (valu_pricing.py) and configuration handling (valu_config.py) that follows standard development practices. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the instructions in SKILL.md and the prompt construction in valu_app.py are strictly aligned with the stated purpose of financial analysis.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (DCF valuation for A-share/HK stocks) matches the code and SKILL.md: modules fetch market & financial data (AKShare/Baostock), run valuation logic, generate reports, and call an AI service (DeepSeek) for report generation. Data sources and pricing/quotas in code align with the documented functionality.
Instruction Scope
SKILL.md and code limit activity to fetching market/financial data, performing analyses, calling the declared DeepSeek AI endpoint for text generation, and saving reports/logs. There are no instructions/code paths that read unrelated system files, scan the host, or send data to undeclared third-party endpoints.
Install Mechanism
There is no install spec (instruction-only at registry level) which is low risk, but the package includes Python code that depends on third‑party libraries (akshare, baostock, pandas, requests, etc.). Those dependencies are not declared in the registry metadata or an install script; consumers must install them manually. This is an operational gap (not a security red flag) but worth noting before running.
Credentials
The registry declares no required env vars, but the code loads DEEPSEEK_API_KEY (and supports other tokens in config). Requesting a DeepSeek API key is proportionate to its stated use (AI report generation). No unrelated secrets (AWS keys, system tokens) are requested. The skill reads/writes local config, log, user_data and report files — expected for this app.
Persistence & Privilege
always:false (not force-included). The code persists user data, usage history (user_data/users.json), logs, and reports in local directories under the skill — behavior consistent with a self-contained service. It does not attempt to modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install valu-ai - After installation, invoke the skill by name or use
/valu-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.3
- 移除了 SKILL.md 文件中的 author 字段。
- 其余内容保持不变。
v2.1.2
- 新增 author 字段(价值望远镜)到技能信息
- 其余内容保持一致,无功能或表现上的变更
v2.1.1
ValU AI 2.1.1 - Baostock 重构版
- 数据源全面升级:Baostock 作为主数据源(更稳定),AKShare 降级为备用
- A股财务数据:5年历史利润表+资产负债表+现金流量表+86项财务指标
- A股行业分类:证监会标准行业分类(如 C15酒、饮料和精制茶制造业)
- 内置离线数据库:API 不可用时自动降级,约30只核心A股+55只港股
- 网络稳定性大幅提升:解决 AKShare 东财接口频繁断连问题
- 港股支持:55只核心港股标的实时行情+历史K线
- 支持所有A股(约5000+只)和港股批量对比(最多5只)
- 免费版每周2次,单次9.9元,批量29.9元
v2.1.0
ValU AI 2.1.0
- No code or documentation changes detected in this release.
- Functionality, features, and usage remain unchanged from the previous version.
v2.0.0
Valu-ai 2.0.0 introduces a complete overhaul with expanded features and professional-level stock valuation.
- 全新支持所有A股与部分港股上市公司,覆盖主板、科创板、创业板等
- 提供三阶段 DCF(自由现金流折现)估值模型,自动敏感性分析 WACC 和多情景估值
- 引入 PE/PB/PS 等多种相对估值方式交叉验证
- 批量分析 2–5 只股票,横向对比核心财务和估值指标
- 完成自动行业识别及同业对标
- 新增专业与套餐定价选项,满足不同投资场景需求
Metadata
Frequently Asked Questions
What is Valu Ai?
ValU AI 智能估值分析器 — 基于 DCF 自由现金流折现模型的专业股票估值工具,支持所有A股(沪深主板/科创板/创业板)和港股上市公司。自动抓取 86 项财务指标,构建 WACC 敏感性分析,生成三阶段 DCF 估值报告(熊市/基准/牛市),并通过 PE/PB/PS 等相对估值法交叉验证。支持批量对比 2... It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.
How do I install Valu Ai?
Run "/install valu-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Valu Ai free?
Yes, Valu Ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Valu Ai support?
Valu Ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Valu Ai?
It is built and maintained by gaoxiang603 (@gaoxiang603); the current version is v2.1.3.
More Skills