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.
npx skills add L-LesterYu/OpenClaw-hot-skills-zh --skill stock-market-pro-zhgit clone --depth 1 https://github.com/L-LesterYu/OpenClaw-hot-skills-zhWrote 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.
[](https://agentmods.dev/skills/l-lesteryu/openclaw-hot-skills-zh/stock-market-pro-zh)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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/{股票代码}/overviewhttps://unusualwhales.com/live-options-flow?ticker_symbol={股票代码}https://unusualwhales.com/stock/{股票代码}/options-flow-history
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.
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.
- 9d ago First seen · 133 lines · 68 tokens per session scan A 8d6cc63899a3
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.
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.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
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…
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.
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.
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.