ワンクリックで
stock
查询个股行情数据(OHLCV、均线、ATR、波动率等技术指标)。Use when the user asks about a specific stock's price, indicators, or recent performance.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
查询个股行情数据(OHLCV、均线、ATR、波动率等技术指标)。Use when the user asks about a specific stock's price, indicators, or recent performance.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
查询成交量异常股票(量比排名,发现放量异动)。Use when the user asks for volume spikes, unusual activity, or volume anomalies.
查询市场宽度(每日涨跌家数、上涨占比、平均涨跌幅)。Use when the user asks about market sentiment, breadth, or advance/decline ratio.
查询 RSRS 动量排名(A 股/美股最强趋势股票排行)。Use when the user asks for momentum ranking, strongest stocks, or top movers.
Validate skill files for structural compliance and behavioral correctness. Three modes: static (linter), spec (behavioral), audit (coverage report).
Brownfield onboarding — audits existing project artifacts for template format compliance (not just existence), classifies gaps by impact, and produces a numbered migration plan. Run this when joining an in-progress project or upgrading from an older template version. Distinct from /project-stage-detect (which checks what exists) — this checks whether what exists will actually work with the template's skills.
Creates an Architecture Decision Record (ADR) documenting a significant technical decision, its context, alternatives considered, and consequences. Supports both game and general product domains. Every major technical choice should have an ADR.
| name | stock |
| description | 查询个股行情数据(OHLCV、均线、ATR、波动率等技术指标)。Use when the user asks about a specific stock's price, indicators, or recent performance. |
| argument-hint | <ticker> [--market cn|us] [--days N] |
| arguments | ["ticker"] |
| allowed-tools | Bash(doge stock *) |
/stock when the operator asks for one ticker's recent
OHLCV data, technical indicators, trend state, or short-term context.--market cn|us and --days N
arguments.查询股票 $ticker 的行情数据。
运行以下命令并将结果展示给用户:
doge stock $ARGUMENTS
参数说明:
301599.SZ、600809.SH、AAPL--market cn 或 --market us 指定市场(默认 cn)--days N 指定查询天数(默认 20)输出包含:
展示结果后,简要分析该股近期走势特征(趋势方向、支撑/压力位、波动状态)。