什么是 stock-quote?
获取任何股票代码的实时股票报价,包括价格、交易量、变化、市值和 52 周范围。当用户询问当前股票价格、报价或基本股票信息时使用。 来源:staskh/trading_skills。
获取任何股票代码的实时股票报价,包括价格、交易量、变化、市值和 52 周范围。当用户询问当前股票价格、报价或基本股票信息时使用。
通过命令行快速安装 stock-quote AI 技能到你的开发环境
来源:staskh/trading_skills。
Note: If uv is not installed or pyproject.toml is not found, replace uv run python with python in all commands below.
Replace SYMBOL with the requested ticker (e.g., AAPL, MSFT, TSLA, SPY).
Present the data in a readable format. Highlight significant moves (>2% change).
获取任何股票代码的实时股票报价,包括价格、交易量、变化、市值和 52 周范围。当用户询问当前股票价格、报价或基本股票信息时使用。 来源:staskh/trading_skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/staskh/trading_skills --skill stock-quote获取任何股票代码的实时股票报价,包括价格、交易量、变化、市值和 52 周范围。当用户询问当前股票价格、报价或基本股票信息时使用。 来源:staskh/trading_skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/staskh/trading_skills --skill stock-quote 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/staskh/trading_skills