{"skill":{"slug":"cputemp","displayName":"Cputemp","summary":"Fetch real-time stock quotes from Yahoo Finance.","description":"---\nname: yahoo-data-fetcher\ndescription: Fetch real-time stock quotes from Yahoo Finance.\nuser-invocable: true\nmetadata:\n  moltbot:\n    emoji: \"📈\"\n    requires:\n      bins: [\"node\"]\n    homepage: https://query1.finance.yahoo.com/v7/finance/quote\n---\n\n# Yahoo Data Fetcher – Stock Quote\n\nGet current stock price data from Yahoo Finance.\n\nThis skill fetches the latest market quote for one or more stock symbols and returns normalized JSON output.\n\n---\n\n## Command\n\n### `/stock quote`\n\nFetch the latest quote for one or more stock symbols.\n\n---\n\n## Input\n\n- `symbols` (string or array of strings)\n\nExamples:\n- `\"AAPL\"`\n- `\"AAPL MSFT TSLA\"`\n- `\"AAPL,MSFT,TSLA\"`\n- `[\"AAPL\", \"MSFT\"]`\n- `{ \"symbols\": [\"AAPL\", \"MSFT\"] }`\n\n---\n\n## Output\n\nFor each symbol:\n\n- `symbol` – stock ticker\n- `price` – latest market price\n- `change` – absolute price change\n- `changePercent` – percentage change\n- `currency` – trading currency\n- `marketState` – market status (e.g. `REGULAR`, `CLOSED`)\n\nExample output:\n\n```json\n[\n  {\n    \"symbol\": \"AAPL\",\n    \"price\": 189.12,\n    \"change\": 1.23,\n    \"changePercent\": 0.65,\n    \"currency\": \"USD\",\n    \"marketState\": \"REGULAR\"\n  }\n]","topics":["Stock"],"tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":385,"installsAllTime":14,"installsCurrent":3,"stars":0,"versions":1},"createdAt":1771904832837,"updatedAt":1778992765552},"latestVersion":{"version":"1.0.0","createdAt":1771904832837,"changelog":"- Initial release of yahoo-data-fetcher skill.\n- Fetches real-time stock quotes from Yahoo Finance using the /stock quote command.\n- Accepts one or more stock symbols as input in various formats.\n- Returns symbol, price, price change, percent change, currency, and market state for each stock.","license":null},"metadata":null,"owner":{"handle":"rhcit","userId":"s17bgc924kcw0ked8gcm2evec9884wvc","displayName":"Ting Yeu King","image":"https://avatars.githubusercontent.com/u/164119214?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1779954521712}}