Install
openclaw skills install @jikeapi-cn/jike-birthday-pwd-query生日密码。输入 MM-DD 生日,查询幸运、健康、建议、名人、塔罗、箴言、优点和缺点。 适用场景:用户询问相关传统文化、生活常识或配对资料时使用。数据由即刻数据(jikeapi.cn)开放接口提供。
openclaw skills install @jikeapi-cn/jike-birthday-pwd-query数据由 即刻数据 提供,帮助 AI 客户端快速接入可靠数据服务。
export JIKE_BIRTHDAY_PWD_QUERY_KEY=你的AppKey
# 或使用通用 Key
export JIKE_APPKEY=你的AppKey
python3 scripts/birthday_pwd_query.py --birthday 01-06
python3 scripts/birthday_pwd_query.py --birthday 01-06 --json
直接调用 API:
GET https://api.jikeapi.cn/v1/birthday/pwd?birthday=01-06&appkey=YOUR_APPKEY
python3 scripts/birthday_pwd_query.py 并传入对应参数。--json。scripts/birthday_pwd_query.py