Install
openclaw skills install eastmoney-newsProvides real-time A-share market and financial news from Eastmoney based on user queries like market trends and stock updates.
openclaw skills install eastmoney-news东方财富秒想新闻搜索。使用此skill获取A股、财经新闻。
curl -X POST "https://mkapi2.dfcfs.com/finskillshub/api/claw/news-search" \
-H "Content-Type: application/json" \
-H "apikey: mkt_o2fBS-Dkbt11c7vSNnlXjESgfybI8EXzzzX2XkOQVuE" \
-d '{"query":"<搜索关键词>","variables":0}'
解析返回的JSON,提取title、content、date、source,以可读格式呈现给用户。