stock-market-pro-zh

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

A stock-analysis toolkit built around Yahoo Finance data. It shows current prices, company figures, price history, terminal trend charts, and high-resolution charts with indicators such as RSI, MACD, Bollinger Bands, VWAP, and ATR.

In plain words
What is it for?
Use it to check a stock quote, review basic company figures, inspect price history, create terminal or PNG charts, and produce a short report. RSI and similar indicators are calculations used to study price and trading patterns.
Why use it?
It gathers common market data and chart types in one workflow, so developers do not have to assemble separate commands for prices, company figures, trends, and technical charts. Optional searches can also point to related news and options activity.

Skill for Claude CodeCodex

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

Good fit Use it to check a stock quote, review basic company figures, inspect price history, create terminal or PNG charts, and produce a short report. RSI and similar indicators are calculations used to study price and trading patterns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/l-lesteryu/openclaw-hot-skills-zh/stock-market-pro-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-market-pro-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-market-pro-zh

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/stock-market-pro-zh"><img src="https://agentmods.dev/badge/skills/l-lesteryu/openclaw-hot-skills-zh/stock-market-pro-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,211 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.00068 $0.01211
Opus 5 $0.00034 $0.00606
Sonnet 5 $0.00014 $0.00242
Haiku 4.5 $0.00007 $0.00121

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

Security

Grade A, and why

stock-market-pro-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.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/ddg_search.py, scripts/news.py, scripts/options_links.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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-market-pro-zh/SKILL.md · 133 lines

How it starts

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

Stock Market Pro 专业股市分析

Stock Market Pro 是一个快速、本地优先的市场研究工具包。 获取清晰的价格和基本面数据,生成可发布的高质量图表(带技术指标面板:RSI/MACD/BB/VWAP/ATR),运行一键报告同时输出摘要和高分辨率 PNG 图表。 可选扩展功能:快速新闻链接搜索(DDG)+ 浏览器优先的期权/资金流向分析(Unusual Whales)。

功能特点

  • 获取 实时报价(价格 + 涨跌幅)
  • 汇总 基本面数据(市值、前瞻市盈率、每股收益、净资产收益率)
  • 打印 ASCII 趋势图(终端友好)
  • 生成 高分辨率 PNG 图表,支持叠加指标面板:
    • RSI / MACD / 布林带 / VWAP / ATR
  • 运行 一键报告,输出紧凑摘要并生成图表路径
  • 通过 DuckDuckGo 搜索 新闻链接
  • 打开 期权/资金流向页面(浏览器优先,Unusual Whales)

命令(本地)

本技能使用 uv run --script 处理依赖。 如果没有安装 uv:从 https://github.com/astral-sh/uv 安装

1) 报价查询

uv run --script scripts/yf.py price TSLA
# 简写形式
uv run --script scripts/yf.py TSLA

2) 基本面分析

uv run --script scripts/yf.py fundamentals NVDA

3) ASCII 趋势图

uv run --script scripts/yf.py history AAPL 6mo

4) 专业图表(PNG)

# K 线图(默认)
uv run --script scripts/yf.py pro 000660.KS 6mo

# 折线图
uv run --script scripts/yf.py pro 000660.KS 6mo line
技术指标(可选)
uv run --script scripts/yf.py pro TSLA 6mo --rsi --macd --bb
uv run --script scripts/yf.py pro TSLA 6mo --vwap --atr
  • --rsi : RSI(14) 相对强弱指标
  • --macd: MACD(12,26,9) 指数平滑异同移动平均线
  • --bb : 布林带(20,2)
  • --vwap: VWAP 成交量加权平均价(选定范围内的累计值)
  • --atr : ATR(14) 平均真实波幅

5) 一键报告

打印紧凑的文本摘要并生成图表 PNG。

uv run --script scripts/yf.py report 000660.KS 6mo
# 输出包含: CHART_PATH:/tmp/<...>.png

可选的网络扩展(新闻/期权)可由智能体工作流附加。


网络扩展(可选)

A) 新闻搜索(通过 ddgs 使用 DuckDuckGo)

本技能内置辅助脚本(scripts/ddg_search.py)。

依赖:

pip3 install -U ddgs

运行:

python3 scripts/news.py NVDA --max 8
# 或
python3 scripts/ddg_search.py "NVDA 财报 业绩指引" --kind news --max 8 --out md

B) 期权/资金流向(浏览器优先)

Unusual Whales 经常阻止爬虫/无头浏览器访问。 因此推荐的方式是:在浏览器中打开页面并总结可见内容

快速链接辅助:

python3 scripts/options_links.py NVDA

常用 URL:

  • https://unusualwhales.com/stock/{股票代码}/overview
  • https://unusualwhales.com/live-options-flow?ticker_symbol={股票代码}
  • https://unusualwhales.com/stock/{股票代码}/options-flow-history

Read the full file on GitHub · 133 lines

Files

What ships with it

7 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 · 133 lines · 68 tokens per session scan A 8d6cc63899a3

Subscribe to this mod's changes

stock-market-pro-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 68 tokens to every session and 1,211 once invoked, about $0.0003 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