Subscribe to real-time stock market data via WebSocket long connection from receiver nodes (A-shares, HK stocks, ETFs). Use this skill when the user wants to monitor live stock prices, set up real-time alerts, or stream minute-level K-line data. The skill provides a WebSocket server that connects to receiver nodes and pushes real-time price updates to all connected clients.
$npx -y skills add yourdaylight/stock_datasource --skill stock-rt-subscribeInstalls into the current project.
Run `npx skills use "https://github.com/yourdaylight/stock_datasource" --skill "yourdaylight/stock_datasource/stock-rt-subscribe"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/yourdaylight/stock_datasource" that are relevant to the current task. Run `npx skills add "https://github.com/yourdaylight/stock_datasource"` and select the relevant skills, then follow their instructions.