with one click
获取 A 股市场日报,包括大盘指数、热门板块和龙头股。使用东方财富 API,无需 API Key。
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill a-stock-daily-reportCopy and paste this command into Claude Code to install the skill
获取 A 股市场日报,包括大盘指数、热门板块和龙头股。使用东方财富 API,无需 API Key。
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill a-stock-daily-reportCopy and paste this command into Claude Code to install the skill
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
Reusable Polymarket + OpenClaw trading operations skill for any workspace. Use when the user needs to set up, run, tune, monitor, and deploy an automated Polymarket trading project (paper/live), including env configuration, risk controls, reporting, and dashboard operations.
Agents can sign plugins, rotate credentials without losing identity, and publicly attest to behavior.
| name | a-stock-daily-report |
| description | 获取 A 股市场日报,包括大盘指数、热门板块和龙头股。使用东方财富 API,无需 API Key。 |
获取 A 股市场每日表现报告,包括大盘指数、热门板块排行及板块龙头股。
✅ 使用场景:
❌ 不使用场景:
python3 scripts/a_stock_daily_report.py
直接请求:
📈 A 股市场日报
📅 2026 年 03 月 10 日
【大盘指数】
上证指数:4098.59 点 (+1.00%)
深证成指:14239.30 点 (-0.83%)
创业板指:3281.94 点 (-0.81%)
【🔥 今日最热板块 Top 10】
1. CPO 概念:6518.76 (+6.66%)
2. 光通信模块:3082.79 (+5.69%)
3. F5G 概念:4316.67 (+4.86%)
...
pip install requests
http://push2.eastmoney.com/api/qt/stock/get
参数:secid=1.000001 (上证指数)
http://push2.eastmoney.com/api/qt/clist/get
参数:fs=m:90+t:3 (概念板块)
http://push2.eastmoney.com/api/qt/clist/get
参数:fs=b:BK1128 (具体板块代码)
v1.0.0 - 初始版本