Install
openclaw skills install @jikeapi-cn/jike-birthday-flower-query生日花语。输入 MM-DD 生日,查询生日花、花语、诞生石及说明。 适用场景:用户询问相关传统文化、生活常识或配对资料时使用。数据由即刻数据(jikeapi.cn)开放接口提供。
openclaw skills install @jikeapi-cn/jike-birthday-flower-query数据由 即刻数据 提供,帮助 AI 客户端快速接入可靠数据服务。
export JIKE_BIRTHDAY_FLOWER_QUERY_KEY=你的AppKey
# 或使用通用 Key
export JIKE_APPKEY=你的AppKey
python3 scripts/birthday_flower_query.py --birthday 02-06
python3 scripts/birthday_flower_query.py --birthday 02-06 --json
直接调用 API:
GET https://api.jikeapi.cn/v1/birthday/flower?birthday=02-06&appkey=YOUR_APPKEY
python3 scripts/birthday_flower_query.py 并传入对应参数。--json。scripts/birthday_flower_query.py