统一的股票数据助手 Skill,整合: (1) 数据查询 — 通过 MCP 协议查询历史 K 线、财务报表等(A 股/港股/ETF/指数); (2) 实时搜索 — 通过 WebSocket 订阅实时行情推送(每 3~5 秒更新); (3) 微信联动 — 通过 picoclaw + WeChat Channel 实现微信端操作数据库和订阅实时数据。 触发此 Skill 时会自动下载 picoclaw、复用项目 LLM 配置、启动微信登录。
$npx -y skills add yourdaylight/stock_datasource --skill stock-data-assistantInstalls into the current project.
Run `npx skills use "https://github.com/yourdaylight/stock_datasource" --skill "yourdaylight/stock_datasource/stock-data-assistant"` 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.