| metadata | {"openclaw":{"requires":{"bins":["node"]},"emoji":"📈","category":"finance","tags":["stocks","crypto","market","prices","history","yahoo-finance","analysis"],"network":true},"parameters":{"type":"object","properties":{"command":{"type":"string","enum":["price","history"],"description":"price: current quote | history: historical data"},"symbol":{"type":"string","description":"Stock ticker (AAPL), crypto pair (BTC-USD), or market index (^GSPC)"},"range":{"type":"string","description":"Time range for history: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max (default: 1mo)"}},"required":["command","symbol"]},"examples":[{"prompt":"What's the price of Apple stock?","call":"stock","args":{"command":"price","symbol":"AAPL"}},{"prompt":"How has AAPL performed this month?","call":"stock","args":{"command":"history","symbol":"AAPL","range":"1mo"}},{"prompt":"Show me Tesla stock trend over the past year","call":"stock","args":{"command":"history","symbol":"TSLA","range":"1y"}},{"prompt":"How much is Bitcoin?","call":"stock","args":{"command":"price","symbol":"BTC-USD"}},{"prompt":"What's the S&P 500 at?","call":"stock","args":{"command":"price","symbol":"^GSPC"}}]} |