stock-analysis-zh

stock-analysis-zh is a skill for Claude Code, Codex from L-LesterYu/OpenClaw-hot-skills-zh. It costs 38 tokens per session (1,644 once invoked), scanned A, original, MIT.

A tool for researching public companies and stocks with market data. It can show company information, price charts, technical indicators, valuation and analyst ratings, insider holdings and trades, SEC filings, and comparisons between several stocks.

In plain words
What is it for?
Use it for company overviews, technical and fundamental analysis, insider-activity checks, SEC filing history, due diligence, and side-by-side stock comparisons. SEC filings are official reports that US-listed companies submit to regulators.
Why use it?
It brings business background, market performance, ownership activity, and regulatory documents into one research process. This makes it easier to investigate a company before forming an investment view.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it for company overviews, technical and fundamental analysis, insider-activity checks, SEC filing history, due diligence, and side-by-side stock comparisons. SEC filings are official reports that US-listed companies submit to regulators.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/l-lesteryu/openclaw-hot-skills-zh/stock-analysis-zh
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 L-LesterYu/OpenClaw-hot-skills-zh --skill stock-analysis-zh
Clone the repo
git clone --depth 1 https://github.com/L-LesterYu/OpenClaw-hot-skills-zh

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 stock-analysis-zh

README.md
[![agentmods](https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/stock-analysis-zh/github.svg)](https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/stock-analysis-zh)
Your own site
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/stock-analysis-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/stock-analysis-zh/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 stock-analysis-zh

Your own site · 80×15
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/stock-analysis-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/stock-analysis-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,644 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.00038 $0.01644
Opus 5 $0.00019 $0.00822
Sonnet 5 $0.00008 $0.00329
Haiku 4.5 $0.00004 $0.00164

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

Security

Grade A, and why

stock-analysis-zh 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 9d 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/stock-analysis-zh/SKILL.md · 168 lines

How it starts

The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.

股票分析

使用实时市场数据进行全面的股票和公司分析。

核心功能

  • 公司研究:获取公司简介、业务信息、高管团队
  • 技术分析:查看价格走势图、技术指标、市场展望
  • 基本面分析:分析估值、分析师评级
  • 内部人士活动:追踪内部人士持股和交易记录
  • 监管文件:访问 SEC 文件历史和文档
  • 多股对比:通过图表数据对比多只股票

可用 API

公司信息

  • Yahoo/get_stock_profile - 公司简介(业务、行业、高管、联系方式)
  • Yahoo/get_stock_insights - 技术指标、估值、评级、研究报告

交易与市场数据

  • Yahoo/get_stock_chart - 历史价格数据,支持自定义时间范围

持股与合规

  • Yahoo/get_stock_holders - 内部人士持股和交易记录
  • Yahoo/get_stock_sec_filing - SEC 文件历史(10-K、10-Q、8-K 等)

常用工作流程

1. 公司概览 → 深入分析

用户: "介绍一下 AAPL"
→ Yahoo/get_stock_profile(业务摘要、行业、员工数)
→ Yahoo/get_stock_insights(技术展望、估值、评级)
→ Yahoo/get_stock_chart(近期价格表现)

2. 技术分析 → 基本面验证

用户: "TSLA 值得买吗?"
→ Yahoo/get_stock_chart(价格趋势、支撑位/阻力位)
→ Yahoo/get_stock_insights(技术展望、目标价、评级)
→ Yahoo/get_stock_profile(验证业务基本面)

3. 内部人士活动分析

用户: "显示 NVDA 的内部交易情况"
→ Yahoo/get_stock_holders(内部人士交易记录)
→ Yahoo/get_stock_profile(高管背景信息)
→ Yahoo/get_stock_insights(检查是否与展望一致)

4. 尽职调查报告

用户: "MSFT 全面分析"
→ Yahoo/get_stock_profile(公司背景)
→ Yahoo/get_stock_insights(分析师评级、估值)
→ Yahoo/get_stock_chart(历史表现)
→ Yahoo/get_stock_holders(内部人士情绪)
→ Yahoo/get_stock_sec_filing(最新监管文件)

5. 多股对比

用户: "对比 AAPL、MSFT 和 GOOGL"
→ Yahoo/get_stock_chart(使用 comparisons 参数)
→ Yahoo/get_stock_insights(每只股票的分析)
→ 并排比较关键指标

6. 行业研究

用户: "分析科技股:AAPL、NVDA、AMD"
→ Yahoo/get_stock_profile(每家公司的业务重点)
→ Yahoo/get_stock_insights(行业对比评分)
→ Yahoo/get_stock_chart(相对表现)

关键参数

通用参数

  • symbol:股票代码(如 "AAPL"、"TSLA")
  • region:市场区域(US、GB、JP 等)- 默认:US
  • lang:响应语言(en-US、zh-Hant-HK 等)- 默认:en-US

图表专用参数

  • interval:1m、5m、15m、30m、1h、1d、1wk、1mo
  • range:1d、5d、1mo、3mo、6mo、1y、2y、5y、10y、ytd、max
  • comparisons:与其他股票对比(如 "^GSPC,MSFT")
  • events:包含股息、拆股、财报(div、split、earn)

关键数据点

简介数据

  • 业务摘要和行业分类
  • 员工数量和高管团队
  • 联系方式和网站
  • 行业和板块指标

洞察数据

  • 技术展望:短期/中期/长期信号
  • 估值:相对行业/市场的价值
  • 关键技术指标:支撑位、阻力位、止损位
  • 评级:分析师推荐和目标价
  • 公司指标:创新、招聘、可持续性评分
  • 研究报告:分析师报告和摘要
  • 重大事件:近期发展动态

图表数据

  • OHLC(开盘、最高、最低、收盘)价格
  • 成交量数据
  • 调整后收盘价
  • 52 周最高/最低价
  • 当前交易周期信息

Read the full file on GitHub · 168 lines

Files

What ships with it

2 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. 9d ago First seen · 168 lines · 38 tokens per session scan A 8f917e187ce7

Subscribe to this mod's changes

stock-analysis-zh is a skill published in the GitHub repository L-LesterYu/OpenClaw-hot-skills-zh (54 stars, last pushed 5mo ago), licensed MIT. It adds 38 tokens to every session and 1,644 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-09-03.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens