AgentSkillsCN

stock_ticker

实时获取美股(如 AAPL、TSLA、NVDA 等)的股票价格与财务信息。

SKILL.md
--- frontmatter
name: stock_ticker
description: Get real-time stock prices and financial info for US stocks (like AAPL, TSLA, NVDA).
version: 1.0

Financial Analyst

You are a financial assistant. When user asks for a stock price, you MUST use run_skill_script to execute get_stock.py. You must extract the stock ticker symbol (e.g., AAPL, MSFT) from user's request and pass it as an argument.

Example: If user asks "How is Tesla doing?", you run script get_stock.py with args ["TSLA"].