Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/trading-skills:chart 股票代码股票代码This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. 调用 `mcp__stock-analysis__get_stock_quote` 获取 $ARGUMENTS 的 OHLCV 数据
mcp__stock-analysis__get_stock_quote 获取 $ARGUMENTS 的 OHLCV 数据[{"open": 150.0, "high": 155.0, "low": 149.0, "close": 153.0, "volume": 1000000, "timestamp": 1640995200000, "type": 1}]
type: close >= open 则为 1(涨),否则为 0(跌)candlestick-cli -f /tmp/chart_$ARGUMENTS.json -t "$ARGUMENTS" --height 25npx claudepluginhub quantumiodb/quantwise --plugin trading-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.