Install
openclaw skills install ctrip-points管理携程积分,查询余额、查看和推荐积分商城商品,自动监控新品并推送超值兑换提醒。
openclaw skills install ctrip-points一个帮你管理携程积分的 OpenClaw skill。
直接对我说:
# 进入脚本目录
cd ~/.openclaw/skills/ctrip-points/scripts
# 查询积分
python3 ctrip.py points
# 查看商品列表
python3 ctrip.py products
# 查看可兑换商品(买得起的)
python3 ctrip.py affordable
# 推荐商品
python3 ctrip.py recommend
# 设置积分(手动更新)
python3 ctrip.py set-points <数量>
# 添加商品到列表
python3 ctrip.py add-product "<商品名称>" <积分>
# 检查新品
python3 ctrip.py check-new
# 更新全部数据(需要Cookie)
python3 ctrip.py update
~/.openclaw/data/ctrip-cookie.txt~/.openclaw/data/ctrip-products.json~/.openclaw/data/ctrip-points.json已设置 cron 任务,每天早上 9:00 自动检查积分商城新品,发现新商品会通过飞书推送。
查看 cron 任务:
openclaw cron list
set-points 命令cd ~/.openclaw/skills/ctrip-points
npx clawhub@latest publish
MIT