fundamental-analyst

fundamental-analyst is a skill for Claude Code, Codex from shaoxing-xie/openclaw-data-china-stock. It costs 31 tokens per session (598 once invoked), scanned A, original, MIT.

A financial-analysis skill for Chinese A-share companies that reviews financial statements, financial metrics, valuation snapshots, and differences from industry peers.

In plain words
What is it for?
Assessing profitability, growth, ability to repay debt, valuation, historical valuation position, and peer differences. It does not provide buy or sell points, position sizes, or leverage advice.
Why use it?
It structures the evidence and lowers confidence when reports are old, valuation data is incomplete, or peer comparisons are missing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Assessing profitability, growth, ability to repay debt, valuation, historical valuation position, and peer differences. It does not provide buy or sell points, position sizes, or leverage advice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shaoxing-xie/openclaw-data-china-stock/fundamental-analyst
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add shaoxing-xie/openclaw-data-china-stock --skill fundamental-analyst
Clone the repo
git clone --depth 1 https://github.com/shaoxing-xie/openclaw-data-china-stock

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fundamental-analyst

README.md
[![agentmods](https://agentmods.dev/badge/skills/shaoxing-xie/openclaw-data-china-stock/fundamental-analyst/github.svg)](https://agentmods.dev/skills/shaoxing-xie/openclaw-data-china-stock/fundamental-analyst)
Your own site
<a href="https://agentmods.dev/skills/shaoxing-xie/openclaw-data-china-stock/fundamental-analyst"><img src="https://agentmods.dev/badge/skills/shaoxing-xie/openclaw-data-china-stock/fundamental-analyst/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fundamental-analyst

Your own site · 80×15
<a href="https://agentmods.dev/skills/shaoxing-xie/openclaw-data-china-stock/fundamental-analyst"><img src="https://agentmods.dev/badge/skills/shaoxing-xie/openclaw-data-china-stock/fundamental-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 598 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.00598
Opus 5 $0.00015 $0.00299
Sonnet 5 $0.00006 $0.00120
Haiku 4.5 $0.00003 $0.00060

Measured 12d ago against content hash f5dfe798c664, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

fundamental-analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/fundamental-analyst/SKILL.md · 75 lines

What it actually says

Fundamental Analyst

目标

对 A 股个股进行财务健康度和估值区间解读,并给出可复核的同业偏离视角。

输入

  • 用户问题
  • 财务指标数据
  • 财务报表数据
  • 估值快照数据

输出(固定结构)

  1. 盈利能力
  2. 成长能力与偿债能力
  3. 估值与同业偏离
  4. 综合评分与风险反证

证据表(必选)

  • 列出 tool_fetch_stock_financials / tool_fetch_stock_financial_reports / tool_fetch_market_dataview=valuation_snapshot)等调用与 quality_status;PE/PB/ROE 等须对应工具 JSON 字段。

反证与局限(必选)

  • 报表滞后、估值源降级、缺失同业样本时的结论降置信。

强制规则

  • 仅通过 manifest / tool_runner 调用依赖工具,禁止引导直连 plugins.data_collection
  • 先校验字段完整性,不足时输出 insufficient_evidence
  • 估值结论必须同时包含历史分位与同业偏离。
  • 禁止输出买卖点、仓位比例、杠杆建议。
  • 阈值从 config/fundamental-analyst_config.yaml 读取。

依赖工具

  • tool_fetch_stock_financials
  • tool_fetch_stock_financial_reports
  • tool_fetch_market_dataview=valuation_snapshot
  • tool_l4_valuation_context(L4-data;与财务字段并列取数时优先引用其 _meta / metrics
  • tool_l4_pe_ttm_percentile(L4-data;报告期 PE 历史分位,可选)

通用输出字段

  • profitability
  • growth
  • solvency
  • valuation
  • peer_delta
  • composite_score
  • key_risks
  • confidence_band(low/medium/high)
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 75 lines · 31 tokens per session scan A f5dfe798c664

Subscribe to this mod's changes

fundamental-analyst is a skill published in the GitHub repository shaoxing-xie/openclaw-data-china-stock (51 stars, last pushed 4mo ago), licensed MIT. It adds 31 tokens to every session and 598 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

dcf-valuation

Estimate a public equity's intrinsic value with a discounted-cash-flow model — pull fundamentals, set a discount rate via CAPM/WACC, project free cash flow, and discount it.

google-research/google-research · 42 tokens

equity-deep-dive

A thorough single-equity deep dive — read the recent qualitative picture from the web, then ground it in fundamentals and health ratios, an intrinsic DCF with a sensitivity range, a comparable-company cross-check, and the analyst-consensus view.

google-research/google-research · 55 tokens

relative-valuation

Value an equity against its peers — peer-median trading multiples applied to the company's metrics for an implied range, cross-read against its own valuation ratios.

google-research/google-research · 34 tokens

finance-report

A template for a single-page quarterly finance report, with company results, charts, a profit-and-loss summary, key points, and an outlook.

nexu-io/html-anything · 26 tokens

alpha-vantage-v2

Alpha Vantage — Financial Market Data workflow skill. Use this skill when the user needs Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators and the operator should preserve the upstream workflow, copied support files, and…

diegosouzapw/awesome-omni-skills · 73 tokens

securities-research-analyst

Use when research analysts or investment teams need to turn filings, earnings calls, announcements, financial metrics, and industry data into traceable securities research notes with evidence links, scenario analysis, valuation assumptions, and compliance-safe risk flags.

AndrewNgGirl/SkillLens · 53 tokens