Stock Ticker

Get real-time stock prices and financial info for US stocks (like AAPL, TSLA, NVDA).

cliuxinxin a83a04b 2 files · 2.9 KB Updated

File contents

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"].

cliuxinxin/rag_agent/tree/main/skills/stock_ticker commit a83a04b59b

Frequently asked questions

npx skillmds@latest add cliuxinxin/stock-ticker