返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
s

stock-info-explorer

>-

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.2.10
安全检测
已通过
11,399
下载量
14
收藏
概述
安装方式
版本历史

stock-info-explorer

# Stock Information Explorer This skill fetches OHLCV data from Yahoo Finance via `yfinance` and computes technical indicators **locally** (no API key required). ## Commands ### 1) Real-time Quotes (`price`) ```bash uv run --script scripts/yf.py price TSLA # shorthand uv run --script scripts/yf.py TSLA ``` ### 2) Fundamental Summary (`fundamentals`) ```bash uv run --script scripts/yf.py fundamentals NVDA ``` ### 3) ASCII Trend (`history`) ```bash uv run --script scripts/yf.py history AAPL 6mo ``` ### 4) Professional Chart (`pro`) Generates a high-resolution PNG chart. By default it includes **Volume** and **Moving Averages (MA5/20/60)**. ```bash # candle (default) uv run --script scripts/yf.py pro 000660.KS 6mo # line uv run --script scripts/yf.py pro 000660.KS 6mo line ``` #### Indicators (optional) Add flags to include indicator panels/overlays. ```bash 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` : Bollinger Bands(20,2) - `--vwap`: VWAP (cumulative for the selected range) - `--atr` : ATR(14) ### 5) One-shot Report (`report`) ⭐ Prints a compact text summary (price + fundamentals + indicator signals) and automatically generates a **Pro chart with BB + RSI + MACD**. ```bash uv run --script scripts/yf.py report 000660.KS 6mo # output includes: CHART_PATH:/tmp/<...>.png ``` ## Ticker Examples - US stocks: `AAPL`, `NVDA`, `TSLA` - KR stocks: `005930.KS`, `000660.KS` - Crypto: `BTC-USD`, `ETH-KRW` - Forex: `USDKRW=X` ## Notes / Limitations - Indicators are **computed locally** from price data (Yahoo does not reliably provide precomputed indicator series). - Data quality may vary by ticker/market (e.g., missing volume for some symbols). --- Korean note: 실시간 시세 + 펀더멘털 + 기술지표(차트/요약)까지 한 번에 처리하는 종합 주식 분석 스킬입니다.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 stock-info-explorer-1776379173 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 stock-info-explorer-1776379173 技能

通过命令行安装

skillhub install stock-info-explorer-1776379173

下载 Zip 包

⬇ 下载 stock-info-explorer v1.2.10

文件大小: 5.63 KB | 发布时间: 2026-4-17 14:38

v1.2.10 最新 2026-4-17 14:38
Docs: rewrite SKILL.md in English for global users.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部