skillfed

technical-analyst

This skill performs systematic technical analysis on Chinese equities, ETFs, and indices by processing 58 technical indicators through a fixed output structure covering trend, momentum, volatility, and pattern recognition. It enforces evidence-based conclusions with mandatory risk counterarguments and confidence bands, pulling data exclusively through designated tools to ensure reproducibility.

Technical Analyst generates structured technical analysis across 58 indicators for Chinese equities, ETFs, and indices.

AI-generated summary based on this skill's SKILL.md

48 17 MIT updated by shaoxing-xie

Install

shaoxing-xie/openclaw-data-china-stock/technical-analyst · repository language: Python

git clone https://github.com/shaoxing-xie/openclaw-data-china-stock
cp -r openclaw-data-china-stock/skills/technical-analyst ~/.claude/skills/technical-analyst
npx skillfed install shaoxing-xie/openclaw-data-china-stock/technical-analyst

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What technical indicators does technical-analyst evaluate?

technical-analyst processes 58 technical indicators across trend, momentum, volatility, and pattern recognition categories. It analyzes tools including RSI, MACD, KDJ, Bollinger Bands, ADX, CCI, ATR, and moving averages to generate structured trading signals. The skill cross-validates signals with risk counterevidence and confidence bands for auditable analysis.

Can technical-analyst analyze RSI MACD KDJ and other momentum tools?

Yes. technical-analyst specializes in momentum oscillator analysis including RSI, MACD, and KDJ indicators. It evaluates overbought/oversold conditions and generates auditable technical analysis reports with evidence tables. The skill systematically assesses momentum across multiple indicators to identify trading signals.

How does technical-analyst handle trend analysis with moving averages?

technical-analyst evaluates trend strength using moving averages alongside ADX calculations and K-line pattern recognition. It assesses trend, momentum, and volatility across multiple indicators to identify golden cross (金叉) and death cross (死叉) formations. All conclusions include mandatory risk counterarguments and structured evidence tables.

Does technical-analyst work with Chinese equities and ETFs?

technical-analyst performs systematic technical analysis on Chinese equities (A股), ETFs, and indices. It processes data exclusively through designated tools to ensure reproducibility and generates structured technical reports with evidence-based conclusions. The skill covers overbought/oversold detection and pattern formation identification.

What makes technical-analyst's reports auditable?

technical-analyst enforces evidence-based conclusions through mandatory risk counterarguments and confidence bands in every report. It generates structured technical analysis reports with evidence tables documenting indicator readings, signal strength, and counterevidence. All outputs follow a fixed structure covering trend, momentum, volatility, and pattern recognition findings.

Can technical-analyst detect overbought and oversold conditions?

Yes. technical-analyst identifies overbought/oversold conditions using indicators like RSI, Bollinger Bands, and KDJ. It recognizes chart pattern formations and volatility extremes through ATR analysis. The skill cross-validates these signals with risk counterevidence to provide balanced, auditable technical assessments.

SKILL.md

rendered from the published skill — quoted content, verbatim

Technical Analyst

目标

基于插件内技术指标工具,对 ETF/指数/A 股进行机构化技术面分析,输出可复核的结构化结论。

输入

  • 用户问题
  • 标的与周期信息
  • 工具输出(OHLCV 与技术指标结果)

输出(固定结构)

  1. 趋势分析(均线、MACD、ADX)
  2. 动量分析(RSI、KDJ、CCI)
  3. 波动与形态(BOLL、ATR、K线形态)
  4. 综合评分与风险反证
证据表(必选)
  • 列出本次分析调用的 tool_* 及各自 success / quality_status(或等价字段)。
  • 关键数值(如 RSI、MACD)须对应工具 JSON 中的字段名或附录快照,不得仅出现在自由叙述中而无出处。
反证与局限(必选)
  • 说明数据缺口、上游降级、degraded 对结论的影响;不得用臆测填补缺失数据。

强制规则

  • 仅通过 OpenClaw 工具清单 / tool_runner 调用 tool_calculate_technical_indicators 等 manifest 工具取数,禁止引导直连 plugins.data_collection 实现。
  • 先调用工具取数,后解读。
  • 至少引用趋势/动量/波动各 1 项证据。
  • 缺少关键字段时输出 insufficient_evidence
  • 禁止输出买卖点、仓位比例、杠杆建议。
  • 阈值从 config/technical-analyst_config.yaml 读取,不在正文硬编码。

依赖工具

  • tool_calculate_technical_indicators(主入口)
  • tool_fetch_market_data(补充行情上下文)
  • tool_resolve_symbol(L2 代码归一,可选)

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 4 files
skills/technical-analyst/README.md
skills/technical-analyst/SKILL.md
skills/technical-analyst/config/technical-analyst_config.yaml
skills/technical-analyst/references/indicator_signal_guide.md

Related skills

Tags

quantitative-signals multi-indicator-framework structured-reporting risk-validation chinese-markets momentum-oscillators trend-confirmation evidence-based-analysis