Resources
1Install
npx skillscat add cliuxinxin/rag-agent/stock-ticker Install via the SkillsCat registry.
About this skill
Retrieves real-time stock prices and financial information for US equities by executing a script with the user's requested ticker symbol. It solves the problem of accessing live market data for AI agents handling finance queries. Use it whenever an agent needs to look up current pricing or financial details for stocks like AAPL or TSLA.
SKILL.md
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"].